diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-14 23:47:11 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-14 23:47:11 -0700 |
| commit | a595916342555f58e3a1426248581ce53b37cfdb (patch) | |
| tree | 7dabfa8248d2ed3996a8e07e635f40e5f4688ed4 /weed/shell/command_ec_balance.go | |
| parent | 103fafe00b6c7d88af01397dcd8e7cae3370f284 (diff) | |
| download | seaweedfs-a595916342555f58e3a1426248581ce53b37cfdb.tar.xz seaweedfs-a595916342555f58e3a1426248581ce53b37cfdb.zip | |
shell: add volumeServer.evacuate command
Diffstat (limited to 'weed/shell/command_ec_balance.go')
| -rw-r--r-- | weed/shell/command_ec_balance.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_balance.go b/weed/shell/command_ec_balance.go index 1ddb6a490..bb280b7d9 100644 --- a/weed/shell/command_ec_balance.go +++ b/weed/shell/command_ec_balance.go @@ -28,7 +28,7 @@ func (c *commandEcBalance) Help() string { Algorithm: - For each type of volume server (different max volume count limit){ + func EcBalance() { for each collection: balanceEcVolumes(collectionName) for each rack: |
