chrislu
daca2d22a5
use original server address string as map key
3 years ago
chrislu
4b5c0e3fa9
check cluster connectivities
3 years ago
chrislu
6d55716fc3
use constants
3 years ago
chrislu
bbbbbd70a4
master supports grpc ping
3 years ago
chrislu
743ad690b6
filer supports grpc ping
3 years ago
chrislu
2305508b65
refactor: separate into two files
3 years ago
chrislu
800cbc004c
volume server adds ping function
3 years ago
Konstantin Lebedev
4f5b018a02
collecting only bucket volumes
3 years ago
Konstantin Lebedev
691ed50957
use constant for ErrBucketNotEmpty
3 years ago
Konstantin Lebedev
b6a2b43efe
allowDeleteBucketNotEmpty
3 years ago
Konstantin Lebedev
a8b15c676c
s3 test bucket delete nonempty
4 years ago
Konstantin Lebedev
6317f6a8a9
fix Description
3 years ago
Konstantin Lebedev
993283bb1d
revert sort.Search
3 years ago
Konstantin Lebedev
5b90a39954
fix s3 tests:
multipart_upload_incorrect_etag
multipart_resend_first_finishes_last
3 years ago
Konstantin Lebedev
9231971c88
fix test_s3.test_multi_object_delete_key_limit and
test_multi_objectv2_delete_key_limit
3 years ago
guosj
ed07e76f0e
add test function
3 years ago
Konstantin Lebedev
84b7b83517
fix permission mkdir snapshot
avoid open file operation not permitted
3 years ago
guosj
dd2b9d93cc
update code according to PR's comment
3 years ago
guosj
02076f01a6
fix tagging error
3 years ago
justin
d51a724101
fix: encode small chunk return error maybe have some bug.
3 years ago
chrislu
0490ee87ef
2.96
3 years ago
chrislu
21e0898631
refactor: change masters from a slice to a map
3 years ago
chrislu
4ba7127ab1
refactor
3 years ago
chrislu
cae998eda1
Revert "Revert "remove duplicated metadata subscription in filer""
This reverts commit 34b743c481
.
3 years ago
chrislu
34b743c481
Revert "remove duplicated metadata subscription in filer"
This reverts commit 34742be029
.
Related to https://github.com/chrislusf/seaweedfs/issues/2545
3 years ago
chrislu
fba1cfc2d6
simplify a bit
3 years ago
chrislu
a3411dd9da
refactor
3 years ago
Konstantin Lebedev
ddd3945c26
fix remove deleted peers of raft server
https://github.com/chrislusf/seaweedfs/issues/2804
3 years ago
Konstantin Lebedev
c1450bf9fe
always clear previous log to avoid server is promotable
https://github.com/chrislusf/seaweedfs/issues/2804
3 years ago
Konstantin Lebedev
0b790d2bbf
exclude the replication from the concurrentUploadLimitMB
3 years ago
chrislu
9b04f17555
remove dead code
3 years ago
chrislu
0b5faef612
fix
3 years ago
chrislu
0562fceb99
volume: fail fast if too many concurrent requests, to avoid dead lock due to replication.
fix https://github.com/chrislusf/seaweedfs/issues/2755
3 years ago
Konstantin Lebedev
849a2c1f68
fix cmdFiler
3 years ago
Konstantin Lebedev
105bcfdbd4
set iam ip from filer
3 years ago
chrislu
e48764be75
s3: multipart upload verifies uploaded parts
3 years ago
chrislu
18ae8943ef
better clean up upload directory
3 years ago
chrislu
a0bad1c997
remove any go mod changes
This reverts commit 6c7f7d6887
.
3 years ago
chrislu
6c7f7d6887
Revert "Merge pull request #2782 from SadmiB/upstream"
This reverts commit a644b7236a
, reversing
changes made to 349257f822
.
3 years ago
SadmiB
d12540c9f2
Add contabo api client
3 years ago
chrislu
4e2388e1b5
mount: set file size if it is only on remote gateway
3 years ago
chrislu
8f0410af2c
2.95
3 years ago
chrislu
ae558fa073
log reasons volumes became unwritable
3 years ago
chrislu
57c6eddd22
avoid possible deadlock if volume layout is used in some logs
3 years ago
chrislu
581c93d970
change to config_dir, to be consistent with "weed scaffold -config"
fix https://github.com/chrislusf/seaweedfs/issues/2753
3 years ago
chrislu
3da2b83b38
Added a "-conf_dir" option to customize *.toml configuration file directory.
fix https://github.com/chrislusf/seaweedfs/issues/2753
3 years ago
zzq09494
9f16df736e
fix-filer: calculation error of the method skipCheckParentDirEntry
3 years ago
chrislu
f247cab5cd
skip localhost if bound to all interfaces already 0.0.0.0 or 127.0.0.1
3 years ago
Berck Nash
7ee38fa3a4
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems:
(1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead.
(2) The new IAM filer ip address has no default. This instantiates it to the same as the filer IP. I'm not sure if there should be a corresponding iam.ip or iam.ipBind option added to the filer command?
3 years ago
chrislu
6886167d5f
minor optimization
3 years ago