aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-07-31 07:23:07 -0700
committerGitHub <noreply@github.com>2021-07-31 07:23:07 -0700
commit10c11b9fd11ca67e4b9cecdafa472f3d5f6a2175 (patch)
tree86ead041d80a30ab8002017a82c9045e1394ae4d
parent1ff8285d82b7028f9ebe14bc180ddf33fc36dbaf (diff)
parent5d4438a72fe9cdf813bc7f3ee62ddc5f44eb737c (diff)
downloadseaweedfs-10c11b9fd11ca67e4b9cecdafa472f3d5f6a2175.tar.xz
seaweedfs-10c11b9fd11ca67e4b9cecdafa472f3d5f6a2175.zip
Merge pull request #2226 from combineads/master
-rw-r--r--weed/shell/command_volume_check_disk.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_check_disk.go b/weed/shell/command_volume_check_disk.go
index f76555bed..7e060f3d3 100644
--- a/weed/shell/command_volume_check_disk.go
+++ b/weed/shell/command_volume_check_disk.go
@@ -90,7 +90,7 @@ func (c *commandVolumeCheckDisk) Do(args []string, commandEnv *CommandEnv, write
}
if err := c.syncTwoReplicas(aDB, bDB, a, verbose, writer, b, err, applyChanges, nonRepairThreshold); err != nil {
- fmt.Fprintf(writer, "snyc volume %d on %s and %s: %v\n", a.info.Id, a.location.dataNode.Id, b.location.dataNode.Id, err)
+ fmt.Fprintf(writer, "sync volume %d on %s and %s: %v\n", a.info.Id, a.location.dataNode.Id, b.location.dataNode.Id, err)
}
replicas = replicas[1:]
}