1PVFS2-SETMATTR(1) General Commands Manual PVFS2-SETMATTR(1)
2
3
4
6 pvfs2-setmattr – set file mirroring properties volumes
7
9 pvfs2-setmattr [-c copies] [-m mode] [-h] -f file
10 setmattr [-c copies] [-m mode] [-h] -f file
11
13 The pvfs2-setmattr utility changes information about file mirroring for
14 a given file.
15
16 The options are as follows:
17
18 -c Set the number of mirror copies.
19
20 -m Set the mirroring mode. The mode 100 means no mirroring and 200
21 means create mirror when immutable is set.
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 Set mirroring for the file /mnt/foo.
43
44 pvfs2-setmattr -c 2 -m 200 -f /mnt/foo
45
47 Please submit bug reports to pvfs2-developers@beowulf-underground.org
48
50 pvfs2-getmattr(1), pvfs2tab(5)
51
52
53
54 2017-07-13 PVFS2-SETMATTR(1)