]> sourceware.org Git - lvm2.git/blob - man/lvmconf.8.in
Refer to details of snapshot of raid problem.
[lvm2.git] / man / lvmconf.8.in
1 .TH "LVMCONF" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
2
3 .SH "NAME"
4 .B lvmconf
5 \- LVM configuration modifier
6
7 .SH "SYNOPSIS"
8 .B lvmconf
9 .RB [ \-\-disable-cluster ]
10 .RB [ \-\-enable-cluster ]
11 .RB [ \-\-file
12 .RI < configfile >]
13 .RB [ \-\-lockinglib
14 .RI < lib >]
15 .RB [ \-\-lockinglibdir
16 .RI < dir >]
17
18 .SH "DESCRIPTION"
19 lvmconf is a script that modifies the locking configuration in
20 an lvm configuration file. See \fBlvm.conf\fP(5).
21
22 .SH "OPTIONS"
23 .TP
24 .BR \-\-disable-cluster
25 Set \fBlocking_type\fR to the default non-clustered type.
26 .TP
27 .BR \-\-enable-cluster
28 Set \fBlocking_type\fR to the default clustered type on this system.
29 .TP
30 .BR \-\-file " <" \fIconfigfile >
31 Apply the changes to \fIconfigfile\fP instead of the default
32 \fI#DEFAULT_SYS_DIR#/lvm.conf\fP.
33 .TP
34 .BR \-\-lockinglib " <" \fIlib >
35 Set external \fBlocking_library\fR locking library to load if an external locking type is used.
36 .TP
37 .BR \-\-lockinglibdir " <" \fIdir >
38 .SH FILES
39 .I #DEFAULT_SYS_DIR#/lvm.conf
40
41 .SH "SEE ALSO"
42 .BR lvm (8),
43 .BR lvm.conf (5)
This page took 0.034036 seconds and 5 git commands to generate.