aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_check_disk.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-31 09:39:48 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-31 09:39:48 -0700
commitf5a69a0e4423db70cffb3501c05bf5d4ed593370 (patch)
treed70180196a429ebe5ad4f14b3f4b915f85dc71ed /weed/shell/command_volume_check_disk.go
parent899963ac20556f6a48aad431eec8ec995e982dd3 (diff)
parent6ba65c3382d8e6e73bfa5312ed9c04c5b17aece5 (diff)
downloadseaweedfs-f5a69a0e4423db70cffb3501c05bf5d4ed593370.tar.xz
seaweedfs-f5a69a0e4423db70cffb3501c05bf5d4ed593370.zip
Merge branch 'master' into add_remote_storage
Diffstat (limited to 'weed/shell/command_volume_check_disk.go')
-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:]
}