diff options
| author | chrislu <chris.lu@gmail.com> | 2024-11-19 08:31:33 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-11-19 08:31:33 -0800 |
| commit | 07cf8cf22daf43902e8b246aba248359e6da5673 (patch) | |
| tree | 94806c5ca014d242ad28daf8182b22be8d3f581d | |
| parent | 0d5393641eab18ec356c7e0ebaf51b1164094d8c (diff) | |
| download | seaweedfs-07cf8cf22daf43902e8b246aba248359e6da5673.tar.xz seaweedfs-07cf8cf22daf43902e8b246aba248359e6da5673.zip | |
minor
| -rw-r--r-- | weed/shell/command_volume_fix_replication.go | 2 |
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 |
