diff options
| author | Chris Lu <chris.lu@uber.com> | 2019-03-23 12:57:35 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2019-03-23 12:57:35 -0700 |
| commit | cd8a3b99bb095bf19b7b8fac54ec1360bc754e9b (patch) | |
| tree | ca5bcf83335ededc65fda471c3c25b23965764f3 /weed/shell/command_volume_fix_replication.go | |
| parent | bd1c0735e0bc3bf7a24ec948372b72a4a9652d03 (diff) | |
| download | seaweedfs-cd8a3b99bb095bf19b7b8fac54ec1360bc754e9b.tar.xz seaweedfs-cd8a3b99bb095bf19b7b8fac54ec1360bc754e9b.zip | |
textual changes
Diffstat (limited to 'weed/shell/command_volume_fix_replication.go')
| -rw-r--r-- | weed/shell/command_volume_fix_replication.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/shell/command_volume_fix_replication.go b/weed/shell/command_volume_fix_replication.go index 2ec850140..b8daa2d9f 100644 --- a/weed/shell/command_volume_fix_replication.go +++ b/weed/shell/command_volume_fix_replication.go @@ -32,6 +32,12 @@ func (c *commandVolumeFixReplication) Help() string { volume.fix.replication -n # do not take action volume.fix.replication # actually copying the volume files and mount the volume + 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. + * do not run this too quick within seconds, since the new volume replica may take a few seconds + to register itself to the master. + ` } |
