1PVFS2-SET-SYNC(1) General Commands Manual PVFS2-SET-SYNC(1)
2
3
4
6 pvfs2-set-sync – set server synchronization parameters
7
9 pvfs2-set-sync -m mount_point [-D data] [-M metadata]
10
12 The pvfs2-set-sync utility is used to set whether data or metadata is
13 implicity synchronized to permanent storage on the server.
14
15 The options are as follows:
16
17 -m Specify the file system to operate on.
18
19 -D Specify whether file data is implicitly synchronized. A setting
20 of 0 means off an 1 means on.
21
22 -M Specify whether metadata is implicitly synchronized. A setting
23 of 0 means off an 1 means on.
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/pvfs2tab
38
40 Synchronize metadata but not data.
41
42 pvfs2-set-sync -m /mnt -D 0 -M 1
43
45 Please submit bug reports to pvfs2-developers@beowulf-underground.org
46
48 pvfs2-set-mode(1), pvfs2tab(5)
49
50
51
52 2017-07-13 PVFS2-SET-SYNC(1)