volumeIds:=fsckCommand.String("volumeId","","comma separated the volume id")
applyPurging:=fsckCommand.Bool("reallyDeleteFromVolume",false,"<expert only!> after detection, delete missing data from volumes / delete missing file entries from filer. Currently this only works with default filerGroup.")
applyPurging:=fsckCommand.Bool("reallyDeleteFromVolume",false,"<expert only!> after detection, delete missing data from volumes / delete missing file entries from filer. Currently this only works with default filerGroup.")
c.forcePurging=fsckCommand.Bool("forcePurging",false,"delete missing data from volumes in one replica used together with applyPurging")
c.forcePurging=fsckCommand.Bool("forcePurging",false,"delete missing data from volumes in one replica used together with applyPurging")
purgeAbsent:=fsckCommand.Bool("reallyDeleteFilerEntries",false,"<expert only!> delete missing file entries from filer if the corresponding volume is missing for any reason, please ensure all still existing/expected volumes are connected! used together with findMissingChunksInFiler")
purgeAbsent:=fsckCommand.Bool("reallyDeleteFilerEntries",false,"<expert only!> delete missing file entries from filer if the corresponding volume is missing for any reason, please ensure all still existing/expected volumes are connected! used together with findMissingChunksInFiler")