Konstantin Lebedev
d21a5bf5d0
add missingKeysThreshold for fsck
4 years ago
Chris Lu
8eb14967ef
shell: volume.check.disk adds optional slow mode
fix https://github.com/chrislusf/seaweedfs/issues/1930
4 years ago
Chris Lu
f315eb2bb8
fix build error
4 years ago
Chris Lu
b465095db1
shell: add volume.check.disk to fix inconsistency for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1923
4 years ago
Chris Lu
27e24162f2
minor
4 years ago
Chris Lu
41cc6e661b
fs.mv ensures there are 2 arguments
4 years ago
Chris Lu
b2c1c209a5
refactor
4 years ago
Chris Lu
e9b1853d63
go fmt
4 years ago
Konstantin Lebedev
06da02739d
CheckAllChunkViews() for HEAD requests only
4 years ago
Chris Lu
a4cfffc264
shell: fix moving volume, volume server evacuate
fix https://github.com/chrislusf/seaweedfs/issues/1534
4 years ago
Chris Lu
ca100568f7
fix parsing
4 years ago
Chris Lu
352ba23f83
revert previous change
revert 29e62aba00
4 years ago
Chris Lu
29e62aba00
possible fix for volume balance
address https://github.com/chrislusf/seaweedfs/issues/1534
4 years ago
Chris Lu
35d939a1d2
go fmt
4 years ago
Chris Lu
cca66c7fbe
print out the url
4 years ago
Chris Lu
7f887c78d2
fix
4 years ago
Chris Lu
fcc52d1e4e
shell: add s3.clean.uploads to clean up stale multipart uploads
fix https://github.com/chrislusf/seaweedfs/issues/1855
4 years ago
Chris Lu
1b1c018165
adjust text
4 years ago
Chris Lu
9edd964627
volume.tier.move: avoid repeated move for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-784139348
4 years ago
Chris Lu
62191b08ea
disk type support custom tags
4 years ago
Chris Lu
30b30b8fe0
volume.tier.move: passing non-empty disk type
4 years ago
Chris Lu
5da63e045e
avoid moving to another server with the same volume id
4 years ago
Chris Lu
6a4546d2c0
shell: add volume.tier.move
4 years ago
Chris Lu
1c233ad986
refactoring
4 years ago
Chris Lu
b961cd6208
add WIP message
4 years ago
Chris Lu
816ef0ed30
add more help message
fix https://github.com/chrislusf/seaweedfs/issues/1816
4 years ago
Chris Lu
3575d41009
go fmt
4 years ago
Chris Lu
0611233f16
adjust printing
4 years ago
Chris Lu
68775d29e3
fix tests
4 years ago
Chris Lu
38efc6f572
simplify
4 years ago
Chris Lu
ad70107eb4
ec balance among nodes with HDD
4 years ago
Chris Lu
a0c6db361c
avoid nil
4 years ago
Chris Lu
36f95e50a9
avoid possible nil disk info
4 years ago
Chris Lu
43101ccea0
move to the empty nodes first
4 years ago
Chris Lu
38bbef7ec1
avoid nil
4 years ago
Chris Lu
3fe628f04e
use hdd instead of empty string
4 years ago
Chris Lu
f8446b42ab
this can compile now!!!
4 years ago
Chris Lu
0bc3a1f9e8
disk type only supports hdd and ssd, not ready for random tags yet
4 years ago
Chris Lu
876dbe3d26
collect disk types
4 years ago
Chris Lu
861f8fab9b
refactoring
4 years ago
Chris Lu
881f05f5a0
adjust help message
4 years ago
Chris Lu
ef76365ec2
adjust help message
4 years ago
Chris Lu
770393a48c
volume: add capability to change disk type when moving a volume
4 years ago
Chris Lu
990fa69bfe
add back AdjustedUrl() related code
4 years ago
Chris Lu
f20ec82a28
update help message
see https://github.com/chrislusf/seaweedfs/issues/1758#issuecomment-768123224
4 years ago
Chris Lu
1045ab8b07
avoid error message
4 years ago
Chris Lu
b3f66199db
shell: volume.fix.replication adds collectionPattern with wildcard characters
fix https://github.com/chrislusf/seaweedfs/issues/1758
4 years ago
Chris Lu
00707ec00f
mount: outsideContainerClusterMode proxy through filer
Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer.
4 years ago
Chris Lu
6ca10725b8
Revert "mount: when outside cluster network, use filer as proxy to access volume servers"
This reverts commit 096e088d7b
.
4 years ago
Chris Lu
096e088d7b
mount: when outside cluster network, use filer as proxy to access volume servers
4 years ago