diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-21 22:26:41 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-21 22:26:41 -0700 |
| commit | 2bc05cfbc896353082075f91aea977f7fe32f0eb (patch) | |
| tree | 7f140cc5d1dcb0330c6eb11b606934aa3eeb6d9b /weed/shell/command_ec_balance.go | |
| parent | 4ff2ceee33e24bab025eaa9ce547783e6cbab2db (diff) | |
| download | seaweedfs-2bc05cfbc896353082075f91aea977f7fe32f0eb.tar.xz seaweedfs-2bc05cfbc896353082075f91aea977f7fe32f0eb.zip | |
fix typo
Diffstat (limited to 'weed/shell/command_ec_balance.go')
| -rw-r--r-- | weed/shell/command_ec_balance.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_balance.go b/weed/shell/command_ec_balance.go index bb280b7d9..7117f52df 100644 --- a/weed/shell/command_ec_balance.go +++ b/weed/shell/command_ec_balance.go @@ -174,7 +174,7 @@ func balanceEcVolumes(commandEnv *CommandEnv, collection string, allEcNodes []*E } if err := balanceEcShardsWithinRacks(commandEnv, allEcNodes, racks, collection, applyBalancing); err != nil { - return fmt.Errorf("balance across racks collection %s ec shards: %v", collection, err) + return fmt.Errorf("balance within racks collection %s ec shards: %v", collection, err) } return nil |
