mirror of
https://github.com/canonical/ubuntu-server-documentation.git
synced 2025-07-31 20:38:18 +00:00
Link glossary term (LVM)
Linked the glossary term LVM(Logical Volume Manager) to the "Explanation >Introduction to High Availability" webpage
This commit is contained in:
@ -133,7 +133,7 @@ Packages in this list aren't necessarily **HA** related packages, but they play
|
||||
|
||||
**CLVM** - supported before **Ubuntu 20.04**
|
||||
|
||||
A distributed lock manager (DLM) is used to broker concurrent LVM metadata accesses. Whenever a cluster node needs to modify the LVM metadata, it must secure permission from its local `clvmd` , which is in constant contact with other `clvmd` daemons in the cluster and can communicate a need to lock a particular set of objects.
|
||||
A distributed lock manager (DLM) is used to broker concurrent {term}`LVM` metadata accesses. Whenever a cluster node needs to modify the LVM metadata, it must secure permission from its local `clvmd` , which is in constant contact with other `clvmd` daemons in the cluster and can communicate a need to lock a particular set of objects.
|
||||
**{manpage}`lvmlockd(8)`** - supported after **Ubuntu 20.04**
|
||||
As of 2017, a stable LVM component that is designed to replace `clvmd` by making the locking of LVM objects transparent to the rest of LVM, without relying on a distributed lock manager.
|
||||
The lvmlockd benefits over clvm are:
|
||||
|
Reference in New Issue
Block a user