lvmlockd
LVM locking daemon
Install
- All systems
-
curl cmd.cat/lvmlockd.sh
- Debian
-
apt-get install lvm2-lockd
- Ubuntu
-
apt-get install lvm2-lockd
- Kali Linux
-
apt-get install lvm2-lockd
- Fedora
-
dnf install lvm2-lockd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lvm2-lockd
- Dockerfile
- dockerfile.run/lvmlockd
lvm2-lockd
LVM locking daemon
This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices. LVM commands use lvmlockd to coordinate access to shared storage.