update help message
see https://github.com/chrislusf/seaweedfs/issues/1758#issuecomment-768123224
This commit is contained in:
@@ -40,8 +40,8 @@ func (c *commandVolumeFixReplication) Help() string {
|
|||||||
volume.fix.replication -collectionPattern=important* # fix any collections with prefix "important"
|
volume.fix.replication -collectionPattern=important* # fix any collections with prefix "important"
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
* each time this will only add back one replica for one volume id. If there are multiple replicas
|
* each time this will only add back one replica for each volume id that is under replicated.
|
||||||
are missing, e.g. multiple volume servers are new, you may need to run this multiple times.
|
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
|
* do not run this too quickly within seconds, since the new volume replica may take a few seconds
|
||||||
to register itself to the master.
|
to register itself to the master.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user