# Enable HA-LVM. lvmconf --enable-halvm --services --startstopservices systemctl mask lvm2-lvmetad.socket # A known issue, starts on boot even after it's disabled.
# Configure a volume_list that only contains local volume groups, like volume_list = [ "rhel" ] vim /etc/lvm/lvm.conf
a. Sets the global/locking_type = 1 and global/use_lvmetad = 0 in /etc/lvm/lvm.conf.
b. Disables the lvmetad daemon.
CLVM Volumes
RHEL 7.8 - lvm2-2.02.186-7.el7.x86_64
yum -y install lvm2-cluster dlm lvmconf --enable-cluster # locking_type=3, use_lvmetad=0 systemctl mask lvm2-lvmetad.socket # A known issue, starts on boot even after it's disabled.