LVM: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
(Minor, punction changes and one grammatical change.)
Line 3: Line 3:
'''LVM''' is an acronym for '''L'''ogical '''V'''olume '''M'''anagement.
'''LVM''' is an acronym for '''L'''ogical '''V'''olume '''M'''anagement.


It is a tool that takes one or more real or virtual disks and assigns them as Physical Volumes ([[#PV|PV]]s). From one or more PVs you can create a Volume Group ([[#VG|VG]]). The VG acts as a pool of raw space from which one or more Logical Volumes ([[#LV|LV]]s) can be created. These LVs are essentially a tradition [[partition]] on top of which you can format with a [[filesystem]], assign to a [[RAID]] device and so on.
It is a tool that aggregates one or more real or virtual disks and assigns them as Physical Volumes ([[#PV|PV]]s). From one or more PV's you can create a Volume Group ([[#VG|VG]]). The VG acts as a pool of raw space from which one or more Logical Volumes ([[#LV|LV]]'s) can be created. These LV's are, essentially, a traditional [[partition]] on top of which you can format with a [[filesystem]], assign to a [[RAID]] device and so on.


= PV =
= PV =
Line 11: Line 11:
= VG =
= VG =


'''V'''olume '''G'''roup; This is a pool of one or more PVs. From this pool of raw space, LVs are created.
'''V'''olume '''G'''roup; This is a pool of one or more PV's. From this pool of raw space, LV's are created.


= LV =
= LV =


'''L'''ogical '''V'''olume; This is similar to a traditional raw partition. You can format an LV with a [[filesystem]], add it to a RAID or [[DRBD]] array and so on.
'''L'''ogical '''V'''olume; This is similar to a traditional, raw partition. You can format an LV with a [[filesystem]], add it to a RAID or [[DRBD]] array and so on.


= CLVM =
= CLVM =

Revision as of 06:07, 7 August 2012

 AN!Wiki :: LVM

LVM is an acronym for Logical Volume Management.

It is a tool that aggregates one or more real or virtual disks and assigns them as Physical Volumes (PVs). From one or more PV's you can create a Volume Group (VG). The VG acts as a pool of raw space from which one or more Logical Volumes (LV's) can be created. These LV's are, essentially, a traditional partition on top of which you can format with a filesystem, assign to a RAID device and so on.

PV

Physical Volume; This is a raw partition from a disk assigned to be used in an LVM.

VG

Volume Group; This is a pool of one or more PV's. From this pool of raw space, LV's are created.

LV

Logical Volume; This is similar to a traditional, raw partition. You can format an LV with a filesystem, add it to a RAID or DRBD array and so on.

CLVM

When LVM is used in a cluster, it is referred to as Clustered LVM. This indicates that it has been made "cluster aware" and now relies on the cluster's DLM for safe operation. CLVM relies on the clvmd daemon to operate.

 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.