typo
This commit is contained in:
@@ -86,7 +86,7 @@ func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv,
|
|||||||
if replicaPlacement.GetCopyCount() > len(locations) {
|
if replicaPlacement.GetCopyCount() > len(locations) {
|
||||||
underReplicatedVolumeLocations[vid] = locations
|
underReplicatedVolumeLocations[vid] = locations
|
||||||
} else if replicaPlacement.GetCopyCount() < len(locations) {
|
} else if replicaPlacement.GetCopyCount() < len(locations) {
|
||||||
fmt.Fprintf(writer, "volume %d replication %s, but over repliacated:%+v\n", volumeInfo.Id, replicaPlacement, locations)
|
fmt.Fprintf(writer, "volume %d replication %s, but over replicated:%+v\n", volumeInfo.Id, replicaPlacement, locations)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user