pvfs2-getmattr - Man Page
pvfs2-getmattr – display file mirroring properties volumes
Synopsis
pvfs2-getmattr [-cmhf] file
getmattr [-cmhf] file
Description
The pvfs2-getmattr utility displays information about file mirroring for a given file. If no options are specified, both the number of mirror copies and the mirroring mode will be displayed.
The options are as follows:
- -c
Retrieve the number of mirror copies.
- -m
Retrieve the mirroring mode.
- -h
Display synopsis.
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/passwd
/etc/pvfs2tab
Examples
Display all mirroring properties for the file /mnt/foo.
pvfs2-getmattr -f /mnt/foo
Bugs
Please submit bug reports to pvfs2-developers@beowulf-underground.org
See Also
pvfs2-setmattr(1), pvfs2tab(5)
Referenced By
The man page getmattr(1) is an alias of pvfs2-getmattr(1).