aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_fix_replication.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-11-19 08:31:33 -0800
committerchrislu <chris.lu@gmail.com>2024-11-19 08:31:33 -0800
commit07cf8cf22daf43902e8b246aba248359e6da5673 (patch)
tree94806c5ca014d242ad28daf8182b22be8d3f581d /weed/shell/command_volume_fix_replication.go
parent0d5393641eab18ec356c7e0ebaf51b1164094d8c (diff)
downloadseaweedfs-07cf8cf22daf43902e8b246aba248359e6da5673.tar.xz
seaweedfs-07cf8cf22daf43902e8b246aba248359e6da5673.zip
minor
Diffstat (limited to 'weed/shell/command_volume_fix_replication.go')
-rw-r--r--weed/shell/command_volume_fix_replication.go2
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 ea2c0791e..40bc07fce 100644
--- a/weed/shell/command_volume_fix_replication.go
+++ b/weed/shell/command_volume_fix_replication.go
@@ -132,7 +132,7 @@ func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv,
underReplicatedVolumeIdsCount = len(underReplicatedVolumeIds)
if underReplicatedVolumeIdsCount > 0 {
- // find the most under populated data nodes
+ // find the most underpopulated data nodes
fixedVolumeReplicas, err = c.fixUnderReplicatedVolumes(commandEnv, writer, takeAction, underReplicatedVolumeIds, volumeReplicas, allLocations, *retryCount, *volumesPerStep)
if err != nil {
return err