diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-27 00:48:31 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-27 00:48:31 -0800 |
| commit | f20ec82a286973a7e3658830637e2e1675729fc5 (patch) | |
| tree | 852a237b2353b8ef2da95901103306935329c5bc | |
| parent | 1045ab8b074e1b2d49de566dcfd384fc57b58d2c (diff) | |
| download | seaweedfs-f20ec82a286973a7e3658830637e2e1675729fc5.tar.xz seaweedfs-f20ec82a286973a7e3658830637e2e1675729fc5.zip | |
update help message
see https://github.com/chrislusf/seaweedfs/issues/1758#issuecomment-768123224
| -rw-r--r-- | weed/shell/command_volume_fix_replication.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_volume_fix_replication.go b/weed/shell/command_volume_fix_replication.go index d3fa7d4ac..8ae8850f3 100644 --- a/weed/shell/command_volume_fix_replication.go +++ b/weed/shell/command_volume_fix_replication.go @@ -40,8 +40,8 @@ func (c *commandVolumeFixReplication) Help() string { volume.fix.replication -collectionPattern=important* # fix any collections with prefix "important" Note: - * each time this will only add back one replica for one volume id. If there are multiple replicas - are missing, e.g. multiple volume servers are new, you may need to run this multiple times. + * each time this will only add back one replica for each volume id that is under replicated. + If there are multiple replicas are missing, e.g. replica count is > 2, you may need to run this multiple times. * do not run this too quickly within seconds, since the new volume replica may take a few seconds to register itself to the master. |
