Chris Lu
0dafcf1f5a
volume: detect max volume count changes based on disk usage
fix https://github.com/chrislusf/seaweedfs/issues/1594
4 years ago
Chris Lu
d29b787220
store together with "Seaweed-" prefix
4 years ago
Chris Lu
5448781dfc
filer: Headers with "Seaweed-" prefix are stored as extended properties
4 years ago
Chris Lu
de86945aeb
go fmt
4 years ago
Chris Lu
306062b4e7
filer: add CORS support
4 years ago
Chris Lu
05acc33294
volume: add CORS support
4 years ago
Konstantin Lebedev
d2a4ffdd60
glog
4 years ago
Konstantin Lebedev
46303c36bf
When the volume server is stopped, the master server immediately sees the deletion of volumes
4 years ago
Chris Lu
eb32af25d4
make space for the QR code
4 years ago
ruitao.liu
22a9ea0512
adjust s3 header file.
4 years ago
ruitao.liu
b917be7955
S3 bucket list, response with uploaded storageclass.
4 years ago
ruitao.liu
2dcc178d0a
save s3 metadata to filer.
4 years ago
Chris Lu
53c3aad875
volume: add a note file to avoid incomplete volume files
fix https://github.com/chrislusf/seaweedfs/issues/1567
4 years ago
Chris Lu
24bf142596
copy large file first
4 years ago
ruitao.liu
72f6b77dea
fix tag prefix.
4 years ago
ruitao.liu
8766ca1b95
rename s3 tag prefix.
4 years ago
ruitao.liu
19026ae55d
return x-amz-tag-count header when GET object.
4 years ago
Chris Lu
e219c57849
passing full path when assign volume locations
4 years ago
Chris Lu
f375b93aef
renaming
4 years ago
Chris Lu
e9d40b80b2
less verbose logs
4 years ago
Chris Lu
fb124f2d4a
conditionally display volume server public url link
4 years ago
Chris Lu
1b17f71939
adjust election timeout to 10 seconds
4 years ago
Chris Lu
fc689319ae
add volume public url
4 years ago
Chris Lu
6c92fa349d
filer: support default rack
fix https://github.com/chrislusf/seaweedfs/issues/1546
4 years ago
Chris Lu
69f0da5d73
mount: pass along replication and collection parameters
4 years ago
Chris Lu
37f165d743
webdav: return io.EOF when at end of a file
fix https://github.com/chrislusf/seaweedfs/issues/1344
4 years ago
Chris Lu
ace0ea3d28
s3: avoid duplicated bucket
4 years ago
Chris Lu
f022aff289
add back http.StatusPartialContent
revert e7c04af1d0
4 years ago
Chris Lu
723ae11db4
refactoring in order to adjust volume server url later
4 years ago
Chris Lu
9b0e8ef026
filer: added QR code to transfer files with mobile devices
4 years ago
Chris Lu
e1a8e3f900
fix logging
4 years ago
Chris Lu
bd8b9b0c2e
some changes to prepare fix after failed reads
4 years ago
Chris Lu
ec08a1670b
volume: avoid hanging when stopping a volume server
4 years ago
Chris Lu
62d3d3aea0
go fmt
4 years ago
Chris Lu
a8624c2e4f
read from alternative replica
related to https://github.com/chrislusf/seaweedfs/issues/1512
4 years ago
Chris Lu
da4edf3651
master: check peers for existing leader before starting a leader election
fix https://github.com/chrislusf/seaweedfs/issues/1509
4 years ago
Konstantin Lebedev
e4f2d9eb4a
We return etag using the same algorithm as aws s3
https://teppen.io/2018/06/23/aws_s3_etags/
4 years ago
Устюжанин Антон Александрович
702b1cb876
fix: remove deleted peers if resumeState = true
4 years ago
Устюжанин Антон Александрович
dc31b19469
fix: restore raft state
4 years ago
Устюжанин Антон Александрович
8c82fb7e5f
fix: restore raft state
4 years ago
Chris Lu
55cb68c09c
filer: replication follows master config if not specified
4 years ago
Chris Lu
31fc7bb2e1
refactor
adjust for faster test
4 years ago
Chris Lu
41be7a4c8f
filer: upload also set file size
ensure works same as fuse mount
4 years ago
Chris Lu
1012df7bb5
switch hardlink id from int64 to bytes
4 years ago
Chris Lu
4856bce0ee
adjust for metrics port
4 years ago
Konstantin Lebedev
324e44d4b3
add start metrics server
4 years ago
Chris Lu
5e239afdfc
hardlink works now
4 years ago
James Hartig
91e4eca1e9
Fix deadlock with KeepConnected and SendHeartbeat
There's the potential where we're writing to a clientConn and it goes away
and we're stuck keeping a read lock on clientChansLock. This causes
KeepConnected to not be able to remove the client since it requires a write
lock on clientChansLock. This ends up backing up SendHeartbeat because it
can't get a read lock.
4 years ago
Chris Lu
63373a9f9f
filer: add file extended properties
4 years ago
Chris Lu
9a3b564508
adjust printout
4 years ago