diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-05-06 14:12:19 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-05-06 14:12:19 -0700 |
| commit | d01807ba05b0d40f150d933d2bded925e5443903 (patch) | |
| tree | 3973c664b34e2a023454858e2b66a86d42753e98 /weed/command/volume.go | |
| parent | 8ffdd5dcdb2ee0ac4c710eb01ede70fe95bf38b3 (diff) | |
| download | seaweedfs-d01807ba05b0d40f150d933d2bded925e5443903.tar.xz seaweedfs-d01807ba05b0d40f150d933d2bded925e5443903.zip | |
shell: volume.balance add option for all_collections, each_collection
Diffstat (limited to 'weed/command/volume.go')
| -rw-r--r-- | weed/command/volume.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go index 4d34fbc1e..4e350b08d 100644 --- a/weed/command/volume.go +++ b/weed/command/volume.go @@ -64,7 +64,7 @@ func init() { v.readRedirect = cmdVolume.Flag.Bool("read.redirect", true, "Redirect moved or non-local volumes.") v.cpuProfile = cmdVolume.Flag.String("cpuprofile", "", "cpu profile output file") v.memProfile = cmdVolume.Flag.String("memprofile", "", "memory profile output file") - v.compactionMBPerSecond = cmdVolume.Flag.Int("compactionMBps", 0, "limit compaction speed in mega bytes per second") + v.compactionMBPerSecond = cmdVolume.Flag.Int("compactionMBps", 0, "limit background compaction or copying speed in mega bytes per second") } var cmdVolume = &Command{ |
