aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_rebuild.go
diff options
context:
space:
mode:
authorRyan Russell <ryanrussell@users.noreply.github.com>2022-09-14 14:06:48 -0500
committerGitHub <noreply@github.com>2022-09-14 12:06:48 -0700
commitbd2dc6d641a40895ef1675405212ca5e6e297fd4 (patch)
tree9dd3f25960525bb29511faf223f9d7d2eba8e45e /weed/shell/command_ec_rebuild.go
parentdfbd8efd26891d6ef07928b1bab2ec65809c585e (diff)
downloadseaweedfs-bd2dc6d641a40895ef1675405212ca5e6e297fd4.tar.xz
seaweedfs-bd2dc6d641a40895ef1675405212ca5e6e297fd4.zip
refactor(shell): `Decending` -> `Descending` (#3675)
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
Diffstat (limited to 'weed/shell/command_ec_rebuild.go')
-rw-r--r--weed/shell/command_ec_rebuild.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_rebuild.go b/weed/shell/command_ec_rebuild.go
index 4b2952793..e638d3eed 100644
--- a/weed/shell/command_ec_rebuild.go
+++ b/weed/shell/command_ec_rebuild.go
@@ -115,7 +115,7 @@ func rebuildEcVolumes(commandEnv *CommandEnv, allEcNodes []*EcNode, collection s
return fmt.Errorf("ec volume %d is unrepairable with %d shards\n", vid, shardCount)
}
- sortEcNodesByFreeslotsDecending(allEcNodes)
+ sortEcNodesByFreeslotsDescending(allEcNodes)
if allEcNodes[0].freeEcSlot < erasure_coding.TotalShardsCount {
return fmt.Errorf("disk space is not enough")