lio_fsck

Synopsis

lio_fsck [OPTIONS] [LIO_COMMON_OPTIONS] path_1 ... path_N

Description

Checks the file system integrity of the given paths

Options

-o own_opt
How to handle missing system.owner issues. Default is manual.
  • parent - Make the object owner the same as the parent directory.
  • manual - Do nothing. Leave the owner as missing.
  • delete - Remove the object
  • user valid_user - Make the provided user the object owner.
-ex ex_opt
How to handle missing system.exnode issues. Default is manual.
  • parent - Create an empty exnode using the parent exnode.
  • manual - Do nothing. Leave the exnode as missing or blank.
  • delete - Remove the object
-s size_opt
How to handle missing system.exnode.size. Default is repair.
  • manual - Do nothing. Leave the size missing.
  • repair - If the exnode existst load it and determine the size.
path_1 ... path_N
Path prefixes to check

Bugs

Please report any bugs to support@lstore.org.

See also

Command Reference, LIO Common Options