pvfs2-set-debugmask - Man Page
pvfs2-set-debugmask – enable and disable debug strings to log
Synopsis
pvfs2-set-debugmask [-hv] [-m mount_point] [-s server] mask_list
Description
The server contains many log strings which are categorized. This utility sets which categories to log on the server. The output will be into the configured server log file. This is distinct from the PVFS2_DEBUGFILE and PVFS2_DEBUGMASK environment variables, which modify the client debug mask.
The options are as follows:
- -h
Display synopsis. This includes a list of all possible mask strings.
- -v
Print version number and exit.
- -m
Specify the file system to operate on.
- -s
Specify the address of the server. This option is used to change the mask only on a particular server instead of the entire cluster.
Environment
- PVFS2_DEBUGFILE
If set to the path of a local file, redirect debug output to it.
- PVFS2_DEBUGMASK
Set the OrangeFS debug mask. Possible masks are documented in pvfs2-set-debugmask(1).
- PVFS2TAB_FILE
If set, the full pathname for an alternate pvfs2tab file
Files
/etc/pvfs2tab
Examples
Log IO errors.
pvfs2-set-debugmask -m /mnt io
Bugs
Please submit bug reports to pvfs2-developers@beowulf-underground.org
See Also
pvfs2-set-eventmask(1), pvfs2-set-mode(1), pvfs2tab(5)