X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-storage-lvm.adoc;h=917d8fbcbe9e9078f1fa04408768ff800cbfe304;hb=067d9c3dba03e99d5e1873f13ec7c4786f5151d3;hp=bbfa08be04444eaab29a3bd7886d829710a976b4;hpb=b2f242abe4c50227f5610767e6fcaa40654c2b88;p=pve-docs.git diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc index bbfa08b..917d8fb 100644 --- a/pve-storage-lvm.adoc +++ b/pve-storage-lvm.adoc @@ -1,6 +1,6 @@ +[[storage_lvm]] LVM Backend ----------- -include::attributes.txt[] ifdef::wiki[] :pve-toplevel: :title: Storage: LVM @@ -8,7 +8,7 @@ endif::wiki[] Storage pool type: `lvm` -LVM is a thin software layer on top of hard disks and partitions. It +LVM is a light software layer on top of hard disks and partitions. It can be used to split available disk space into smaller logical volumes. LVM is widely used on Linux and makes managing hard drives easier. @@ -63,15 +63,15 @@ Storage Features ~~~~~~~~~~~~~~~~ LVM is a typical block storage, but this backend does not support -snapshot and clones. Unfortunately, normal LVM snapshots are quite -inefficient, because they interfere all writes on the whole volume +snapshots and clones. Unfortunately, normal LVM snapshots are quite +inefficient, because they interfere with all writes on the entire volume group during snapshot time. One big advantage is that you can use it on top of a shared storage, -for example an iSCSI LUN. The backend itself implement proper cluster -wide locking. +for example, an iSCSI LUN. The backend itself implements proper cluster-wide +locking. -TIP: The newer LVM-thin backend allows snapshot and clones, but does +TIP: The newer LVM-thin backend allows snapshots and clones, but does not support shared storage.