Overview
LVM is short for Logical Volume Manager, which is a mechanism used for managing disk partitions in Linux.
The process of managing EVS disks using LVM is as follows:
- Create physical volumes using EVS disks.
- Create a volume group for the physical volumes.
- Create logical volumes in the volume group.
- Create file systems on logical volumes.
With LVM, a file system can be created on top of multiple EVS disks and can be easily resized as needed. This way, the file system size is no longer limited by the underlying disk capacity.
For example, you can expand the size of an ext4 file system in either of the following ways:
- Extend the logical volume directly if the unallocated space in the volume group is sufficient.
- Extend the volume group and then logical volumes if the unallocated space in a volume group is insufficient.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.