1PVFS2-GETMATTR(1) General Commands Manual PVFS2-GETMATTR(1)
2
3
4
6 pvfs2-getmattr – display file mirroring properties volumes
7
9 pvfs2-getmattr [-cmhf] file
10 getmattr [-cmhf] file
11
13 The pvfs2-getmattr utility displays information about file mirroring
14 for a given file. If no options are specified, both the number of mir‐
15 ror copies and the mirroring mode will be displayed.
16
17 The options are as follows:
18
19 -c Retrieve the number of mirror copies.
20
21 -m Retrieve the mirroring mode.
22
23 -h Display synopsis.
24
26 PVFS2_DEBUGFILE
27 If set to the path of a local file, redirect debug output to it.
28
29 PVFS2_DEBUGMASK
30 Set the OrangeFS debug mask. Possible masks are documented in
31 pvfs2-set-debugmask(1).
32
33 PVFS2TAB_FILE
34 If set, the full pathname for an alternate pvfs2tab file
35
37 /etc/passwd
38
39 /etc/pvfs2tab
40
42 Display all mirroring properties for the file /mnt/foo.
43
44 pvfs2-getmattr -f /mnt/foo
45
47 Please submit bug reports to pvfs2-developers@beowulf-underground.org
48
50 pvfs2-setmattr(1), pvfs2tab(5)
51
52
53
54 2017-06-30 PVFS2-GETMATTR(1)