1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 12:29:37 +02:00
This commit is contained in:
Chris Lu 2020-10-21 22:26:41 -07:00
parent 4ff2ceee33
commit 2bc05cfbc8

View file

@ -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