Browse Source

log fix

pull/2226/head
Chris Lu 3 years ago
parent
commit
4deac06da0
  1. 2
      weed/shell/command_volume_fsck.go

2
weed/shell/command_volume_fsck.go

@ -103,7 +103,7 @@ func (c *commandVolumeFsck) Do(args []string, commandEnv *CommandEnv, writer io.
}
// for each volume, check filer file ids
if err = c.findFilerChunksMissingInVolumeServers(volumeIdToVInfo, tempFolder, writer, *verbose, applyPurging); err != nil {
return fmt.Errorf("findExtraChunksInVolumeServers: %v", err)
return fmt.Errorf("findFilerChunksMissingInVolumeServers: %v", err)
}
} else {
// collect all filer file ids

Loading…
Cancel
Save