diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-08-27 00:13:38 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-08-27 00:13:38 -0700 |
| commit | 707192f966843db1c41420bdf7fa6d316d4431b3 (patch) | |
| tree | f8b83696f30029fdc2291d79e3f4bc504ad08aff /weed/shell/command_volume_fix_replication.go | |
| parent | 0be6863c878643843239e04629a42dfa1a8c62ec (diff) | |
| download | seaweedfs-707192f966843db1c41420bdf7fa6d316d4431b3.tar.xz seaweedfs-707192f966843db1c41420bdf7fa6d316d4431b3.zip | |
fix help message
Diffstat (limited to 'weed/shell/command_volume_fix_replication.go')
| -rw-r--r-- | weed/shell/command_volume_fix_replication.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_fix_replication.go b/weed/shell/command_volume_fix_replication.go index 6b5e4e735..e17f35c67 100644 --- a/weed/shell/command_volume_fix_replication.go +++ b/weed/shell/command_volume_fix_replication.go @@ -27,7 +27,7 @@ func (c *commandVolumeFixReplication) Name() string { func (c *commandVolumeFixReplication) Help() string { return `add replicas to volumes that are missing replicas - This command file all under-replicated volumes, and find volume servers with free slots. + This command finds all under-replicated volumes, and finds volume servers with free slots. If the free slots satisfy the replication requirement, the volume content is copied over and mounted. volume.fix.replication -n # do not take action |
