Browse Source

typo

pull/1455/head
Chris Lu 4 years ago
parent
commit
2b643f477d
  1. 2
      weed/shell/command_volume_fix_replication.go

2
weed/shell/command_volume_fix_replication.go

@ -86,7 +86,7 @@ func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv,
if replicaPlacement.GetCopyCount() > len(locations) {
underReplicatedVolumeLocations[vid] = 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)
}
}

Loading…
Cancel
Save