linkahead.utils.checkFileSystemConsistency module#

requests the server to execute checkFileSystemConsistency job.

exception linkahead.utils.checkFileSystemConsistency.CLIError(msg)#

Bases: Exception

Generic exception to raise and log different fatal errors.

linkahead.utils.checkFileSystemConsistency.main(argv=None)#

Command line options.

linkahead.utils.checkFileSystemConsistency.runCheck(timeout, location)#

Request the LinkAhead server to check the file system for consistency.

location == None means that the whole file system is being checked. Otherwise only a the directory tree under location is being checked.