Browse Source

Update command_volume_fsck.go

remove unused code
pull/2498/head
Chris Lu 3 years ago
parent
commit
71a94267c9
  1. 1
      weed/shell/command_volume_fsck.go

1
weed/shell/command_volume_fsck.go

@ -180,7 +180,6 @@ func (c *commandVolumeFsck) collectFilerFileIdAndPaths(volumeIdToServer map[uint
return nil return nil
}) })
return nil
} }
func (c *commandVolumeFsck) findFilerChunksMissingInVolumeServers(volumeIdToVInfo map[uint32]VInfo, tempFolder string, writer io.Writer, verbose bool, applyPurging *bool) error { func (c *commandVolumeFsck) findFilerChunksMissingInVolumeServers(volumeIdToVInfo map[uint32]VInfo, tempFolder string, writer io.Writer, verbose bool, applyPurging *bool) error {

Loading…
Cancel
Save