1LVMCONF(8) LVMCONF(8)
2
3
4
6 lvmconf — LVM configuration modifier
7
9 lvmconf [--disable-cluster] [--enable-cluster] [--enable-halvm] [--dis‐
10 able-halvm] [--file <configfile>] [--lockinglib <lib>] [--lockinglibdir
11 <dir>] [--services] [--mirrorservice] [--startstopservices]
12
13
15 lvmconf is a script that modifies the locking configuration in an lvm
16 configuration file. See lvm.conf(5). In addition to that, it can also
17 set Systemd or SysV services according to changes in the lvm configura‐
18 tion if needed.
19
20
22 --disable-cluster
23 Set locking_type to the default non-clustered type. Also reset
24 lvmetad use to its default.
25
26 --enable-cluster
27 Set locking_type to the default clustered type on this system.
28 Also disable lvmetad use as it is not yet supported in clustered
29 environment.
30
31 --disable-halvm
32 Set locking_type to the default non-clustered type. Also reset
33 lvmetad use to its default.
34
35 --enable-halvm
36 Set locking_type suitable for HA LVM use. Also disable lvmetad
37 use as it is not yet supported in HA LVM environment.
38
39 --file <configfile>
40 Apply the changes to configfile instead of the default
41 /etc/lvm/lvm.conf.
42
43 --lockinglib <lib>
44 Set external locking_library locking library to load if an
45 external locking type is used.
46
47 --lockinglibdir <dir>
48
49 --services
50 In addition to setting the lvm configuration, also enable or
51 disable related Systemd or SysV clvmd and lvmetad services. This
52 script does not configure services provided by cluster resource
53 agents.
54
55 --mirrorservice
56 Also enable or disable optional cmirrord service when handling
57 services (applicable only with --services).
58
59 --startstopservices
60 In addition to enabling or disabling related services, start or
61 stop them immediately (applicable only with --services).
62
64 /etc/lvm/lvm.conf
65
66
68 lvm(8), lvm.conf(5)
69
70
71
72Red Hat, Inc LVM TOOLS 2.02.183(2) (2018-12-07) LVMCONF(8)