aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_fix_replication.go
diff options
context:
space:
mode:
authornightcoffee <nightcoffee@users.noreply.github.com>2025-10-22 03:38:40 +0800
committerGitHub <noreply@github.com>2025-10-21 12:38:40 -0700
commitaed91baa2ec28e282c108daf5303f3bdc620a7ba (patch)
tree5cb436b3fcc85c6e81efc3b1582b5c0479ab83f9 /weed/shell/command_volume_fix_replication.go
parentad46d80f490866d0ba6e0d079eeac36d624b22e4 (diff)
downloadseaweedfs-aed91baa2ec28e282c108daf5303f3bdc620a7ba.tar.xz
seaweedfs-aed91baa2ec28e282c108daf5303f3bdc620a7ba.zip
[weed] update volume.fix.replication description (#7340)
* [weed] update volume.fix.replication description * Update master-cloud.toml * Update master.toml
Diffstat (limited to 'weed/shell/command_volume_fix_replication.go')
-rw-r--r--weed/shell/command_volume_fix_replication.go4
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 de0bc93a7..7fa6e5ed8 100644
--- a/weed/shell/command_volume_fix_replication.go
+++ b/weed/shell/command_volume_fix_replication.go
@@ -45,8 +45,8 @@ func (c *commandVolumeFixReplication) Help() string {
This command also 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
- volume.fix.replication # actually deleting or copying the volume files and mount the volume
+ volume.fix.replication # do not take action
+ volume.fix.replication -force # actually deleting or copying the volume files and mount the volume
volume.fix.replication -collectionPattern=important* # fix any collections with prefix "important"
Note: