chrislu
826a7b307e
master: remove hard coded filer settings in master.toml
fix https://github.com/chrislusf/seaweedfs/issues/2529
3 years ago
chrislu
60dc450091
skip fixing read only volumes
fix https://github.com/chrislusf/seaweedfs/issues/2562
3 years ago
chrislu
9f9ef1340c
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
3 years ago
banjiaojuhao
083bf3a137
filer server: add "datacenter, rack and datanode" for path specific configuration
3 years ago
chrislu
94e5c0a454
skip purging from ec volumes
3 years ago
chrislu
a2d3f89c7b
add lock messages
3 years ago
chrislu
991a3dca0d
rename file
3 years ago
chrislu
7f0a97c7b6
shell: volume.list supports different verbosity level
3 years ago
chrislu
e6c026db65
volume.fix.replication: fix misplaced volumes
fix https://github.com/chrislusf/seaweedfs/issues/2416
3 years ago
chrislu
53e2dee177
[volume.check.disk] was using the wrong source and target locations
fix https://github.com/chrislusf/seaweedfs/issues/2268
3 years ago
Chris Lu
f3a334965d
Update command_remote_uncache.go
minor
3 years ago
Chris Lu
9ccfc1cfee
Update command_volume_fsck.go
minor
3 years ago
Chris Lu
71a94267c9
Update command_volume_fsck.go
remove unused code
3 years ago
user
9668b15f38
Filtering by volume id is prioritized.
3 years ago
user
563a74a9eb
Volume filter by collection pattern added.
3 years ago
user
dbb8003ce3
Volume filter function added.
3 years ago
user
c387fe957b
Unused parameter removed.
3 years ago
Chris Lu
4729a57cc0
use constants
3 years ago
Chris Lu
a8b0f8864d
fix help message
3 years ago
Chris Lu
5ea86ef1da
Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()"
This reverts commit af71ae11aa
.
3 years ago
Chris Lu
314c32514b
add command to list filers
3 years ago
Chris Lu
00ae965d8d
randomize a bit for ec shards distribution
3 years ago
Chris Lu
af71ae11aa
master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()
3 years ago
Chris Lu
ab97b17e62
better printout
3 years ago
Chris Lu
5160eb08f7
shell: optionally read filer address from master
3 years ago
Chris Lu
18bfbf62fc
add one unit test
3 years ago
Chris Lu
794375ca0a
adjust help message since both fullPercent and quietFor are needed.
3 years ago
Chris Lu
24858507cc
rename API to avoid confusion
3 years ago
Chris Lu
d774fa6c9a
rename variable
3 years ago
Chris Lu
2539ba0b62
fix compilation
3 years ago
Chris Lu
5f2d7c1589
erasure coding: skip erasure coding if less than recommended 4 nodes
3 years ago
Chris Lu
5435027ff0
volume copy: stream out copying progress and avoid grpc request timeout
fix https://github.com/chrislusf/seaweedfs/issues/2386
3 years ago
Eng Zer Jun
a23bcbb7ec
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
3 years ago
Konstantin Lebedev
be4b3ed509
AclHandlers
3 years ago
Chris Lu
e862b2529a
refactor
3 years ago
Konstantin Lebedev
5e64b22b45
check that the topology has been updated
3 years ago
Konstantin Lebedev
2cecde89c3
rename opt volumesPerStep
3 years ago
Konstantin Lebedev
fc51ffce2b
https://github.com/chrislusf/seaweedfs/issues/1846
3 years ago
Chris Lu
ad5099e570
refactor
3 years ago
Chris Lu
2789d10342
go fmt
3 years ago
Chris Lu
119d5908dd
shell: do not need to lock to see volume -h
3 years ago
Chris Lu
6cd1ce8b74
erasure coding: add cleanup step if anything goes wrong
3 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
3 years ago
Chris Lu
0b4269b6a8
remember commands even if failed
3 years ago
Chris Lu
0128239c0f
handle ipv6 addresses
3 years ago
Chris Lu
8e4b43a017
minor
3 years ago
Chris Lu
57a95887d2
remote.cache remote.uncache supports all mounted directories
3 years ago
Chris Lu
c735608685
obfuscate secret keys on display
3 years ago
Chris Lu
32e94de86a
default auto trimming suffix to true
3 years ago
Chris Lu
60573fd3e2
option to map remote bucket to trimmed bucket name
3 years ago