Logical Volume Manager Administration
LVM Administrator's Guide
Edition 1
Abstract
Chapter 1. Introduction Copy linkLink copied to clipboard!
1.1. About This Guide Copy linkLink copied to clipboard!
1.2. Audience Copy linkLink copied to clipboard!
1.3. Software Versions Copy linkLink copied to clipboard!
Software | Description |
---|---|
Red Hat Enterprise Linux 5
|
refers to Red Hat Enterprise Linux 5 and higher
|
GFS
|
refers to GFS for Red Hat Enterprise Linux and higher
|
1.4. Related Documentation Copy linkLink copied to clipboard!
- Red Hat Enterprise Linux Installation Guide — Provides information regarding installation of Red Hat Enterprise Linux 5.
- Red Hat Enterprise Linux Deployment Guide — Provides information regarding the deployment, configuration and administration of Red Hat Enterprise Linux 5.
- Red Hat Cluster Suite Overview — Provides a high level overview of the Red Hat Cluster Suite.
- Cluster Administration — Provides information about installing, configuring and managing Red Hat Cluster components.
- Global File System: Configuration and Administration — Provides information about installing, configuring, and maintaining Red Hat GFS (Red Hat Global File System).
- Global File System 2: Configuration and Administration — Provides information about installing, configuring, and maintaining Red Hat GFS2 (Red Hat Global File System 2).
- Using Device-Mapper Multipath — Provides information about using the Device-Mapper Multipath feature of Red Hat Enterprise Linux 5.
- Using GNBD with Global File System — Provides an overview on using Global Network Block Device (GNBD) with Red Hat GFS.
- Linux Virtual Server Administration — Provides information on configuring high-performance systems and services with the Linux Virtual Server (LVS).
- Red Hat Cluster Suite Release Notes — Provides information about the current release of Red Hat Cluster Suite.
Chapter 2. The LVM Logical Volume Manager Copy linkLink copied to clipboard!
2.1. New and Changed Features Copy linkLink copied to clipboard!
2.1.1. New and Changed Features for Red Hat Enterprise Linux 5.6 Copy linkLink copied to clipboard!
- In Red Hat Enterprise Linux 5.6, the
lvm.conf
configuration file includes adefault_data_alignment
parameter that allows you to set the default alignment of the start of a data area. For information on data alignment in LVM as well as information on changing the default value ofdefault_data_alignment
, see the inline documentation for the/etc/lvm/lvm.conf
file, which is also documented in Appendix B, The LVM Configuration Files. - In the Red Hat Enterprise Linux 5.6 release, you can use the
--splitmirrors
argument of thelvconvert
command to split off a redundant image of a mirrored logical volume to form a new logical volume. For information on using this option, see Section 5.4.1.3.3, “Splitting Off a Redundant Image of a Mirrored Logical Volume”. - You can now create a mirror log for a mirrored logical device that is itself mirrored by using the
--mirrorlog mirrored
argument of thelvcreate
command when creating a mirrored logical device. For information on using this option, see Section 5.4.1.3.1, “Mirroring the Mirror Log”. - In the Red Hat Enterprise Linux 5.6 release, you can control metadata storage on a physical volume by using the
--metadataignore
option of thepvcreate
command. For information on setting this value, see Appendix D, LVM Volume Group Metadata and thepvcreate
man page. - In the Red Hat Enterprise Linux 5.6 release, you can determine the number of metadata copies at the volume group level with the
--vgmetadatacopies
option of thevgcreate
command. For information on setting this value, see Appendix D, LVM Volume Group Metadata and thevgcreate
man page.
2.1.2. New and Changed Features for Red Hat Enterprise Linux 5.7 Copy linkLink copied to clipboard!
- You can now combine RAID0 (striping) and RAID1 (mirroring) in a single logical volume. Creating a logical volume while simultaneously specifying the number of mirrors (
--mirrors X
) and the number of stripes (--stripes Y
) results in a mirror device whose constituent devices are striped. For information on creating mirrored logical volumes, see Section 5.4.1.3, “Creating Mirrored Volumes”. - As of the Red Hat Enterprise Linux 5.7 release, there are two new features related to snapshots. First, in addition to the snapshot itself being invalidated when full, any mounted file systems on that snapshot device are forcibly unmounted, avoiding the inevitable file system errors upon access to the mount point. Second, you can specify the
snapshot_autoextend_threshold
option in thelvm.conf
file. This option allows automatic extension of a snapshot whenever the remaining snapshot space drops below the threshold you set. This feature requires that there be unallocated space in the volume group.Information on settingsnapshot_autoextend_threshold
andsnapshot_autoextend_percent
is provided in thelvm.conf
file itself. For information about thelvm.conf
file, refer to Appendix B, The LVM Configuration Files. - When extending an LVM volume, you can now use the
--alloc cling
option of thelvextend
command to specify thecling
allocation policy. This policy will choose space on the same physical volumes as the last segment of the existing logical volume. If there is insufficient space on the physical volumes and a list of tags is defined in thelvm.conf
file, LVM will check whether any of the tags are attached to the physical volumes and seek to match those physical volume tags between existing extents and new extents.For information on extending LVM mirrored volumes with the--alloc cling
option of thelvextend
command, see Section 5.4.11, “Extending a Logical Volume with thecling
Allocation Policy”. - As of the Red Hat Enterprise Linux 5.7 release, if you need to create a consistent backup of data on a clustered logical volume you can activate the volume exclusively and then create the snapshot. For information on activating logical volumes exclusively on one node, see Section 5.8, “Activating Logical Volumes on Individual Nodes in a Cluster”.
2.1.3. New and Changed Features for Red Hat Enterprise Linux 5.8 Copy linkLink copied to clipboard!
- As of the Red Hat Enterprise Linux 5.8 release, it is possible to grow mirrored logical volumes with the
lvextend
command without performing a synchronization of the new mirror regions. For information on extending a mirrored logical volume, see Section 5.4.10, “Extending a Mirrored Volume”. - Small clarifactions have been made throughout this document.
2.1.4. New and Changed Features for Red Hat Enterprise Linux 5.9 and Red Hat Enterprise LInux 5.10 Copy linkLink copied to clipboard!
- Small clarifactions have been made throughout this document.
2.1.5. New and Changed Features for Red Hat Enterprise Linux 5.11 Copy linkLink copied to clipboard!
- This manual documents the
lvm tags
command, which lists the currently active host tags. For information on LVM object tags, see Appendix C, LVM Object Tags. - As of the Red Hat Enterprise Linux 5.11 release, you no longer need to specify a major number when using the
--persistent
option of thelvcreate
orlvchange
command. This had no effect on the major number, which the kernel assigned dynamically. For information on persistent device numbers, see Section 5.4.2, “Persistent Device Numbers”.
2.2. Logical Volumes Copy linkLink copied to clipboard!
- Flexible capacityWhen using logical volumes, file systems can extend across multiple disks, since you can aggregate disks and partitions into a single logical volume.
- Resizeable storage poolsYou can extend logical volumes or reduce logical volumes in size with simple software commands, without reformatting and repartitioning the underlying disk devices.
- Online data relocationTo deploy newer, faster, or more resilient storage subsystems, you can move data while your system is active. Data can be rearranged on disks while the disks are in use. For example, you can empty a hot-swappable disk before removing it.
- Convenient device namingLogical storage volumes can be managed in user-defined groups, which you can name according to your convenience.
- Disk stripingYou can create a logical volume that stripes data across two or more disks. This can dramatically increase throughput.
- Mirroring volumesLogical volumes provide a convenient way to configure a mirror for your data.
- Volume SnapshotsUsing logical volumes, you can take device snapshots for consistent backups or to test the effect of changes without affecting the real data.
2.3. LVM Architecture Overview Copy linkLink copied to clipboard!
- flexible capacity
- more efficient metadata storage
- better recovery format
- new ASCII metadata format
- atomic changes to metadata
- redundant copies of metadata
vgconvert
command. For information on converting LVM metadata format, see the vgconvert
(8) man page.
Figure 2.1. LVM Logical Volume Components
2.4. The Clustered Logical Volume Manager (CLVM) Copy linkLink copied to clipboard!
- If only one node of your system requires access to the storage you are configuring as logical volumes, then you can use LVM without the CLVM extensions and the logical volumes created with that node are all local to the node.
- If you are using a clustered system for failover where only a single node that accesses the storage is active at any one time, you should use High Availability Logical Volume Management agents (HA-LVM).
- If more than one node of your cluster will require access to your storage which is then shared among the active nodes, then you must use CLVM. CLVM allows a user to configure logical volumes on shared storage by locking access to physical storage while a logical volume is being configured, and uses clustered locking services to manage the shared storage.
clvmd
daemon, must be running. The clvmd
daemon is the key clustering extension to LVM. The clvmd
daemon runs in each cluster computer and distributes LVM metadata updates in a cluster, presenting each cluster computer with the same view of the logical volumes. For information on installing and administering Red Hat Cluster Suite, see Cluster Administration.
clvmd
is started at boot time, you can execute a chkconfig ... on
command on the clvmd
service, as follows:
chkconfig clvmd on
# chkconfig clvmd on
clvmd
daemon has not been started, you can execute a service ... start
command on the clvmd
service, as follows:
service clvmd start
# service clvmd start
Warning
Figure 2.2. CLVM Overview
Note
clvmd
) or the High Availability Logical Volume Management agents (HA-LVM). If you are not able to use either the clvmd
daemon or HA-LVM for operational reasons or because you do not have the correct entitlements, you must not use single-instance LVM on the shared disk as this may result in data corruption. If you have any concerns please contact your Red Hat service representative.
Note
lvm.conf
file for cluster-wide locking. Information on configuring the lvm.conf
file to support clustered locking is provided within the lvm.conf
file itself. For information about the lvm.conf
file, see Appendix B, The LVM Configuration Files.
2.5. Document Overview Copy linkLink copied to clipboard!
- Chapter 3, LVM Components describes the components that make up an LVM logical volume.
- Chapter 4, LVM Administration Overview provides an overview of the basic steps you perform to configure LVM logical volumes, whether you are using the LVM Command Line Interface (CLI) commands or the LVM Graphical User Interface (GUI).
- Chapter 5, LVM Administration with CLI Commands summarizes the individual administrative tasks you can perform with the LVM CLI commands to create and maintain logical volumes.
- Chapter 6, LVM Configuration Examples provides a variety of LVM configuration examples.
- Chapter 7, LVM Troubleshooting provides instructions for troubleshooting a variety of LVM issues.
- Chapter 8, LVM Administration with the LVM GUI summarizes the operating of the LVM GUI.
- Appendix A, The Device Mapper describes the Device Mapper that LVM uses to map logical and physical volumes.
- Appendix B, The LVM Configuration Files describes the LVM configuration files.
- Appendix C, LVM Object Tags describes LVM object tags and host tags.
- Appendix D, LVM Volume Group Metadata describes LVM volume group metadata, and includes a sample copy of metadata for an LVM volume group.
Chapter 3. LVM Components Copy linkLink copied to clipboard!
3.1. Physical Volumes Copy linkLink copied to clipboard!
3.1.1. LVM Physical Volume Layout Copy linkLink copied to clipboard!
Note
Figure 3.1. Physical Volume layout
3.1.2. Multiple Partitions on a Disk Copy linkLink copied to clipboard!
- Administrative convenienceIt is easier to keep track of the hardware in a system if each real disk only appears once. This becomes particularly true if a disk fails. In addition, multiple physical volumes on a single disk may cause a kernel warning about unknown partition types at boot-up.
- Striping performanceLVM cannot tell that two physical volumes are on the same physical disk. If you create a striped logical volume when two physical volumes are on the same physical disk, the stripes could be on different partitions on the same disk. This would result in a decrease in performance rather than an increase.
3.2. Volume Groups Copy linkLink copied to clipboard!
3.3. LVM Logical Volumes Copy linkLink copied to clipboard!
3.3.1. Linear Volumes Copy linkLink copied to clipboard!
Figure 3.2. Extent Mapping
VG1
with a physical extent size of 4MB. This volume group includes 2 physical volumes named PV1
and PV2
. The physical volumes are divided into 4MB units, since that is the extent size. In this example, PV1
is 200 extents in size (800MB) and PV2
is 100 extents in size (400MB). You can create a linear volume any size between 1 and 300 extents (4MB to 1200MB). In this example, the linear volume named LV1
is 300 extents in size.
Figure 3.3. Linear Volume with Unequal Physical Volumes
LV1
, which is 250 extents in size (1000MB) and LV2
which is 50 extents in size (200MB).
Figure 3.4. Multiple Logical Volumes
3.3.2. Striped Logical Volumes Copy linkLink copied to clipboard!
- the first stripe of data is written to PV1
- the second stripe of data is written to PV2
- the third stripe of data is written to PV3
- the fourth stripe of data is written to PV1
Figure 3.5. Striping Data Across Three PVs
3.3.3. Mirrored Logical Volumes Copy linkLink copied to clipboard!
Figure 3.6. Mirrored Logical Volume
Note
3.3.4. Snapshot Volumes Copy linkLink copied to clipboard!
Note
Note
/usr
, would need less space than a long-lived snapshot of a volume that sees a greater number of writes, such as /home
.
- Most typically, a snapshot is taken when you need to perform a backup on a logical volume without halting the live system that is continuously updating the data.
- You can execute the
fsck
command on a snapshot file system to check the file system integrity and determine whether the original file system requires file system repair. - Because the snapshot is read/write, you can test applications against production data by taking a snapshot and running tests against the snapshot, leaving the real data untouched.
- You can create volumes for use with the Xen virtual machine monitor. You can use the snapshot feature to create a disk image, snapshot it, and modify the snapshot for a particular domU instance. You can then create another snapshot and modify it for another domU instance. Since the only storage used is chunks that were changed on the origin or snapshot, the majority of the volume is shared.
Chapter 4. LVM Administration Overview Copy linkLink copied to clipboard!
4.1. Creating LVM Volumes in a Cluster Copy linkLink copied to clipboard!
clvmd
daemon, must be started at boot time, as described in Section 2.4, “The Clustered Logical Volume Manager (CLVM)”.
lvm.conf
file for cluster-wide locking. Information on configuring the lvm.conf
file to support clustered locking is provided within the lvm.conf
file itself. For information about the lvm.conf
file, see Appendix B, The LVM Configuration Files.
Warning
Note
clvmd
) or the High Availability Logical Volume Management agents (HA-LVM). If you are not able to use either the clvmd
daemon or HA-LVM for operational reasons or because you do not have the correct entitlements, you must not use single-instance LVM on the shared disk as this may result in data corruption. If you have any concerns please contact your Red Hat service representative.
4.2. Logical Volume Creation Overview Copy linkLink copied to clipboard!
- Initialize the partitions you will use for the LVM volume as physical volumes (this labels them).
- Create a volume group.
- Create a logical volume.
- Create a GFS file system on the logical volume with the
gfs_mkfs
command. - Create a new mount point with the
mkdir
command. In a clustered system, create the mount point on all nodes in the cluster. - Mount the file system. You may want to add a line to the
fstab
file for each node in the system.
4.3. Growing a File System on a Logical Volume Copy linkLink copied to clipboard!
- Make a new physical volume.
- Extend the volume group that contains the logical volume with the file system you are growing to include the new physical volume.
- Extend the logical volume to include the new physical volume.
- Grow the file system.
4.4. Logical Volume Backup Copy linkLink copied to clipboard!
lvm.conf
file. By default, the metadata backup is stored in the /etc/lvm/backup
file and the metadata archives are stored in the /etc/lvm/archive
file. How long the metadata archives stored in the /etc/lvm/archive
file are kept and how many archive files are kept is determined by parameters you can set in the lvm.conf
file. A daily system backup should include the contents of the /etc/lvm
directory in the backup.
/etc/lvm/backup
file with the vgcfgbackup
command. You can restore metadata with the vgcfgrestore
command. The vgcfgbackup
and vgcfgrestore
commands are described in Section 5.3.13, “Backing Up Volume Group Metadata”.
4.5. Logging Copy linkLink copied to clipboard!
- standard output/error
- syslog
- log file
- external log function
/etc/lvm/lvm.conf
file, which is described in Appendix B, The LVM Configuration Files.
4.6. Online Device Reconfiguration Copy linkLink copied to clipboard!
vgscan
command. For information on the vgscan
command and the LVM cache file, see Section 5.3.6, “Scanning Disks for Volume Groups to Build the Cache File”.
Chapter 5. LVM Administration with CLI Commands Copy linkLink copied to clipboard!
Note
clvmd
daemon. For information, see Section 4.1, “Creating LVM Volumes in a Cluster”.
5.1. Using CLI Commands Copy linkLink copied to clipboard!
--units
argument in a command, lower-case indicates that units are in multiples of 1024 while upper-case indicates that units are in multiples of 1000.
lvol0
in a volume group called vg0
can be specified as vg0/lvol0
. Where a list of volume groups is required but is left empty, a list of all volume groups will be substituted. Where a list of logical volumes is required but a volume group is given, a list of all the logical volumes in that volume group will be substituted. For example, the lvdisplay vg0
command will display all the logical volumes in volume group vg0
.
-v
argument, which can be entered multiple times to increase the output verbosity. For example, the following examples shows the default output of the lvcreate
command.
lvcreate -L 50MB new_vg
# lvcreate -L 50MB new_vg
Rounding up size to full physical extent 52.00 MB
Logical volume "lvol0" created
lvcreate
command with the -v
argument.
-vv
, -vvv
or the -vvvv
argument to display increasingly more details about the command execution. The -vvvv
argument provides the maximum amount of information at this time. The following example shows only the first few lines of output for the lvcreate
command with the -vvvv
argument specified.
--help
argument of the command.
commandname --help
# commandname --help
man
command:
man commandname
# man commandname
man lvm
command provides general online information about LVM.
/dev/sdf
which is part of a volume group and, when you plug it back in, you find that it is now /dev/sdk
. LVM will still find the physical volume because it identifies the physical volume by its UUID and not its device name. For information on specifying the UUID of a physical volume when creating a physical volume, see Section 7.4, “Recovering Physical Volume Metadata”.
5.2. Physical Volume Administration Copy linkLink copied to clipboard!
5.2.1. Creating Physical Volumes Copy linkLink copied to clipboard!
5.2.1.1. Setting the Partition Type Copy linkLink copied to clipboard!
fdisk
or cfdisk
command or an equivalent. For whole disk devices only the partition table must be erased, which will effectively destroy all data on that disk. You can remove an existing partition table by zeroing the first sector with the following command:
dd if=/dev/zero of=PhysicalVolume bs=512 count=1
# dd if=/dev/zero of=PhysicalVolume bs=512 count=1
5.2.1.2. Initializing Physical Volumes Copy linkLink copied to clipboard!
pvcreate
command to initialize a block device to be used as a physical volume. Initialization is analogous to formatting a file system.
/dev/sdd
, /dev/sde
, and /dev/sdf
as LVM physical volumes for later use as part of LVM logical volumes.
pvcreate /dev/sdd /dev/sde /dev/sdf
# pvcreate /dev/sdd /dev/sde /dev/sdf
pvcreate
command on the partition. The following example initializes the partition /dev/hdb1
as an LVM physical volume for later use as part of an LVM logical volume.
pvcreate /dev/hdb1
# pvcreate /dev/hdb1
5.2.1.3. Scanning for Block Devices Copy linkLink copied to clipboard!
lvmdiskscan
command, as shown in the following example.
5.2.2. Displaying Physical Volumes Copy linkLink copied to clipboard!
pvs
, pvdisplay
, and pvscan
.
pvs
command provides physical volume information in a configurable form, displaying one line per physical volume. The pvs
command provides a great deal of format control, and is useful for scripting. For information on using the pvs
command to customize your output, see Section 5.9, “Customized Reporting for LVM”.
pvdisplay
command provides a verbose multi-line output for each physical volume. It displays physical properties (size, extents, volume group, etc.) in a fixed format.
pvdisplay
command for a single physical volume.
pvscan
command scans all supported LVM block devices in the system for physical volumes.
lvm.conf
so that this command will avoid scanning specific physical volumes. For information on using filters to control which devices are scanned, see Section 5.6, “Controlling LVM Device Scans with Filters”.
5.2.3. Preventing Allocation on a Physical Volume Copy linkLink copied to clipboard!
pvchange
command. This may be necessary if there are disk errors, or if you will be removing the physical volume.
/dev/sdk1
.
pvchange -x n /dev/sdk1
# pvchange -x n /dev/sdk1
-xy
arguments of the pvchange
command to allow allocation where it had previously been disallowed.
5.2.4. Resizing a Physical Volume Copy linkLink copied to clipboard!
pvresize
command to update LVM with the new size. You can execute this command while LVM is using the physical volume.
5.2.5. Removing Physical Volumes Copy linkLink copied to clipboard!
pvremove
command. Executing the pvremove
command zeroes the LVM metadata on an empty physical volume.
vgreduce
command, as described in Section 5.3.7, “Removing Physical Volumes from a Volume Group”.
pvremove /dev/ram15
# pvremove /dev/ram15
Labels on physical volume "/dev/ram15" successfully wiped
5.3. Volume Group Administration Copy linkLink copied to clipboard!
5.3.1. Creating Volume Groups Copy linkLink copied to clipboard!
vgcreate
command. The vgcreate
command creates a new volume group by name and adds at least one physical volume to it.
vg1
that contains physical volumes /dev/sdd1
and /dev/sde1
.
vgcreate vg1 /dev/sdd1 /dev/sde1
# vgcreate vg1 /dev/sdd1 /dev/sde1
-s
option to the vgcreate
command if the default extent size is not suitable. You can put limits on the number of physical or logical volumes the volume group can have by using the -p
and -l
arguments of the vgcreate
command.
normal
allocation policy. You can use the --alloc
argument of the vgcreate
command to specify an allocation policy of contiguous
, anywhere
, or cling
.
contiguous
policy requires that new extents are adjacent to existing extents. If there are sufficient free extents to satisfy an allocation request but a normal
allocation policy would not use them, the anywhere
allocation policy will, even if that reduces performance by placing two stripes on the same physical volume. The cling
policy places new extents on the same physical volume as existing extents in the same stripe of the logical volume. These policies can be changed using the vgchange
command.
cling
policy in conjunction with LVM tags to specify which additional physical volumes to use when extending an LVM volume, see Section 5.4.11, “Extending a Logical Volume with the cling
Allocation Policy”.
normal
are required only in special cases where you need to specify unusual or nonstandard extent allocation.
/dev
directory with the following layout:
/dev/vg/lv/
/dev/vg/lv/
myvg1
and myvg2
, each with three logical volumes named lv01
, lv02
, and lv03
, this creates six device special files:
5.3.2. LVM Allocation Copy linkLink copied to clipboard!
- The complete set of unallocated physical extents in the volume group is generated for consideration. If you supply any ranges of physical extents at the end of the command line, only unallocated physical extents within those ranges on the specified physical volumes are considered.
- Each allocation policy is tried in turn, starting with the strictest policy (
contiguous
) and ending with the allocation policy specified using the--alloc
option or set as the default for the particular logical volume or volume group. For each policy, working from the lowest-numbered logical extent of the empty logical volume space that needs to be filled, as much space as possible is allocated, according to the restrictions imposed by the allocation policy. If more space is needed, LVM moves on to the next policy.
- An allocation policy of
contiguous
requires that the physical location of any logical extent that is not the first logical extent of a logical volume is adjacent to the physical location of the logical extent immediately preceding it.When a logical volume is striped or mirrored, thecontiguous
allocation restriction is applied independently to each stripe or mirror image (leg) that needs space. - An allocation policy of
cling
requires that the physical volume used for any logical extent to be added to an existing logical volume is already in use by at least one logical extent earlier in that logical volume. If the configuration parameterallocation/cling_tag_list
is defined, then two physical volumes are considered to match if any of the listed tags is present on both physical volumes. This allows groups of physical volumes with similar properties (such as their physical location) to be tagged and treated as equivalent for allocation purposes. For more information on using thecling
policy in conjunction with LVM tags to specify which additional physical volumes to use when extending an LVM volume, see Section 5.4.11, “Extending a Logical Volume with thecling
Allocation Policy”.When a Logical Volume is striped or mirrored, thecling
allocation restriction is applied independently to each stripe or mirror image (leg) that needs space. - An allocation policy of
normal
will not choose a physical extent that shares the same physical volume as a logical extent already allocated to a parallel logical volume (that is, a different stripe or mirror image/leg) at the same offset within that parallel logical volume.When allocating a mirror log at the same time as logical volumes to hold the mirror data, an allocation policy ofnormal
will first try to select different physical volumes for the log and the data. If that is not possible and theallocation/mirror_logs_require_separate_pvs
configuration parameter is set to 0, it will then allow the log to share physical volume(s) with part of the data. - If there are sufficient free extents to satisfy an allocation request but a
normal
allocation policy would not use them, theanywhere
allocation policy will, even if that reduces performance by placing two stripes on the same physical volume.
vgchange
command.
Note
lvcreate
and lvconvert
steps such that the allocation policies applied to each step leave LVM no discretion over the layout.
-vvvv
option to a command.
5.3.3. Creating Volume Groups in a Cluster Copy linkLink copied to clipboard!
vgcreate
command, just as you create them on a single node.
-c n
of the vgcreate
command.
vg1
that contains physical volumes /dev/sdd1
and /dev/sde1
.
vgcreate -c n vg1 /dev/sdd1 /dev/sde1
# vgcreate -c n vg1 /dev/sdd1 /dev/sde1
-c
option of the vgchange
command, which is described in Section 5.3.8, “Changing the Parameters of a Volume Group”.
vgs
command, which displays the c
attribute if the volume is clustered. The following command displays the attributes of the volume groups VolGroup00
and testvg1
. In this example, VolGroup00
is not clustered, while testvg1
is clustered, as indicated by the c
attribute under the Attr
heading.
vgs
# vgs
VG #PV #LV #SN Attr VSize VFree
VolGroup00 1 2 0 wz--n- 19.88G 0
testvg1 1 1 0 wz--nc 46.00G 8.00M
vgs
command, see Section 5.3.5, “Displaying Volume Groups”Section 5.9, “Customized Reporting for LVM”, and the vgs
man page.
5.3.4. Adding Physical Volumes to a Volume Group Copy linkLink copied to clipboard!
vgextend
command. The vgextend
command increases a volume group's capacity by adding one or more free physical volumes.
/dev/sdf1
to the volume group vg1
.
vgextend vg1 /dev/sdf1
# vgextend vg1 /dev/sdf1
5.3.5. Displaying Volume Groups Copy linkLink copied to clipboard!
vgs
and vgdisplay
.
vgscan
command, which scans all the disks for volume groups and rebuilds the LVM cache file, also displays the volume groups. For information on the vgscan
command, see Section 5.3.6, “Scanning Disks for Volume Groups to Build the Cache File”.
vgs
command provides volume group information in a configurable form, displaying one line per volume group. The vgs
command provides a great deal of format control, and is useful for scripting. For information on using the vgs
command to customize your output, see Section 5.9, “Customized Reporting for LVM”.
vgdisplay
command displays volume group properties (such as size, extents, number of physical volumes, etc.) in a fixed form. The following example shows the output of a vgdisplay
command for the volume group new_vg
. If you do not specify a volume group, all existing volume groups are displayed.
5.3.6. Scanning Disks for Volume Groups to Build the Cache File Copy linkLink copied to clipboard!
vgscan
command scans all supported disk devices in the system looking for LVM physical volumes and volume groups. This builds the LVM cache in the /etc/lvm/.cache
file, which maintains a listing of current LVM devices.
vgscan
command automatically at system startup and at other times during LVM operation, such as when you execute a vgcreate
command or when LVM detects an inconsistency.
Note
vgscan
command manually when you change your hardware configuration and add or delete a device from a node, causing new devices to be visible to the system that were not present at system bootup. This may be necessary, for example, when you add new disks to the system on a SAN or hotplug a new disk that has been labeled as a physical volume.
lvm.conf
file to restrict the scan to avoid specific devices. For information on using filters to control which devices are scanned, see Section 5.6, “Controlling LVM Device Scans with Filters”.
vgscan
command.
vgscan
# vgscan
Reading all physical volumes. This may take a while...
Found volume group "new_vg" using metadata type lvm2
Found volume group "officevg" using metadata type lvm2
5.3.7. Removing Physical Volumes from a Volume Group Copy linkLink copied to clipboard!
vgreduce
command. The vgreduce
command shrinks a volume group's capacity by removing one or more empty physical volumes. This frees those physical volumes to be used in different volume groups or to be removed from the system.
pvdisplay
command.
pvmove
command. Then use the vgreduce
command to remove the physical volume:
/dev/hda1
from the volume group my_volume_group
.
vgreduce my_volume_group /dev/hda1
# vgreduce my_volume_group /dev/hda1
5.3.8. Changing the Parameters of a Volume Group Copy linkLink copied to clipboard!
vgchange
command is used to deactivate and activate volume groups, as described in Section 5.3.9, “Activating and Deactivating Volume Groups”. You can also use this command to change several volume group parameters for an existing volume group.
vg00
to 128.
vgchange -l 128 /dev/vg00
# vgchange -l 128 /dev/vg00
vgchange
command, see the vgchange
(8) man page.
5.3.9. Activating and Deactivating Volume Groups Copy linkLink copied to clipboard!
-a
(--available
) argument of the vgchange
command.
my_volume_group
.
vgchange -a n my_volume_group
# vgchange -a n my_volume_group
lvchange
command, as described in Section 5.4.4, “Changing the Parameters of a Logical Volume Group”, For information on activating logical volumes on individual nodes in a cluster, see Section 5.8, “Activating Logical Volumes on Individual Nodes in a Cluster”.
5.3.10. Removing Volume Groups Copy linkLink copied to clipboard!
vgremove
command.
vgremove officevg
# vgremove officevg
Volume group "officevg" successfully removed
5.3.11. Splitting a Volume Group Copy linkLink copied to clipboard!
vgsplit
command.
pvmove
command to force the split.
smallvg
from the original volume group bigvg
.
vgsplit bigvg smallvg /dev/ram15
# vgsplit bigvg smallvg /dev/ram15
Volume group "smallvg" successfully split from "bigvg"
5.3.12. Combining Volume Groups Copy linkLink copied to clipboard!
vgmerge
command. You can merge an inactive "source" volume with an active or an inactive "destination" volume if the physical extent sizes of the volume are equal and the physical and logical volume summaries of both volume groups fit into the destination volume groups limits.
my_vg
into the active or inactive volume group databases
giving verbose runtime information.
vgmerge -v databases my_vg
# vgmerge -v databases my_vg
5.3.13. Backing Up Volume Group Metadata Copy linkLink copied to clipboard!
lvm.conf
file. By default, the metadata backup is stored in the /etc/lvm/backup
file and the metadata archives are stored in the /etc/lvm/archives
file. You can manually back up the metadata to the /etc/lvm/backup
file with the vgcfgbackup
command.
vgcfrestore
command restores the metadata of a volume group from the archive to all the physical volumes in the volume groups.
vgcfgrestore
command to recover physical volume metadata, see Section 7.4, “Recovering Physical Volume Metadata”.
5.3.14. Renaming a Volume Group Copy linkLink copied to clipboard!
vgrename
command to rename an existing volume group.
vg02
to my_volume_group
vgrename /dev/vg02 /dev/my_volume_group
# vgrename /dev/vg02 /dev/my_volume_group
vgrename vg02 my_volume_group
# vgrename vg02 my_volume_group
5.3.15. Moving a Volume Group to Another System Copy linkLink copied to clipboard!
vgexport
and vgimport
commands when you do this.
vgexport
command makes an inactive volume group inaccessible to the system, which allows you to detach its physical volumes. The vgimport
command makes a volume group accessible to a machine again after the vgexport
command has made it inactive.
- Make sure that no users are accessing files on the active volumes in the volume group, then unmount the logical volumes.
- Use the
-a n
argument of thevgchange
command to mark the volume group as inactive, which prevents any further activity on the volume group. - Use the
vgexport
command to export the volume group. This prevents it from being accessed by the system from which you are removing it.After you export the volume group, the physical volume will show up as being in an exported volume group when you execute thepvscan
command, as in the following example.Copy to Clipboard Copied! Toggle word wrap Toggle overflow When the system is next shut down, you can unplug the disks that constitute the volume group and connect them to the new system. - When the disks are plugged into the new system, use the
vgimport
command to import the volume group, making it accessible to the new system. - Activate the volume group with the
-a y
argument of thevgchange
command. - Mount the file system to make it available for use.
5.3.16. Recreating a Volume Group Directory Copy linkLink copied to clipboard!
vgmknodes
command. This command checks the LVM2 special files in the /dev
directory that are needed for active logical volumes. It creates any special files that are missing removes unused ones.
vgmknodes
command into the vgscan
command by specifying the mknodes
argument to the vgscan
command.
5.4. Logical Volume Administration Copy linkLink copied to clipboard!
5.4.1. Creating Logical Volumes Copy linkLink copied to clipboard!
lvcreate
command. You can create linear volumes, striped volumes, and mirrored volumes, as described in the following subsections.
lvol#
is used where # is the internal number of the logical volume.
5.4.1.1. Creating Linear Volumes Copy linkLink copied to clipboard!
vg1
.
lvcreate -L 10G vg1
# lvcreate -L 10G vg1
testlv
in the volume group testvg
, creating the block device /dev/testvg/testlv
.
lvcreate -L1500 -n testlv testvg
# lvcreate -L1500 -n testlv testvg
gfslv
from the free extents in volume group vg0
.
lvcreate -L 50G -n gfslv vg0
# lvcreate -L 50G -n gfslv vg0
-l
argument of the lvcreate
command to specify the size of the logical volume in extents. You can also use this argument to specify the percentage of the volume group to use for the logical volume. The following command creates a logical volume called mylv
that uses 60% of the total space in volume group testvg
.
lvcreate -l 60%VG -n mylv testvg
# lvcreate -l 60%VG -n mylv testvg
-l
argument of the lvcreate
command to specify the percentage of the remaining free space in a volume group as the size of the logical volume. The following command creates a logical volume called yourlv
that uses all of the unallocated space in the volume group testvg
.
lvcreate -l 100%FREE -n yourlv testvg
# lvcreate -l 100%FREE -n yourlv testvg
-l
argument of the lvcreate
command to create a logical volume that uses the entire volume group. Another way to create a logical volume that uses the entire volume group is to use the vgdisplay
command to find the "Total PE" size and to use those results as input to the lvcreate
command.
mylv
that fills the volume group named testvg
.
vgdisplay testvg | grep "Total PE" lvcreate -l 10230 testvg -n mylv
# vgdisplay testvg | grep "Total PE"
Total PE 10230
# lvcreate -l 10230 testvg -n mylv
lvcreate
command line. The following command creates a logical volume named testlv
in volume group testvg
allocated from the physical volume /dev/sdg1
,
lvcreate -L 1500 -ntestlv testvg /dev/sdg1
# lvcreate -L 1500 -ntestlv testvg /dev/sdg1
/dev/sda1
and extents 50 through 124 of physical volume /dev/sdb1
in volume group testvg
.
lvcreate -l 100 -n testlv testvg /dev/sda1:0-24 /dev/sdb1:50-124
# lvcreate -l 100 -n testlv testvg /dev/sda1:0-24 /dev/sdb1:50-124
/dev/sda1
and then continues laying out the logical volume at extent 100.
lvcreate -l 100 -n testlv testvg /dev/sda1:0-24:100-
# lvcreate -l 100 -n testlv testvg /dev/sda1:0-24:100-
inherit
, which applies the same policy as for the volume group. These policies can be changed using the lvchange
command. For information on allocation policies, see Section 5.3.1, “Creating Volume Groups”.
5.4.1.2. Creating Striped Volumes Copy linkLink copied to clipboard!
-i
argument of the lvcreate
command. This determines over how many physical volumes the logical volume will be striped. The number of stripes cannot be greater than the number of physical volumes in the volume group (unless the --alloc anywhere
argument is used).
gfslv
, and is carved out of volume group vg0
.
lvcreate -L 50G -i2 -I64 -n gfslv vg0
# lvcreate -L 50G -i2 -I64 -n gfslv vg0
stripelv
and is in volume group testvg
. The stripe will use sectors 0-49 of /dev/sda1
and sectors 50-99 of /dev/sdb1
.
lvcreate -l 100 -i2 -nstripelv testvg /dev/sda1:0-49 /dev/sdb1:50-99
# lvcreate -l 100 -i2 -nstripelv testvg /dev/sda1:0-49 /dev/sdb1:50-99
Using default stripesize 64.00 KB
Logical volume "stripelv" created
5.4.1.3. Creating Mirrored Volumes Copy linkLink copied to clipboard!
Note
lvm.conf
file must be set correctly to enable cluster locking. For an example of creating a mirrored volume in a cluster, see Section 6.5, “Creating a Mirrored LVM Logical Volume in a Cluster”.
-m
argument of the lvcreate
command. Specifying -m1
creates one mirror, which yields two copies of the file system: a linear logical volume plus one copy. Similarly, specifying -m2
creates two mirrors, yielding three copies of the file system.
mirrorlv
, and is carved out of volume group vg0
:
lvcreate -L 50G -m1 -n mirrorlv vg0
# lvcreate -L 50G -m1 -n mirrorlv vg0
-R
argument of the lvcreate
command to specify the region size in megabytes. You can also change the default region size by editing the mirror_region_size
setting in the lvm.conf
file.
Note
-R
argument to the lvcreate
command. For example, if your mirror size is 1.5TB, you could specify -R 2
. If your mirror size is 3TB, you could specify -R 4
. For a mirror size of 5TB, you could specify -R 8
.
lvcreate -m1 -L 2T -R 2 -n mirror vol_group
# lvcreate -m1 -L 2T -R 2 -n mirror vol_group
--nosync
argument to indicate that an initial synchronization from the first device is not required.
--corelog
argument; this eliminates the need for an extra log device, but it requires that the entire mirror be resynchronized at every reboot.
bigvg
. The logical is named ondiskmirvol
and has a single mirror. The volume is 12 MB in size and keeps the mirror log in memory.
lvcreate -L 12MB -m1 --corelog -n ondiskmirvol bigvg
# lvcreate -L 12MB -m1 --corelog -n ondiskmirvol bigvg
Logical volume "ondiskmirvol" created
--alloc anywhere
argument of the vgcreate
command. This may degrade performance, but it allows you to create a mirror even if you have only two underlying devices.
vg0
consists of only two devices. This command creates a 500 MB volume named mirrorlv
in the vg0
volume group.
lvcreate -L 500M -m1 -n mirrorlv -alloc anywhere vg0
# lvcreate -L 500M -m1 -n mirrorlv -alloc anywhere vg0
Note
--mirrors X
) and the number of stripes (--stripes Y
) results in a mirror device whose constituent devices are striped.
Note
5.4.1.3.1. Mirroring the Mirror Log Copy linkLink copied to clipboard!
--mirrorlog mirrored
argument. The following command creates a mirrored logical volume from the volume group bigvg
. The logical volume is named twologvol
and has a single mirror. The volume is 12 MB in size and the mirror log is mirrored, with each log kept on a separate device.
lvcreate -L 12MB -m1 --mirrorlog mirrored -n twologvol bigvg
# lvcreate -L 12MB -m1 --mirrorlog mirrored -n twologvol bigvg
Logical volume "twologvol" created
--alloc anywhere
argument of the vgcreate
command. This may degrade performance, but it allows you to create a redundant mirror log even if you do not have sufficient underlying devices for each log to be kept on a separate device than the mirror legs.
5.4.1.3.2. Specifying Devices for Mirror Components Copy linkLink copied to clipboard!
mirrorlv
, and it is carved out of volume group vg0
. The first leg of the mirror is on device /dev/sda1
, the second leg of the mirror is on device /dev/sdb1
, and the mirror log is on /dev/sdc1
.
lvcreate -L 500M -m1 -n mirrorlv vg0 /dev/sda1 /dev/sdb1 /dev/sdc1
# lvcreate -L 500M -m1 -n mirrorlv vg0 /dev/sda1 /dev/sdb1 /dev/sdc1
mirrorlv
, and it is carved out of volume group vg0
. The first leg of the mirror is on extents 0 through 499 of device /dev/sda1
, the second leg of the mirror is on extents 0 through 499 of device /dev/sdb1
, and the mirror log starts on extent 0 of device /dev/sdc1
. These are 1 MB extents. If any of the specified extents have already been allocated, they will be ignored.
lvcreate -L 500M -m1 -n mirrorlv vg0 /dev/sda1:0-499 /dev/sdb1:0-499 /dev/sdc1:0
# lvcreate -L 500M -m1 -n mirrorlv vg0 /dev/sda1:0-499 /dev/sdb1:0-499 /dev/sdc1:0
5.4.1.3.3. Splitting Off a Redundant Image of a Mirrored Logical Volume Copy linkLink copied to clipboard!
--splitmirrors
argument of the lvconvert
command, specifying the number of redundant images to split off. You must use the --name
argument of the command to specify a name for the newly-split-off logical volume.
copy
from the mirrored logical volume vg/lv
. The new logical volume contains two mirror legs. In this example, LVM selects which devices to split off.
lvconvert --splitmirrors 2 --name copy vg/lv
# lvconvert --splitmirrors 2 --name copy vg/lv
copy
from the mirrored logical volume vg/lv
. The new logical volume contains two mirror legs consisting of devices /dev/sdc1
and /dev/sde1
.
lvconvert --splitmirrors 2 --name copy vg/lv /dev/sd[ce]1
# lvconvert --splitmirrors 2 --name copy vg/lv /dev/sd[ce]1
5.4.1.4. Changing Mirrored Volume Configuration Copy linkLink copied to clipboard!
lvconvert
command. You can also use this command to reconfigure other mirror parameters of an existing logical volume, such as corelog
.
lvconvert
command to restore the mirror. This procedure is provided in Section 7.3, “Recovering from LVM Mirror Failure”.
vg00/lvol1
to a mirrored logical volume.
lvconvert -m1 vg00/lvol1
# lvconvert -m1 vg00/lvol1
vg00/lvol1
to a linear logical volume, removing the mirror leg.
lvconvert -m0 vg00/lvol1
# lvconvert -m0 vg00/lvol1
5.4.2. Persistent Device Numbers Copy linkLink copied to clipboard!
lvcreate
and the lvchange
commands by using the following arguments:
--persistent y --minor minor
--persistent y --minor minor
fsid
parameter in the exports file may avoid the need to set a persistent device number within LVM.
Note
--persistent
option. This had no effect on the major number, which the kernel assigned dynamically.
5.4.3. Resizing Logical Volumes Copy linkLink copied to clipboard!
lvreduce
command. If the logical volume contains a file system, be sure to reduce the file system first (or use the LVM GUI) so that the logical volume is always at least as large as the file system expects it to be.
lvol1
in volume group vg00
by 3 logical extents.
lvreduce -l -3 vg00/lvol1
# lvreduce -l -3 vg00/lvol1
5.4.4. Changing the Parameters of a Logical Volume Group Copy linkLink copied to clipboard!
lvchange
command. For a listing of the parameters you can change, see the lvchange
(8) man page.
lvchange
command to activate and deactivate logical volumes. To activate and deactivate all the logical volumes in a volume group at the same time, use the vgchange
command, as described in Section 5.3.8, “Changing the Parameters of a Volume Group”.
lvol1
in volume group vg00
to be read-only.
lvchange -pr vg00/lvol1
# lvchange -pr vg00/lvol1
5.4.5. Renaming Logical Volumes Copy linkLink copied to clipboard!
lvrename
command.
lvold
in volume group vg02
to lvnew
.
lvrename /dev/vg02/lvold /dev/vg02/lvnew
# lvrename /dev/vg02/lvold /dev/vg02/lvnew
lvrename vg02 lvold lvnew
# lvrename vg02 lvold lvnew
5.4.6. Removing Logical Volumes Copy linkLink copied to clipboard!
lvremove
command. If the logical volume is currently mounted, unmount the volume before removing it. In addition, in a clustered environment you must deactivate a logical volume before it can be removed.
/dev/testvg/testlv
. from the volume group testvg
. Note that in this case the logical volume has not been deactivated.
lvremove /dev/testvg/testlv
# lvremove /dev/testvg/testlv
Do you really want to remove active logical volume "testlv"? [y/n]: y
Logical volume "testlv" successfully removed
lvchange -an
command, in which case you would not see the prompt verifying whether you want to remove an active logical volume.
5.4.7. Displaying Logical Volumes Copy linkLink copied to clipboard!
lvs
, lvdisplay
, and lvscan
.
lvs
command provides logical volume information in a configurable form, displaying one line per logical volume. The lvs
command provides a great deal of format control, and is useful for scripting. For information on using the lvs
command to customize your output, see Section 5.9, “Customized Reporting for LVM”.
lvdisplay
command displays logical volume properties (such as size, layout, and mapping) in a fixed format.
lvol2
in vg00
. If snapshot logical volumes have been created for this original logical volume, this command shows a list of all snapshot logical volumes and their status (active or inactive) as well.
lvdisplay -v /dev/vg00/lvol2
# lvdisplay -v /dev/vg00/lvol2
lvscan
command scans for all logical volumes in the system and lists them, as in the following example.
lvscan
# lvscan
ACTIVE '/dev/vg0/gfslv' [1.46 GB] inherit
5.4.8. Growing Logical Volumes Copy linkLink copied to clipboard!
lvextend
command.
/dev/myvg/homevol
to 12 gigabytes.
lvextend -L12G /dev/myvg/homevol
# lvextend -L12G /dev/myvg/homevol
lvextend -- extending logical volume "/dev/myvg/homevol" to 12 GB
lvextend -- doing automatic backup of volume group "myvg"
lvextend -- logical volume "/dev/myvg/homevol" successfully extended
/dev/myvg/homevol
.
lvextend -L+1G /dev/myvg/homevol
# lvextend -L+1G /dev/myvg/homevol
lvextend -- extending logical volume "/dev/myvg/homevol" to 13 GB
lvextend -- doing automatic backup of volume group "myvg"
lvextend -- logical volume "/dev/myvg/homevol" successfully extended
lvcreate
command, you can use the -l
argument of the lvextend
command to specify the number of extents by which to increase the size of the logical volume. You can also use this argument to specify a percentage of the volume group, or a percentage of the remaining free space in the volume group. The following command extends the logical volume called testlv
to fill all of the unallocated space in the volume group myvg
.
lvextend -l +100%FREE /dev/myvg/testlv
# lvextend -l +100%FREE /dev/myvg/testlv
Extending logical volume testlv to 68.59 GB
Logical volume testlv successfully resized
5.4.9. Extending a Striped Volume Copy linkLink copied to clipboard!
vg
that consists of two underlying physical volumes, as displayed with the following vgs
command.
vgs
# vgs
VG #PV #LV #SN Attr VSize VFree
vg 2 0 0 wz--n- 271.31G 271.31G
vgs
# vgs
VG #PV #LV #SN Attr VSize VFree
vg 2 1 0 wz--n- 271.31G 0
lvextend
command fails.
5.4.10. Extending a Mirrored Volume Copy linkLink copied to clipboard!
lvextend
command without performing a synchronization of the new mirror regions.
--nosync
option when you create a mirrored logical volume with the lvcreate
command, the mirror regions are not synchronized when the mirror is created, as described in Section 5.4.1.3, “Creating Mirrored Volumes”. If you later extend a mirror that you have created with the --nosync
option, the mirror extensions are not synchronized at that time, either.
--nosync
option by using the lvs
command to display the volume's attributes. A logical volume will have an attribute of "M" if it is a mirrored volume that was created without an initial synchronization, and it will have an attribute of "m" if it was created with initial synchronization.
lv
that was created without initial synchronization.
lvs vg
# lvs vg
LV VG Attr LSize Pool Origin Snap% Move Log Copy% Convert
lv vg Mwi-a-m- 5.00g lv_mlog 100.00
lvextend
command, the mirror extension will not be resynchronized. For more information on displaying the attributes of logical volumes with the lvs
command, refer to Table 5.3, “lvs Display Fields”.
--nosync
option of the lvcreate
command, you can grow the logical volume without resynchronizing the mirror by specifying the --nosync
option of the lvextend
command.
--nosync
option, indicated that the mirror was synchronized when it was created. This example, however, specifies that the mirror not be synchronized when the volume is extended. Note that the volume has an attribute of "m", but after executing the lvextend
commmand with the --nosync
option the volume has an attribute of "M".
--nosync
option specified. Instead, you will be prompted whether to do a full resync of the extended portion of the logical volume.
Note
--nosync
option specified. If you did not specify the --nosync
option, however, you can extend the mirror while it is recovering.
5.4.11. Extending a Logical Volume with the cling Allocation Policy Copy linkLink copied to clipboard!
--alloc cling
option of the lvextend
command to specify the cling
allocation policy. This policy will choose space on the same physical volumes as the last segment of the existing logical volume. If there is insufficient space on the physical volumes and a list of tags is defined in the lvm.conf
file, LVM will check whether any of the tags are attached to the physical volumes and seek to match those physical volume tags between existing extents and new extents.
lvm.conf
file:
cling_tag_list = [ "@site1", "@site2" ]
cling_tag_list = [ "@site1", "@site2" ]
lvm.conf
file has been modified to contain the following line:
cling_tag_list = [ "@A", "@B" ]
cling_tag_list = [ "@A", "@B" ]
taft
has been created that consists of the physical volumes /dev/sdb1
, /dev/sdc1
, /dev/sdd1
, /dev/sde1
, /dev/sdf1
, /dev/sdg1
, and /dev/sdh1
. These physical volumes have been tagged with tags A
, B
, and C
. The example does not use the C
tag, but this will show that LVM uses the tags to select which physical volumes to use for the mirror legs.
taft
.
lvcreate -m 1 -n mirror --nosync -L 100G taft
# lvcreate -m 1 -n mirror --nosync -L 100G taft
cling
allocation policy to indicate that the mirror legs should be extended using physical volumes with the same tag.
lvextend --alloc cling -L +100G taft/mirror
# lvextend --alloc cling -L +100G taft/mirror
Extending 2 mirror images.
Extending logical volume mirror to 200.00 GiB
Logical volume mirror successfully resized
C
were ignored.
5.4.12. Shrinking Logical Volumes Copy linkLink copied to clipboard!
lvreduce
command to shrink the volume. After shrinking the volume, remount the file system.
Warning
lvol1
in volume group vg00
by 3 logical extents.
lvreduce -l -3 vg00/lvol1
# lvreduce -l -3 vg00/lvol1
5.5. Creating Snapshot Volumes Copy linkLink copied to clipboard!
-s
argument of the lvcreate
command to create a snapshot volume. A snapshot volume is writable.
Note
/dev/vg00/snap
. This creates a snapshot of the origin logical volume named /dev/vg00/lvol1
. If the original logical volume contains a file system, you can mount the snapshot logical volume on an arbitrary directory in order to access the contents of the file system to run a backup while the original file system continues to get updated.
lvcreate --size 100M --snapshot --name snap /dev/vg00/lvol1
# lvcreate --size 100M --snapshot --name snap /dev/vg00/lvol1
lvdisplay
command yields output that includes a list of all snapshot logical volumes and their status (active or inactive).
/dev/new_vg/lvol0
, for which a snapshot volume /dev/new_vg/newvgsnap
has been created.
lvs
command, by default, displays the origin volume and the current percentage of the snapshot volume being used for each snapshot volume. The following example shows the default output for the lvs
command for a system that includes the logical volume /dev/new_vg/lvol0
, for which a snapshot volume /dev/new_vg/newvgsnap
has been created.
lvs
# lvs
LV VG Attr LSize Origin Snap% Move Log Copy%
lvol0 new_vg owi-a- 52.00M
newvgsnap1 new_vg swi-a- 8.00M lvol0 0.20
Warning
lvs
command to be sure it does not fill. A snapshot that is 100% full is lost completely, as a write to unchanged parts of the origin would be unable to succeed without corrupting the snapshot.
snapshot_autoextend_threshold
option in the lvm.conf
file. This option allows automatic extension of a snapshot whenever the remaining snapshot space drops below the threshold you set. This feature requires that there be unallocated space in the volume group.
snapshot_autoextend_threshold
and snapshot_autoextend_percent
is provided in the lvm.conf
file itself. For information about the lvm.conf
file, refer to Appendix B, The LVM Configuration Files.
5.6. Controlling LVM Device Scans with Filters Copy linkLink copied to clipboard!
vgscan
command is run to scan the block devices on the system looking for LVM labels, to determine which of them are physical volumes and to read the metadata and build up a list of volume groups. The names of the physical volumes are stored in the cache file of each node in the system, /etc/lvm/.cache
. Subsequent commands may read that file to avoiding rescanning.
lvm.conf
configuration file. The filters in the lvm.conf
file consist of a series of simple regular expressions that get applied to the device names that are in the /dev
directory to decide whether to accept or reject each block device found.
a/loop/
is equivalent to a/.*loop.*/
and would match /dev/solooperation/lvol1
.
filter = [ "a/.*/" ]
filter = [ "a/.*/" ]
filter = [ "r|/dev/cdrom|" ]
filter = [ "r|/dev/cdrom|" ]
filter = [ "a/loop.*/", "r/.*/" ]
filter = [ "a/loop.*/", "r/.*/" ]
filter =[ "a|loop.*|", "a|/dev/hd.*|", "r|.*|" ]
filter =[ "a|loop.*|", "a|/dev/hd.*|", "r|.*|" ]
filter = [ "a|^/dev/hda8$|", "r/.*/" ]
filter = [ "a|^/dev/hda8$|", "r/.*/" ]
lvm.conf
file, see Appendix B, The LVM Configuration Files and the lvm.conf
(5) man page.
5.7. Online Data Relocation Copy linkLink copied to clipboard!
pvmove
command.
pvmove
command breaks up the data to be moved into sections and creates a temporary mirror to move each section. For more information on the operation of the pvmove
command, see the pvmove
(8) man page.
Note
pvmove
operation in a cluster, you should ensure that the cmirror
and cmirror-kmod
packages are installed and that the cmirror
service is running. The cmirror-kmod
package that must be installed depends on the kernel that is running. For example, if the running kernel is kernel-largesmp
, it is necessary to have cmirror-kmod-largesmp
for the corresponding kernel version.
/dev/sdc1
to other free physical volumes in the volume group:
pvmove /dev/sdc1
# pvmove /dev/sdc1
MyLV
.
pvmove -n MyLV /dev/sdc1
# pvmove -n MyLV /dev/sdc1
pvmove
command can take a long time to execute, you may want to run the command in the background to avoid display of progress updates in the foreground. The following command moves all extents allocated to the physical volume /dev/sdc1
over to /dev/sdf1
in the background.
pvmove -b /dev/sdc1 /dev/sdf1
# pvmove -b /dev/sdc1 /dev/sdf1
pvmove -i5 /dev/sdd1
# pvmove -i5 /dev/sdd1
5.8. Activating Logical Volumes on Individual Nodes in a Cluster Copy linkLink copied to clipboard!
lvchange -aey
command. Alternatively, you can use lvchange -aly
command to activate logical volumes only on the local node but not exclusively. You can later activate them on additional nodes concurrently.
5.9. Customized Reporting for LVM Copy linkLink copied to clipboard!
pvs
, lvs
, and vgs
commands. The reports that these commands generate include one line of output for each object. Each line contains an ordered list of fields of properties related to the object. There are five ways to select the objects to be reported: by physical volume, volume group, logical volume, physical volume segment, and logical volume segment.
- A summary of command arguments you can use to control the format of the generated report.
- A list of the fields you can select for each LVM object.
- A summary of command arguments you can use to sort the generated report.
- Instructions for specifying the units of the report output.
5.9.1. Format Control Copy linkLink copied to clipboard!
pvs
, lvs
, or vgs
command determines the default set of fields displayed and the sort order. You can control the output of these commands with the following arguments:
- You can change what fields are displayed to something other than the default by using the
-o
argument. For example, the following output is the default display for thepvs
command (which displays information about physcial volumes).Copy to Clipboard Copied! Toggle word wrap Toggle overflow The following command displays only the physical volume name and size.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - You can append a field to the output with the plus sign (+), which is used in combination with the -o argument.The following example displays the UUID of the physical volume in addition to the default fields.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Adding the
-v
argument to a command includes some extra fields. For example, thepvs -v
command will display theDevSize
andPV UUID
fields in addition to the default fields.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The
--noheadings
argument suppresses the headings line. This can be useful for writing scripts.The following example uses the--noheadings
argument in combination with thepv_name
argument, which will generate a list of all physical volumes.pvs --noheadings -o pv_name
# pvs --noheadings -o pv_name /dev/sdb1 /dev/sdc1 /dev/sdd1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The
--separator separator
argument uses separator to separate each field.The following example separates the default output fields of thepvs
command with an equals sign (=).Copy to Clipboard Copied! Toggle word wrap Toggle overflow To keep the fields aligned when using theseparator
argument, use theseparator
argument in conjunction with the--aligned
argument.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
-P
argument of the lvs
or vgs
command to display information about a failed volume that would otherwise not appear in the output. For information on the output this argument yields, see Section 7.2, “Displaying Information on Failed Devices”.
pvs
(8), vgs
(8) and lvs
(8) man pages.
5.9.2. Object Selection Copy linkLink copied to clipboard!
pvs
, vgs
, and lvs
commands.
pvs
command, name
means pv_name
, but with the vgs
command, name
is interpreted as vg_name
.
pvs -o pv_free
.
The pvs Command Copy linkLink copied to clipboard!
pvs
command, along with the field name as it appears in the header display and a description of the field.
Argument | Header | Description |
---|---|---|
dev_size | DevSize | The size of the underlying device on which the physical volume was created |
pe_start | 1st PE | Offset to the start of the first physical extent in the underlying device |
pv_attr | Attr | Status of the physical volume: (a)llocatable or e(x)ported. |
pv_fmt | Fmt | The metadata format of the physical volume (lvm2 or lvm1 ) |
pv_free | PFree | The free space remaining on the physical volume |
pv_name | PV | The physical volume name |
pv_pe_alloc_count | Alloc | Number of used physical extents |
pv_pe_count | PE | Number of physical extents |
pvseg_size | SSize | The segment size of the physical volume |
pvseg_start | Start | The starting physical extent of the physical volume segment |
pv_size | PSize | The size of the physical volume |
pv_tags | PV Tags | LVM tags attached to the physical volume |
pv_used | Used | The amount of space currently used on the physical volume |
pv_uuid | PV UUID | The UUID of the physical volume |
pvs
command displays the following fields by default: pv_name
, vg_name
, pv_fmt
, pv_attr
, pv_size
, pv_free
. The display is sorted by pv_name
.
-v
argument with the pvs
command adds the following fields to the default display: dev_size
, pv_uuid
.
--segments
argument of the pvs
command to display information about each physical volume segment. A segment is a group of extents. A segment view can be useful if you want to see whether your logical volume is fragmented.
pvs --segments
command displays the following fields by default: pv_name
, vg_name
, pv_fmt
, pv_attr
, pv_size
, pv_free
, pvseg_start
, pvseg_size
. The display is sorted by pv_name
and pvseg_size
within the physical volume.
pvs -a
command to see devices detected by LVM that have not been initialized as LVM physical volumes.
The vgs Command Copy linkLink copied to clipboard!
vgs
command, along with the field name as it appears in the header display and a description of the field.
Argument | Header | Description |
---|---|---|
lv_count | #LV | The number of logical volumes the volume group contains |
max_lv | MaxLV | The maximum number of logical volumes allowed in the volume group (0 if unlimited) |
max_pv | MaxPV | The maximum number of physical volumes allowed in the volume group (0 if unlimited) |
pv_count | #PV | The number of physical volumes that define the volume group |
snap_count | #SN | The number of snapshots the volume group contains |
vg_attr | Attr | Status of the volume group: (w)riteable, (r)eadonly, resi(z)eable, e(x)ported, (p)artial and (c)lustered. |
vg_extent_count | #Ext | The number of physical extents in the volume group |
vg_extent_size | Ext | The size of the physical extents in the volume group |
vg_fmt | Fmt | The metadata format of the volume group (lvm2 or lvm1 ) |
vg_free | VFree | Size of the free space remaining in the volume group |
vg_free_count | Free | Number of free physical extents in the volume group |
vg_name | VG | The volume group name |
vg_seqno | Seq | Number representing the revision of the volume group |
vg_size | VSize | The size of the volume group |
vg_sysid | SYS ID | LVM1 System ID |
vg_tags | VG Tags | LVM tags attached to the volume group |
vg_uuid | VG UUID | The UUID of the volume group |
vgs
command displays the following fields by default: vg_name
, pv_count
, lv_count
, snap_count
, vg_attr
, vg_size
, vg_free
. The display is sorted by vg_name
.
vgs
# vgs
VG #PV #LV #SN Attr VSize VFree
new_vg 3 1 1 wz--n- 51.42G 51.36G
-v
argument with the vgs
command adds the following fields to the default display: vg_extent_size
, vg_uuid
.
The lvs Command Copy linkLink copied to clipboard!
lvs
command, along with the field name as it appears in the header display and a description of the field.
Argument | Header | Description | ||||||
---|---|---|---|---|---|---|---|---|
| Chunk | Unit size in a snapshot volume | ||||||
copy_percent | Copy% | The synchronization percentage of a mirrored logical volume; also used when physical extents are being moved with the pv_move command | ||||||
devices | Devices | The underlying devices that make up the logical volume: the physical volumes, logical volumes, and start physical extents and logical extents | ||||||
lv_attr | Attr | The status of the logical volume. The logical volume attribute bits are as follows:
| ||||||
lv_kernel_major | KMaj | Actual major device number of the logical volume (-1 if inactive) | ||||||
lv_kernel_minor | KMIN | Actual minor device number of the logical volume (-1 if inactive) | ||||||
lv_major | Maj | The persistent major device number of the logical volume (-1 if not specified) | ||||||
lv_minor | Min | The persistent minor device number of the logical volume (-1 if not specified) | ||||||
lv_name | LV | The name of the logical volume | ||||||
lv_size | LSize | The size of the logical volume | ||||||
lv_tags | LV Tags | LVM tags attached to the logical volume | ||||||
lv_uuid | LV UUID | The UUID of the logical volume. | ||||||
mirror_log | Log | Device on which the mirror log resides | ||||||
modules | Modules | Corresponding kernel device-mapper target necessary to use this logical volume | ||||||
move_pv | Move | Source physical volume of a temporary logical volume created with the pvmove command | ||||||
origin | Origin | The origin device of a snapshot volume | ||||||
| Region | The unit size of a mirrored logical volume | ||||||
seg_count | #Seg | The number of segments in the logical volume | ||||||
seg_size | SSize | The size of the segments in the logical volume | ||||||
seg_start | Start | Offset of the segment in the logical volume | ||||||
seg_tags | Seg Tags | LVM tags attached to the segments of the logical volume | ||||||
segtype | Type | The segment type of a logical volume (for example: mirror, striped, linear) | ||||||
snap_percent | Snap% | Current percentage of a snapshot volume that is in use | ||||||
stripes | #Str | Number of stripes or mirrors in a logical volume | ||||||
| Stripe | Unit size of the stripe in a striped logical volume |
lvs
command displays the following fields by default: lv_name
, vg_name
, lv_attr
, lv_size
, origin
, snap_percent
, move_pv
, mirror_log
, copy_percent
, convert_lv
. The default display is sorted by vg_name
and lv_name
within the volume group.
lvs
# lvs
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
lvol0 new_vg owi-a- 52.00M
newvgsnap1 new_vg swi-a- 8.00M lvol0 0.20
-v
argument with the lvs
command adds the following fields to the default display: seg_count
, lv_major
, lv_minor
, lv_kernel_major
, lv_kernel_minor
, lv_uuid
.
--segments
argument of the lvs
command to display information with default columns that emphasize the segment information. When you use the segments
argument, the seg
prefix is optional. The lvs --segments
command displays the following fields by default: lv_name
, vg_name
, lv_attr
, stripes
, segtype
, seg_size
. The default display is sorted by vg_name
, lv_name
within the volume group, and seg_start
within the logical volume. If the logical volumes were fragmented, the output from this command would show that.
-v
argument with the lvs --segments
command adds the following fields to the default display: seg_start
, stripesize
, chunksize
.
lvs
command on a system with one logical volume configured, followed by the default output of the lvs
command with the segments
argument specified.
5.9.3. Sorting LVM Reports Copy linkLink copied to clipboard!
lvs
, vgs
, or pvs
command has to be generated and stored internally before it can be sorted and columns aligned correctly. You can specify the --unbuffered
argument to display unsorted output as soon as it is generated.
-O
argument of any of the reporting commands. It is not necessary to include these fields within the output itself.
pvs
command that displays the physical volume name, size, and free space.
-O
argument with the -
character.
5.9.4. Specifying Units Copy linkLink copied to clipboard!
--units
argument of the report command. You can specify (b)ytes, (k)ilobytes, (m)egabytes, (g)igabytes, (t)erabytes, (e)xabytes, (p)etabytes, and (h)uman-readable. The default display is human-readable. You can override the default by setting the units
parameter in the global
section of the lvm.conf
file.
pvs
command in megabytes rather than the default gigabytes.
pvs
command as a number of sectors.
pvs
command in units of 4 megabytes.
Chapter 6. LVM Configuration Examples Copy linkLink copied to clipboard!
6.1. Creating an LVM Logical Volume on Three Disks Copy linkLink copied to clipboard!
new_logical_volume
that consists of the disks at /dev/sda1
, /dev/sdb1
, and /dev/sdc1
.
6.1.1. Creating the Physical Volumes Copy linkLink copied to clipboard!
Warning
/dev/sda1
, /dev/sdb1
, and /dev/sdc1
.
pvcreate /dev/sda1 /dev/sdb1 /dev/sdc1
# pvcreate /dev/sda1 /dev/sdb1 /dev/sdc1
Physical volume "/dev/sda1" successfully created
Physical volume "/dev/sdb1" successfully created
Physical volume "/dev/sdc1" successfully created
6.1.2. Creating the Volume Group Copy linkLink copied to clipboard!
new_vol_group
.
vgcreate new_vol_group /dev/sda1 /dev/sdb1 /dev/sdc1
# vgcreate new_vol_group /dev/sda1 /dev/sdb1 /dev/sdc1
Volume group "new_vol_group" successfully created
vgs
command to display the attributes of the new volume group.
vgs
# vgs
VG #PV #LV #SN Attr VSize VFree
new_vol_group 3 0 0 wz--n- 51.45G 51.45G
6.1.3. Creating the Logical Volume Copy linkLink copied to clipboard!
new_logical_volume
from the volume group new_vol_group
. This example creates a logical volume that uses 2GB of the volume group.
lvcreate -L2G -n new_logical_volume new_vol_group
# lvcreate -L2G -n new_logical_volume new_vol_group
Logical volume "new_logical_volume" created
6.1.4. Creating the File System Copy linkLink copied to clipboard!
6.2. Creating a Striped Logical Volume Copy linkLink copied to clipboard!
striped_logical_volume
that stripes data across the disks at /dev/sda1
, /dev/sdb1
, and /dev/sdc1
.
6.2.1. Creating the Physical Volumes Copy linkLink copied to clipboard!
Warning
/dev/sda1
, /dev/sdb1
, and /dev/sdc1
.
pvcreate /dev/sda1 /dev/sdb1 /dev/sdc1
# pvcreate /dev/sda1 /dev/sdb1 /dev/sdc1
Physical volume "/dev/sda1" successfully created
Physical volume "/dev/sdb1" successfully created
Physical volume "/dev/sdc1" successfully created
6.2.2. Creating the Volume Group Copy linkLink copied to clipboard!
volgroup01
.
vgcreate volgroup01 /dev/sda1 /dev/sdb1 /dev/sdc1
# vgcreate volgroup01 /dev/sda1 /dev/sdb1 /dev/sdc1
Volume group "volgroup01" successfully created
vgs
command to display the attributes of the new volume group.
vgs
# vgs
VG #PV #LV #SN Attr VSize VFree
volgroup01 3 0 0 wz--n- 51.45G 51.45G
6.2.3. Creating the Logical Volume Copy linkLink copied to clipboard!
striped_logical_volume
from the volume group volgroup01
. This example creates a logical volume that is 2 gigabytes in size, with three stripes and a stripe size of 4 kilobytes.
lvcreate -i3 -I4 -L2G -nstriped_logical_volume volgroup01
# lvcreate -i3 -I4 -L2G -nstriped_logical_volume volgroup01
Rounding size (512 extents) up to stripe boundary size (513 extents)
Logical volume "striped_logical_volume" created
6.2.4. Creating the File System Copy linkLink copied to clipboard!
6.3. Splitting a Volume Group Copy linkLink copied to clipboard!
mylv
is carved from the volume group myvol
, which in turn consists of the three physical volumes, /dev/sda1
, /dev/sdb1
, and /dev/sdc1
.
myvg
will consist of /dev/sda1
and /dev/sdb1
. A second volume group, yourvg
, will consist of /dev/sdc1
.
6.3.1. Determining Free Space Copy linkLink copied to clipboard!
pvscan
command to determine how much free space is currently available in the volume group.
6.3.2. Moving the Data Copy linkLink copied to clipboard!
/dev/sdc1
to /dev/sdb1
with the pvmove
command. The pvmove
command can take a long time to execute.
/dev/sdc1
is free.
6.3.3. Splitting the Volume Group Copy linkLink copied to clipboard!
yourvg
, use the vgsplit
command to split the volume group myvg
.
lvchange
command or the vgchange
command. The following command deactivates the logical volume mylv
and then splits the volume group yourvg
from the volume group myvg
, moving the physical volume /dev/sdc1
into the new volume group yourvg
.
lvchange -a n /dev/myvg/mylv vgsplit myvg yourvg /dev/sdc1
# lvchange -a n /dev/myvg/mylv
# vgsplit myvg yourvg /dev/sdc1
Volume group "yourvg" successfully split from "myvg"
vgs
command to see the attributes of the two volume groups.
vgs
# vgs
VG #PV #LV #SN Attr VSize VFree
myvg 2 1 0 wz--n- 34.30G 10.80G
yourvg 1 0 0 wz--n- 17.15G 17.15G
6.3.4. Creating the New Logical Volume Copy linkLink copied to clipboard!
yourlv
.
lvcreate -L5G -n yourlv yourvg
# lvcreate -L5G -n yourlv yourvg
Logical volume "yourlv" created
6.3.5. Making a File System and Mounting the New Logical Volume Copy linkLink copied to clipboard!
6.3.6. Activating and Mounting the Original Logical Volume Copy linkLink copied to clipboard!
mylv
, you need to activate it again before you can mount it.
6.4. Removing a Disk from a Logical Volume Copy linkLink copied to clipboard!
6.4.1. Moving Extents to Existing Physical Volumes Copy linkLink copied to clipboard!
myvg
.
/dev/sdb1
so that we can remove it from the volume group.
pvmove
command on the device you want to remove with no other options and the extents will be distributed to the other devices.
pvmove
command has finished executing, the distribution of extents is as follows:
vgreduce
command to remove the physical volume /dev/sdb1
from the volume group.
6.4.2. Moving Extents to a New Disk Copy linkLink copied to clipboard!
myvg
as follows:
/dev/sdb1
to a new device, /dev/sdd1
.
6.4.2.1. Creating the New Physical Volume Copy linkLink copied to clipboard!
/dev/sdd1
.
pvcreate /dev/sdd1
# pvcreate /dev/sdd1
Physical volume "/dev/sdd1" successfully created
6.4.2.2. Adding the New Physical Volume to the Volume Group Copy linkLink copied to clipboard!
/dev/sdd1
to the existing volume group myvg
.
6.4.2.3. Moving the Data Copy linkLink copied to clipboard!
pvmove
command to move the data from /dev/sdb1
to /dev/sdd1
.
6.4.2.4. Removing the Old Physical Volume from the Volume Group Copy linkLink copied to clipboard!
/dev/sdb1
, you can remove it from the volume group.
vgreduce myvg /dev/sdb1
# vgreduce myvg /dev/sdb1
Removed "/dev/sdb1" from volume group "myvg"
6.5. Creating a Mirrored LVM Logical Volume in a Cluster Copy linkLink copied to clipboard!
lvm.conf
file must be set correctly to enable cluster locking, either directly or by means of the lvmconf
command as described in Section 4.1, “Creating LVM Volumes in a Cluster”.
- In order to create a mirrored logical volume that is shared by all of the nodes in a cluster, the locking type must be set correctly in the
lvm.conf
file in every node of the cluster. By default, the locking type is set to local. To change this, execute the following command in each node of the cluster to enable clustered locking:/usr/sbin/lvmconf --enable-cluster
# /usr/sbin/lvmconf --enable-cluster
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - To create a clustered logical volume, the cluster infrastructure must be up and running on every node in the cluster. The following example verifies that the
clvmd
daemon is running on the node from which it was issued:ps auxw | grep clvmd
# ps auxw | grep clvmd root 17642 0.0 0.1 32164 1072 ? Ssl Apr06 0:00 clvmd -T20 -t 90
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The following command shows the local view of the cluster status:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Ensure that the
cmirror
andcmirror-kmod
packages are installed. Thecmirror-kmod
package that must be installed depends on the kernel that is running. For example, if the running kernel iskernel-largesmp
, it is necessary to havecmirror-kmod-largesmp
for the corresponding kernel version. - Start the
cmirror
service.service cmirror start
# service cmirror start Loading clustered mirror log: [ OK ]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Create the mirror. The first step is creating the physical volumes. The following commands create three physical volumes. Two of the physical volumes will be used for the legs of the mirror, and the third physical volume will contain the mirror log.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Create the volume group. This example creates a volume group
vg001
that consists of the three physical volumes that were created in the previous step.vgcreate vg001 /dev/xvdb1 /dev/xvdb2 /dev/xvdc1
# vgcreate vg001 /dev/xvdb1 /dev/xvdb2 /dev/xvdc1 Clustered volume group "vg001" successfully created
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note that the output of thevgcreate
command indicates that the volume group is clustered. You can verify that a volume group is clustered with thevgs
command, which will show the volume group's attributes. If a volume group is clustered, it will show a c attribute.vgs vg001
# vgs vg001 VG #PV #LV #SN Attr VSize VFree vg001 3 0 0 wz--nc 68.97G 68.97G
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Create the mirrored logical volume. This example creates the logical volume
mirrorlv
from the volume groupvg001
. This volume has one mirror leg. This example specifies which extents of the physical volume will be used for the logical volume.lvcreate -l 1000 -m1 vg001 -n mirrorlv /dev/xvdb1:1-1000 /dev/xvdb2:1-1000 /dev/xvdc1:0
# lvcreate -l 1000 -m1 vg001 -n mirrorlv /dev/xvdb1:1-1000 /dev/xvdb2:1-1000 /dev/xvdc1:0 Logical volume "mirrorlv" created
Copy to Clipboard Copied! Toggle word wrap Toggle overflow You can use thelvs
command to display the progress of the mirror creation. The following example shows that the mirror is 47% synced, then 91% synced, then 100% synced when the mirror is complete.Copy to Clipboard Copied! Toggle word wrap Toggle overflow The completion of the mirror is noted in the system log:May 10 14:52:52 doc-07 [19402]: Monitoring mirror device vg001-mirrorlv for events May 10 14:55:00 doc-07 lvm[19402]: vg001-mirrorlv is now in-sync
May 10 14:52:52 doc-07 [19402]: Monitoring mirror device vg001-mirrorlv for events May 10 14:55:00 doc-07 lvm[19402]: vg001-mirrorlv is now in-sync
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - You can use the
lvs
with the-o +devices
options to display the configuration of the mirror, including which devices make up the mirror legs. You can see that the logical volume in this example is composed of two linear images and one log.Copy to Clipboard Copied! Toggle word wrap Toggle overflow For Red Hat Enterprise Linux 5.2 and later, you can use theseg_pe_ranges
option of thelvs
to display the data layout. You can use this option to verify that your layout is properly redundant. The output of this command displays PE ranges in the same format that thelvcreate
andlvresize
commands take as input.Copy to Clipboard Copied! Toggle word wrap Toggle overflow When you create the mirrored volume, you create theclustered_log
dlm space, which will contain the dlm locks for all mirrors.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note
Chapter 7. LVM Troubleshooting Copy linkLink copied to clipboard!
7.1. Troubleshooting Diagnostics Copy linkLink copied to clipboard!
- Use the
-v
,-vv
,-vvv
, or-vvvv
argument of any command for increasingly verbose levels of output. - If the problem is related to the logical volume activation, set 'activation = 1' in the 'log' section of the configuration file and run the command with the
-vvvv
argument. After you have finished examining this output be sure to reset this parameter to 0, to avoid possible problems with the machine locking during low memory situations. - Run the
lvmdump
command, which provides an information dump for diagnostic purposes. For information, see thelvmdump
(8) man page. - Execute the
lvs -v
,pvs -a
ordmsetup info -c
command for additional system information. - Examine the last backup of the metadata in the
/etc/lvm/backup
file and archived versions in the/etc/lvm/archive
file. - Check the current configuration information by running the
lvm dumpconfig
command. - Check the
.cache
file in the/etc/lvm
directory for a record of which devices have physical volumes on them.
7.2. Displaying Information on Failed Devices Copy linkLink copied to clipboard!
-P
argument of the lvs
or vgs
command to display information about a failed volume that would otherwise not appear in the output. This argument permits some operations even though the metatdata is not completely consistent internally. For example, if one of the devices that made up the volume group vg
failed, the vgs
command might show the following output.
vgs -o +devices
# vgs -o +devices
Volume group "vg" not found
-P
argument of the vgs
command, the volume group is still unusable but you can see more information about the failed device.
lvs
command without the -P
argument shows the following output.
lvs -a -o +devices
# lvs -a -o +devices
Volume group "vg" not found
-P
argument shows the logical volumes that have failed.
pvs
and lvs
commands with the -P
argument specified when a leg of a mirrored logical volume has failed.
7.3. Recovering from LVM Mirror Failure Copy linkLink copied to clipboard!
vg
and the mirrored volume groupfs
.
lvs
command to verify the layout of the mirrored volume and the underlying devices for the mirror leg and the mirror log. Note that in the first example the mirror is not yet completely synced; you should wait until the Copy%
field displays 100.00 before continuing.
/dev/sda1
fails. Any write activity to the mirrored volume causes LVM to detect the failed mirror. When this occurs, LVM converts the mirror into a single linear volume. In this case, to trigger the conversion, we execute a dd
command
dd if=/dev/zero of=/dev/vg/groupfs count=10
# dd if=/dev/zero of=/dev/vg/groupfs count=10
10+0 records in
10+0 records out
lvs
command to verify that the device is now a linear device. Because of the failed disk, I/O errors occur.
pvcreate
command.
lvconvert -m 1 /dev/vg/groupfs /dev/sda1 /dev/sdb1 /dev/sdc1
# lvconvert -m 1 /dev/vg/groupfs /dev/sda1 /dev/sdb1 /dev/sdc1
Logical volume mirror converted.
lvs
command to verify that the mirror is restored.
7.4. Recovering Physical Volume Metadata Copy linkLink copied to clipboard!
Warning
/etc/lvm/archive
directory. Look in the file VolumeGroupName_xxxx.vg
for the last known valid archived LVM metadata for that volume group.
partial
(-P
) argument will enable you to find the UUID of the missing corrupted physical volume.
--uuid
and --restorefile
arguments of the pvcreate
command to restore the physical volume. The following example labels the /dev/sdh1
device as a physical volume with the UUID indicated above, FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk
. This command restores the physical volume label with the metadata information contained in VG_00050.vg
, the most recent good archived metatdata for volume group
. The restorefile
argument instructs the pvcreate
command to make the new physical volume compatible with the old one on the volume group, ensuring that the new metadata will not be placed where the old physical volume contained data (which could happen, for example, if the original pvcreate
command had used the command line arguments that control metadata placement, or it the physical volume was originally created using a different version of the software that used different defaults). The pvcreate
command overwrites only the LVM metadata areas and does not affect the existing data areas.
pvcreate --uuid "FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk" --restorefile /etc/lvm/archive/VG_00050.vg /dev/sdh1
# pvcreate --uuid "FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk" --restorefile /etc/lvm/archive/VG_00050.vg /dev/sdh1
Physical volume "/dev/sdh1" successfully created
vgcfgrestore
command to restore the volume group's metadata.
vgcfgrestore VG
# vgcfgrestore VG
Restored volume group VG
lvs -a -o +devices
# lvs -a -o +devices
LV VG Attr LSize Origin Snap% Move Log Copy% Devices
stripe VG -wi--- 300.00G /dev/sdh1 (0),/dev/sda1(0)
stripe VG -wi--- 300.00G /dev/sdh1 (34728),/dev/sdb1(0)
fsck
command to recover that data.
7.5. Replacing a Missing Physical Volume Copy linkLink copied to clipboard!
--partial
and --verbose
arguments of the vgdisplay
command to display the UUIDs and sizes of any physical volumes that are no longer present. If you wish to substitute another physical volume of the same size, you can use the pvcreate
command with the --restorefile
and --uuid
arguments to initialize a new device with the same UUID as the missing physical volume. You can then use the vgcfgrestore
command to restore the volume group's metadata.
7.6. Removing Lost Physical Volumes from a Volume Group Copy linkLink copied to clipboard!
--partial
argument of the vgchange
command. You can remove all the logical volumes that used that physical volume from the volume group with the --removemissing
argument of the vgreduce
command.
vgreduce
command with the --test
argument to verify what you will be destroying.
vgreduce
command is reversible in a sense if you immediately use the vgcfgrestore
command to restore the volume group metadata to its previous state. For example, if you used the --removemissing
argument of the vgreduce
command without the --test
argument and find you have removed logical volumes you wanted to keep, you can still replace the physical volume and use another vgcfgrestore
command to return the volume group to its previous state.
7.7. Insufficient Free Extents for a Logical Volume Copy linkLink copied to clipboard!
vgdisplay
or vgs
commands. This is because these commands round figures to 2 decimal places to provide human-readable output. To specify exact size, use free physical extent count instead of some multiple of bytes to determine the size of the logical volume.
vgdisplay
command, by default, includes this line of output that indicates the free physical extents.
vgdisplay
# vgdisplay
--- Volume group ---
...
Free PE / Size 8780 / 34.30 GB
vg_free_count
and vg_extent_count
arguments of the vgs
command to display the free extents and the total number of extents.
vgs -o +vg_free_count,vg_extent_count
# vgs -o +vg_free_count,vg_extent_count
VG #PV #LV #SN Attr VSize VFree Free #Ext
testvg 2 0 0 wz--n- 34.30G 34.30G 8780 8780
lvcreate -l8780 -n testlv testvg
# lvcreate -l8780 -n testlv testvg
vgs -o +vg_free_count,vg_extent_count
# vgs -o +vg_free_count,vg_extent_count
VG #PV #LV #SN Attr VSize VFree Free #Ext
testvg 2 1 0 wz--n- 34.30G 0 0 8780
-l
argument of the lvcreate
command. For information, see Section 5.4.1.1, “Creating Linear Volumes”.
Chapter 8. LVM Administration with the LVM GUI Copy linkLink copied to clipboard!
system-config-lvm
. The LVM chapter of the Red Hat Enterprise Linux Deployment Guide provides step-by-step instructions for configuring an LVM logical volume using this utility.
Appendix A. The Device Mapper Copy linkLink copied to clipboard!
dmraid
command use the Device Mapper. The application interface to the Device Mapper is the ioctl
system call. The user interface is the dmsetup
command.
dmsetup
command. For information about the format of devices in a mapping table, see Section A.1, “Device Table Mappings”. For information about using the dmsetup
command to query a device, see Section A.2, “The dmsetup Command”.
A.1. Device Table Mappings Copy linkLink copied to clipboard!
start length mapping [mapping_parameters...]
start length mapping [mapping_parameters...]
start
parameter must equal 0. The start
+ length
parameters on one line must equal the start
on the next line. Which mapping parameters are specified in a line of the mapping table depends on which mapping
type is specified on the line.
/dev/hda
) or by the major and minor numbers in the format major
:minor
. The major:minor format is preferred because it avoids pathname lookups.
0 35258368 linear 8:48 65920 35258368 35258368 linear 8:32 65920 70516736 17694720 linear 8:16 17694976 88211456 17694720 linear 8:16 256
0 35258368 linear 8:48 65920
35258368 35258368 linear 8:32 65920
70516736 17694720 linear 8:16 17694976
88211456 17694720 linear 8:16 256
linear
. The rest of the line consists of the parameters for a linear
target.
- linear
- striped
- mirror
- snapshot and snapshot-origin
- error
- zero
- multipath
- crypt
A.1.1. The linear Mapping Target Copy linkLink copied to clipboard!
start length linear device offset
start length linear device offset
start
- starting block in virtual device
length
- length of this segment
device
- block device, referenced by the device name in the filesystem or by the major and minor numbers in the format
major
:minor
offset
- starting offset of the mapping on the device
0 16384000 linear 8:2 41156992
0 16384000 linear 8:2 41156992
/dev/hda
.
0 20971520 linear /dev/hda 384
0 20971520 linear /dev/hda 384
A.1.2. The striped Mapping Target Copy linkLink copied to clipboard!
start length striped #stripes chunk_size device1 offset1 ... deviceN offsetN
start length striped #stripes chunk_size device1 offset1 ... deviceN offsetN
device
and offset
parameters for each stripe.
start
- starting block in virtual device
length
- length of this segment
#stripes
- number of stripes for the virtual device
chunk_size
- number of sectors written to each stripe before switching to the next; must be power of 2 at least as big as the kernel page size
device
- block device, referenced by the device name in the filesystem or by the major and minor numbers in the format
major
:minor
. offset
- starting offset of the mapping on the device
0 73728 striped 3 128 8:9 384 8:8 384 8:7 9789824
0 73728 striped 3 128 8:9 384 8:8 384 8:7 9789824
- 0
- starting block in virtual device
- 73728
- length of this segment
- striped 3 128
- stripe across three devices with chunk size of 128 blocks
- 8:9
- major:minor numbers of first device
- 384
- starting offset of the mapping on the first device
- 8:8
- major:minor numbers of second device
- 384
- starting offset of the mapping on the second device
- 8:7
- major:minor numbers of third device
- 9789824
- starting offset of the mapping on the third device
0 65536 striped 2 512 /dev/hda 0 /dev/hdb 0
0 65536 striped 2 512 /dev/hda 0 /dev/hdb 0
A.1.3. The mirror Mapping Target Copy linkLink copied to clipboard!
start length mirror log_type #logargs logarg1 ... logargN #devs device1 offset1 ... deviceN offsetN
start length mirror log_type #logargs logarg1 ... logargN #devs device1 offset1 ... deviceN offsetN
start
- starting block in virtual device
length
- length of this segment
log_type
- The possible log types and their arguments are as follows:
core
- The mirror is local and the mirror log is kept in core memory. This log type takes 1 - 3 arguments:regionsize [[
no
]sync
] [block_on_error
] disk
- The mirror is local and the mirror log is kept on disk. This log type takes 2 - 4 arguments:logdevice regionsize [[
no
]sync
] [block_on_error
] clustered_core
- The mirror is clustered and the mirror log is kept in core memory. This log type takes 2 - 4 arguments:regionsize UUID [[
no
]sync
] [block_on_error
] clustered_disk
- The mirror is clustered and the mirror log is kept on disk. This log type takes 3 - 5 arguments:logdevice regionsize UUID [[
no
]sync
] [block_on_error
]
LVM maintains a small log which it uses to keep track of which regions are in sync with the mirror or mirrors. The regionsize argument specifies the size of these regions.In a clustered environment, the UUID argument is a unique identifier associated with the mirror log device so that the log state can be maintained throughout the cluster.The optional[no]sync
argument can be used to specify the mirror as "in-sync" or "out-of-sync". Theblock_on_error
argument is used to tell the mirror to respond to errors rather than ignoring them. #log_args
- number of log arguments that will be specified in the mapping
logargs
- the log arguments for the mirror; the number of log arguments provided is specified by the
#log-args
parameter and the valid log arguments are determined by thelog_type
parameter. #devs
- the number of legs in the mirror; a device and an offset is specified for each leg.
device
- block device for each mirror leg, referenced by the device name in the filesystem or by the major and minor numbers in the format
major
:minor
. A block device and offset is specified for each mirror leg, as indicated by the#devs
parameter. offset
- starting offset of the mapping on the device. A block device and offset is specified for each mirror leg, as indicated by the
#devs
parameter.
0 52428800 mirror clustered_disk 4 253:2 1024 UUID block_on_error 3 253:3 0 253:4 0 253:5 0
0 52428800 mirror clustered_disk 4 253:2 1024 UUID block_on_error 3 253:3 0 253:4 0 253:5 0
- 0
- starting block in virtual device
- 52428800
- length of this segment
- mirror clustered_disk
- mirror target with a log type specifying that mirror is clustered and the mirror log is maintained on disk
- 4
- 4 mirror log arguments will follow
- 253:2
- major:minor numbers of log device
- 1024
- region size the mirror log uses to keep track of what is in sync
UUID
- UUID of mirror log device to maintain log information throughout a cluster
block_on_error
- mirror should respond to errors
- 3
- number of legs in mirror
- 253:3 0 253:4 0 253:5 0
- major:minor numbers and offset for devices constituting each leg of mirror
A.1.4. The snapshot and snapshot-origin Mapping Targets Copy linkLink copied to clipboard!
- A device with a
linear
mapping containing the original mapping table of the source volume. - A device with a
linear
mapping used as the copy-on-write (COW) device for the source volume; for each write, the original data is saved in the COW device of each snapshot to keep its visible content unchanged (until the COW device fills up). - A device with a
snapshot
mapping combining #1 and #2, which is the visible snapshot volume - The "original" volume (which uses the device number used by the original source volume), whose table is replaced by a "snapshot-origin" mapping from device #1.
base
and a snapshot volume named snap
based on that volume.
lvcreate -L 1G -n base volumeGroup lvcreate -L 100M --snapshot -n snap volumeGroup/base
# lvcreate -L 1G -n base volumeGroup
# lvcreate -L 100M --snapshot -n snap volumeGroup/base
snapshot-origin
target is as follows:
start length snapshot-origin origin
start length snapshot-origin origin
start
- starting block in virtual device
length
- length of this segment
origin
- base volume of snapshot
snapshot-origin
will normally have one or more snapshots based on it. Reads will be mapped directly to the backing device. For each write, the original data will be saved in the COW device of each snapshot to keep its visible content unchanged until the COW device fills up.
snapshot
target is as follows:
start length snapshot origin COW-device P|N chunksize
start length snapshot origin COW-device P|N chunksize
start
- starting block in virtual device
length
- length of this segment
origin
- base volume of snapshot
COW-device
- Device on which changed chunks of data are stored
- P|N
- P (Persistent) or N (Not persistent); indicates whether snapshot will survive after reboot. For transient snapshots (N) less metadata must be saved on disk; they can be kept in memory by the kernel.
chunksize
- Size in sectors of changed chunks of data that will be stored on the COW device
snapshot-origin
target with an origin device of 254:11.
0 2097152 snapshot-origin 254:11
0 2097152 snapshot-origin 254:11
snapshot
target with an origin device of 254:11 and a COW device of 254:12. This snapshot device is persistent across reboots and the chunk size for the data stored on the COW device is 16 sectors.
0 2097152 snapshot 254:11 254:12 P 16
0 2097152 snapshot 254:11 254:12 P 16
A.1.5. The error Mapping Target Copy linkLink copied to clipboard!
error
mapping target takes no additional parameters besides the start and length parameters.
error
target.
0 65536 error
0 65536 error
A.1.6. The zero Mapping Target Copy linkLink copied to clipboard!
zero
mapping target is a block device equivalent of /dev/zero
. A read operation to this mapping returns blocks of zeros. Data written to this mapping is discarded, but the write succeeds. The zero
mapping target takes no additional parameters besides the start and length parameters.
zero
target for a 16Tb Device.
0 65536 zero
0 65536 zero
A.1.7. The multipath Mapping Target Copy linkLink copied to clipboard!
multipath
target is as follows:
start length multipath #features [feature1 ... featureN] #handlerargs [handlerarg1 ... handlerargN] #pathgroups pathgroup pathgroupargs1 ... pathgroupargsN
start length multipath #features [feature1 ... featureN] #handlerargs [handlerarg1 ... handlerargN] #pathgroups pathgroup pathgroupargs1 ... pathgroupargsN
pathgroupargs
parameters for each path group.
start
- starting block in virtual device
length
- length of this segment
#features
- The number of multipath features, followed by those features. If this parameter is zero, then there is no
feature
parameter and the next device mapping parameter is#handlerargs
. Currently there is one supported feature that can be set with thefeatures
attribute in themultipath.conf
file,queue_if_no_path
. This indicates that this multipathed device is currently set to queue I/O operations if there is no path available.In the following example, theno_path_retry
attribute in themultipath.conf
file has been set to queue I/O operations only until all paths have been marked as failed after a set number of attempts have been made to use the paths. In this case, the mapping appears as follows until all the path checkers have failed the specified number of checks.0 71014400 multipath 1 queue_if_no_path 0 2 1 round-robin 0 2 1 66:128 \ 1000 65:64 1000 round-robin 0 2 1 8:0 1000 67:192 1000
0 71014400 multipath 1 queue_if_no_path 0 2 1 round-robin 0 2 1 66:128 \ 1000 65:64 1000 round-robin 0 2 1 8:0 1000 67:192 1000
Copy to Clipboard Copied! Toggle word wrap Toggle overflow After all the path checkers have failed the specified number of checks, the mapping would appear as follows.0 71014400 multipath 0 0 2 1 round-robin 0 2 1 66:128 1000 65:64 1000 \ round-robin 0 2 1 8:0 1000 67:192 1000
0 71014400 multipath 0 0 2 1 round-robin 0 2 1 66:128 1000 65:64 1000 \ round-robin 0 2 1 8:0 1000 67:192 1000
Copy to Clipboard Copied! Toggle word wrap Toggle overflow #handlerargs
- The number of hardware handler arguments, followed by those arguments. A hardware handler specifies a module that will be used to perform hardware-specific actions when switching path groups or handling I/O errors. If this is set to 0, then the next parameter is
#pathgroups
. #pathgroups
- The number of path groups. A path group is the set of paths over which a multipathed device will load balance. There is one set of
pathgroupargs
parameters for each path group. pathgroup
- The next path group to try.
pathgroupsargs
- Each path group consists of the following arguments:
pathselector #selectorargs #paths #pathargs device1 ioreqs1 ... deviceN ioreqsN
pathselector #selectorargs #paths #pathargs device1 ioreqs1 ... deviceN ioreqsN
Copy to Clipboard Copied! Toggle word wrap Toggle overflow There is one set of path arguments for each path in the path group.pathselector
- Specifies the algorithm in use to determine what path in this path group to use for the next I/O operation.
#selectorargs
- The number of path selector arguments which follow this argument in the multipath mapping. Currently, the value of this argument is always 0.
#paths
- The number of paths in this path group.
#pathargs
- The number of path arguments specified for each path in this group. Currently this number is always 1, the
ioreqs
argument. device
- The block device number of the path, referenced by the major and minor numbers in the format
major
:minor
ioreqs
- The number of I/O requests to route to this path before switching to the next path in the current group.
Figure A.1. Multipath Mapping Target
0 71014400 multipath 0 0 4 1 round-robin 0 1 1 66:112 1000 \ round-robin 0 1 1 67:176 1000 round-robin 0 1 1 68:240 1000 \ round-robin 0 1 1 65:48 1000
0 71014400 multipath 0 0 4 1 round-robin 0 1 1 66:112 1000 \
round-robin 0 1 1 67:176 1000 round-robin 0 1 1 68:240 1000 \
round-robin 0 1 1 65:48 1000
0 71014400 multipath 0 0 1 1 round-robin 0 4 1 66:112 1000 \ 67:176 1000 68:240 1000 65:48 1000
0 71014400 multipath 0 0 1 1 round-robin 0 4 1 66:112 1000 \
67:176 1000 68:240 1000 65:48 1000
A.1.8. The crypt Mapping Target Copy linkLink copied to clipboard!
crypt
target encrypts the data passing through the specified device. It uses the kernel Crypto API.
crypt
target is as follows:
start length crypt cipher key IV-offset device offset
start length crypt cipher key IV-offset device offset
start
- starting block in virtual device
length
- length of this segment
cipher
- Cipher consists of
cipher[-chainmode]-ivmode[:iv options]
.cipher
- Ciphers available are listed in
/proc/crypto
(for example,aes
). chainmode
- Always use
cbc
. Do not useebc
; it does not use an initial vector (IV). ivmode[:iv options]
- IV is an initial vector used to vary the encryption. The IV mode is
plain
oressiv:hash
. Anivmode
of-plain
uses the sector number (plus IV offset) as the IV. Anivmode
of-essiv
is an enhancement avoiding a watermark weakness.
key
- Encryption key, supplied in hex
IV-offset
- Initial Vector (IV) offset
device
- block device, referenced by the device name in the filesystem or by the major and minor numbers in the format
major
:minor
offset
- starting offset of the mapping on the device
crypt
target.
0 2097152 crypt aes-plain 0123456789abcdef0123456789abcdef 0 /dev/hda 0
0 2097152 crypt aes-plain 0123456789abcdef0123456789abcdef 0 /dev/hda 0
A.2. The dmsetup Command Copy linkLink copied to clipboard!
dmsetup
command is a command line wrapper for communication with the Device Mapper. For general system information about LVM devices, you may find the info
, ls
, status
, and deps
options of the dmsetup
command to be useful, as described in the following subsections.
dmsetup
command, see the dmsetup
(8) man page.
A.2.1. The dmsetup info Command Copy linkLink copied to clipboard!
dmsetup info device
command provides summary information about Device Mapper devices. If you do not specify a device name, the output is information about all of the currently configured Device Mapper devices. If you specify a device, then this command yields information for that device only.
dmsetup info
command provides information in the following categories:
Name
- The name of the device. An LVM device is expressed as the volume group name and the logical volume name separated by a hyphen. A hyphen in the original name is translated to two hyphens.
State
- Possible device states are
SUSPENDED
,ACTIVE
, andREAD-ONLY
. Thedmsetup suspend
command sets a device state toSUSPENDED
. When a device is suspended, all I/O operations to that device stop. Thedmsetup resume
command restores a device state toACTIVE
. Read Ahead
- The number of data blocks that the system reads ahead for any open file on which read operations are ongoing. By default, the kernel chooses a suitable value automatically. You can change this value with the
--readahead
option of thedmsetup
command. Tables present
- Possible states for this category are
LIVE
andINACTIVE
. AnINACTIVE
state indicates that a table has been loaded which will be swapped in when admsetup resume
command restores a device state toACTIVE
, at which point the table's state becomesLIVE
. For information, see thedmsetup
man page. Open count
- The open reference count indicates how many times the device is opened. A
mount
command opens a device. Event number
- The current number of events received. Issuing a
dmsetup wait n
command allows the user to wait for the n'th event, blocking the call until it is received. Major, minor
- Major and minor device number
Number of targets
- The number of fragments that make up a device. For example, a linear device spanning 3 disks would have 3 targets. A linear device composed of the beginning and end of a disk, but not the middle would have 2 targets.
UUID
- UUID of the device.
dmsetup info
command.
A.2.2. The dmsetup ls Command Copy linkLink copied to clipboard!
dmsetup ls
command. You can list devices that have at least one target of a specified type with the dmsetup ls --target target_type
command. For other options of the dmsetup ls
, see the dmsetup
man page.
A.2.3. The dmsetup status Command Copy linkLink copied to clipboard!
dmsetup status device
command provides status information for each target in a specified device. If you do not specify a device name, the output is information about all of the currently configured Device Mapper devices. You can list the status only of devices that have at least one target of a specified type with the dmsetup status --target target_type
command.
A.2.4. The dmsetup deps Command Copy linkLink copied to clipboard!
dmsetup deps device
command provides a list of (major, minor) pairs for devices referenced by the mapping table for the specified device. If you do not specify a device name, the output is information about all of the currently configured Device Mapper devices.
lock_stress-grant--02.1722
:
dmsetup deps lock_stress-grant--02.1722
# dmsetup deps lock_stress-grant--02.1722
3 dependencies : (253, 33) (253, 32) (253, 31)
Appendix B. The LVM Configuration Files Copy linkLink copied to clipboard!
lvm.conf
configuration file is loaded from the directory specified by the environment variable LVM_SYSTEM_DIR
, which is set to /etc/lvm
by default.
lvm.conf
file can specify additional configuration files to load. Settings in later files override settings from earlier ones. To display the settings in use after loading all the configuration files, execute the lvm dumpconfig
command.
B.1. The LVM Configuration Files Copy linkLink copied to clipboard!
- /etc/lvm/lvm.conf
- Central configuration file read by the tools.
- etc/lvm/lvm_hosttag.conf
- For each host tag, an extra configuration file is read if it exists:
lvm_hosttag.conf
. If that file defines new tags, then further configuration files will be appended to the list of files to read in. For information on host tags, see Section C.2, “Host Tags”.
- /etc/lvm/.cache
- Device name filter cache file (configurable).
- /etc/lvm/backup/
- Directory for automatic volume group metadata backups (configurable).
- /etc/lvm/archive/
- Directory for automatic volume group metadata archives (configurable with regard to directory path and archive history depth).
- /var/lock/lvm/
- In single-host configuration, lock files to prevent parallel tool runs from corrupting the metadata; in a cluster, cluster-wide DLM is used.
B.2. Sample lvm.conf File Copy linkLink copied to clipboard!
lvm.conf
configuration file. This configuration file is the default file for the Red Hat Enterprise Linux 5.9 release. If your system is running a different release of Red Hat Enterprise Linux, some of the default settings may differ.
Appendix C. LVM Object Tags Copy linkLink copied to clipboard!
database
tag.
lvs @database
lvs @database
lvm tags
lvm tags
C.1. Adding and Removing Object Tags Copy linkLink copied to clipboard!
--addtag
or --deltag
option of the pvchange
command.
--addtag
or --deltag
option of the vgchange
or vgcreate
commands.
--addtag
or --deltag
option of the lvchange
or lvcreate
commands.
C.2. Host Tags Copy linkLink copied to clipboard!
hosttags = 1
in the tags
section, a host tag is automatically defined using the machine's hostname. This allow you to use a common configuration file which can be replicated on all your machines so they hold identical copies of the file, but the behavior can differ between machines according to the hostname.
tag1
, and defines tag2
if the hostname is host1
.
tags { tag1 { } tag2 { host_list = ["host1"] } }
tags { tag1 { } tag2 { host_list = ["host1"] } }
C.3. Controlling Activation with Tags Copy linkLink copied to clipboard!
vgchange -ay
) and only activates vg1/lvol0
and any logical volumes or volume groups with the database
tag in the metadata on that host.
activation { volume_list = ["vg1/lvol0", "@database" ] }
activation { volume_list = ["vg1/lvol0", "@database" ] }
tags { hosttags = 1 }
tags { hosttags = 1 }
vg1/lvol2
only on host db2
, do the following:
- Run
lvchange --addtag @db2 vg1/lvol2
from any host in the cluster. - Run
lvchange -ay vg1/lvol2
.
Appendix D. LVM Volume Group Metadata Copy linkLink copied to clipboard!
--metadatasize
. option of the pvcreate
command. The default size may be too small for volume groups that contain physical volumes and logical volumes that number in the hundreds.
--metadatacopies 0
option of the pvcreate
command. Once you have selected the number of metadata copies the physical volume will contain, you cannot change that at a later point. Selecting 0 copies can result in faster updates on configuration changes. Note, however, that at all times every volume group must contain at least one physical volume with a metadata area (unless you are using the advanced configuration settings that allow you to store volume group metadata in a file system). If you intend to split the volume group in the future, every volume group needs at least one metadata copy.
--metadataignore
option of the pvcreate
command. If metadata areas on a physical volume are ignored, LVM will not store metadata in the metadata areas present on this physical volume. Since metadata areas cannot be created or extended after logical volumes have been allocated on the device, it is recommended that you allocate a metadata area in case you need it in the future even if you do not want to store metadata on this device. You can then use this option to instruct LVM to ignore the metadata area.
--vgmetadatacopies
option of the vgcreate
command. For information on setting this value, see the vgcreate
man page. You may find this option useful for volume groups containing large numbers of physical volumes with metadata, as you can use the option to minimize metadata read and write overhead.
vgsplit
command to split a volume group, the volume group retains the existing volume groups value of vgmetadatacopies
. You can use the vgchange
command to change the value of vgmetadatacopies
.
D.1. The Physical Volume Label Copy linkLink copied to clipboard!
pvcreate
command places the physical volume label in the 2nd 512-byte sector. This label can optionally be placed in any of the first four sectors, since the LVM tools that scan for a physical volume label check the first 4 sectors. The physical volume label begins with the string LABELONE
.
- Physical volume UUID
- Size of block device in bytes
- NULL-terminated list of data area locations
- NULL-terminated lists of metadata area locations
D.2. Metadata Contents Copy linkLink copied to clipboard!
- Information about how and when it was created
- Information about the volume group:
- Name and unique id
- A version number which is incremented whenever the metadata gets updated
- Any properties: Read/Write? Resizeable?
- Any administrative limit on the number of physical volumes and logical volumes it may contain
- The extent size (in units of sectors which are defined as 512 bytes)
- An unordered list of physical volumes making up the volume group, each with:
- Its UUID, used to determine the block device containing it
- Any properties, such as whether the physical volume is allocatable
- The offset to the start of the first extent within the physical volume (in sectors)
- The number of extents
- An unordered list of logical volumes. each consisting of
- An ordered list of logical volume segments. For each segment the metadata includes a mapping applied to an ordered list of physical volume segments or logical volume segments
D.3. Sample Metadata Copy linkLink copied to clipboard!
myvg
.
Appendix E. Revision History Copy linkLink copied to clipboard!
Revision History | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Revision 8.0-8 | Mon Sep 8 2014 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 8.0-6 | Mon Jun 30 2014 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 8.0-4 | Tue Jun 10 2014 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 8.0-0 | Fri May 2 2014 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 7.0-3 | Wed Jul 10 2013 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 7.0-2 | Tue May 28 2013 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 7.0-1 | Thu May 23 2013 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 7.0-0 | Tue May 14 2013 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 6.0-7 | Fri Jan 4 2013 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 6.0-6 | Mon Nov 19 2012 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 6.0-5 | Wed Nov 7 2012 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 6.0-4 | Thu Aug 30 2012 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 6.0-1 | Tue Jul 31 2012 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 5.0-4 | Thu Feb 16 2012 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 5.0-3 | Thu Dec 15 2011 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 5.0-2 | Tue Nov 23 2011 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 5.0-1 | Thu Nov 9 2011 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 4.0-1 | Thu Jul 21 2011 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 3.0-1 | Thu Dec 23 2010 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 2.0-1 | Thu Mar 11 2010 | ||||||||||||||||||||
| |||||||||||||||||||||
Revision 1.0-1 | Tue Aug 18 2009 | ||||||||||||||||||||
|
Index Copy linkLink copied to clipboard!
A
- activating logical volumes
- individual nodes, Activating Logical Volumes on Individual Nodes in a Cluster
- activating volume groups, Activating and Deactivating Volume Groups
- individual nodes, Activating and Deactivating Volume Groups
- local node only, Activating and Deactivating Volume Groups
- administrative procedures, LVM Administration Overview
- allocation, LVM Allocation
- policy, Creating Volume Groups
- preventing, Preventing Allocation on a Physical Volume
- archive file, Logical Volume Backup, Backing Up Volume Group Metadata
B
- backup
- backup file, Backing Up Volume Group Metadata
- block device
- scanning, Scanning for Block Devices
C
- cache file
- cluster environment, The Clustered Logical Volume Manager (CLVM), Creating LVM Volumes in a Cluster
- CLVM
- definition, The Clustered Logical Volume Manager (CLVM)
- clvmd daemon, The Clustered Logical Volume Manager (CLVM)
- command line units, Using CLI Commands
- configuration examples, LVM Configuration Examples
- creating
- logical volume, Creating Logical Volumes
- logical volume, example, Creating an LVM Logical Volume on Three Disks
- LVM volumes in a cluster, Creating LVM Volumes in a Cluster
- physical volumes, Creating Physical Volumes
- striped logical volume, example, Creating a Striped Logical Volume
- volume group, clustered, Creating Volume Groups in a Cluster
- volume groups, Creating Volume Groups
- creating LVM volumes
- overview, Logical Volume Creation Overview
D
- data relocation, online, Online Data Relocation
- deactivating volume groups, Activating and Deactivating Volume Groups
- exclusive on one node, Activating and Deactivating Volume Groups
- local node only, Activating and Deactivating Volume Groups
- device numbers
- major, Persistent Device Numbers
- minor, Persistent Device Numbers
- persistent, Persistent Device Numbers
- device path names, Using CLI Commands
- device scan filters, Controlling LVM Device Scans with Filters
- device size, maximum, Creating Volume Groups
- device special file directory, Creating Volume Groups
- display
- sorting output, Sorting LVM Reports
- displaying
- logical volumes, Displaying Logical Volumes, The lvs Command
- physical volumes, Displaying Physical Volumes, The pvs Command
- volume groups, Displaying Volume Groups, The vgs Command
E
- extent
- allocation, Creating Volume Groups, LVM Allocation
- definition, Volume Groups, Creating Volume Groups
F
- failed devices
- displaying, Displaying Information on Failed Devices
- features, new and changed, New and Changed Features
- file system
- growing on a logical volume, Growing a File System on a Logical Volume
- filters, Controlling LVM Device Scans with Filters
G
- growing file system
- logical volume, Growing a File System on a Logical Volume
H
- help display, Using CLI Commands
I
- initializing
- partitions, Initializing Physical Volumes
- physical volumes, Initializing Physical Volumes
- Insufficient Free Extents message, Insufficient Free Extents for a Logical Volume
L
- linear logical volume
- converting to mirrored, Changing Mirrored Volume Configuration
- creation, Creating Linear Volumes
- definition, Linear Volumes
- logging, Logging
- logical volume
- administration, general, Logical Volume Administration
- changing parameters, Changing the Parameters of a Logical Volume Group
- creation, Creating Logical Volumes
- creation example, Creating an LVM Logical Volume on Three Disks
- definition, Logical Volumes, LVM Logical Volumes
- displaying, Displaying Logical Volumes, Customized Reporting for LVM, The lvs Command
- exclusive access, Activating Logical Volumes on Individual Nodes in a Cluster
- extending, Growing Logical Volumes
- growing, Growing Logical Volumes
- linear, Creating Linear Volumes
- local access, Activating Logical Volumes on Individual Nodes in a Cluster
- lvs display arguments, The lvs Command
- mirrored, Creating Mirrored Volumes
- reducing, Shrinking Logical Volumes
- removing, Removing Logical Volumes
- renaming, Renaming Logical Volumes
- resizing, Resizing Logical Volumes
- shrinking, Shrinking Logical Volumes
- snapshot, Creating Snapshot Volumes
- striped, Creating Striped Volumes
- lvchange command, Changing the Parameters of a Logical Volume Group
- lvconvert command, Changing Mirrored Volume Configuration
- lvcreate command, Creating Logical Volumes
- lvdisplay command, Displaying Logical Volumes
- lvextend command, Growing Logical Volumes
- LVM
- architecture overview, LVM Architecture Overview
- clustered, The Clustered Logical Volume Manager (CLVM)
- components, LVM Architecture Overview, LVM Components
- custom report format, Customized Reporting for LVM
- directory structure, Creating Volume Groups
- help, Using CLI Commands
- history, LVM Architecture Overview
- label, Physical Volumes
- logging, Logging
- logical volume administration, Logical Volume Administration
- physical volume administration, Physical Volume Administration
- physical volume, definition, Physical Volumes
- volume group, definition, Volume Groups
- LVM1, LVM Architecture Overview
- LVM2, LVM Architecture Overview
- lvmdiskscan command, Scanning for Block Devices
- lvreduce command, Resizing Logical Volumes, Shrinking Logical Volumes
- lvremove command, Removing Logical Volumes
- lvrename command, Renaming Logical Volumes
- lvs command, Customized Reporting for LVM, The lvs Command
- display arguments, The lvs Command
- lvscan command, Displaying Logical Volumes
M
- man page display, Using CLI Commands
- metadata
- mirrored logical volume
- clustered, Creating a Mirrored LVM Logical Volume in a Cluster
- converting to linear, Changing Mirrored Volume Configuration
- creation, Creating Mirrored Volumes
- definition, Mirrored Logical Volumes
- extending, Extending a Mirrored Volume
- failure recovery, Recovering from LVM Mirror Failure
- growing, Extending a Mirrored Volume
- reconfiguration, Changing Mirrored Volume Configuration
O
- online data relocation, Online Data Relocation
- overview
- features, new and changed, New and Changed Features
P
- partition type, setting, Setting the Partition Type
- partitions
- multiple, Multiple Partitions on a Disk
- path names, Using CLI Commands
- persistent device numbers, Persistent Device Numbers
- physical extent
- preventing allocation, Preventing Allocation on a Physical Volume
- physical volume
- adding to a volume group, Adding Physical Volumes to a Volume Group
- administration, general, Physical Volume Administration
- creating, Creating Physical Volumes
- definition, Physical Volumes
- display, The pvs Command
- displaying, Displaying Physical Volumes, Customized Reporting for LVM
- illustration, LVM Physical Volume Layout
- initializing, Initializing Physical Volumes
- layout, LVM Physical Volume Layout
- pvs display arguments, The pvs Command
- recovery, Replacing a Missing Physical Volume
- removing, Removing Physical Volumes
- removing from volume group, Removing Physical Volumes from a Volume Group
- removing lost volume, Removing Lost Physical Volumes from a Volume Group
- resizing, Resizing a Physical Volume
- pvdisplay command, Displaying Physical Volumes
- pvmove command, Online Data Relocation
- pvremove command, Removing Physical Volumes
- pvresize command, Resizing a Physical Volume
- pvs command, Customized Reporting for LVM
- display arguments, The pvs Command
- pvscan command, Displaying Physical Volumes
R
- removing
- disk from a logical volume, Removing a Disk from a Logical Volume
- logical volume, Removing Logical Volumes
- physical volumes, Removing Physical Volumes
- renaming
- logical volume, Renaming Logical Volumes
- volume group, Renaming a Volume Group
- report format, LVM devices, Customized Reporting for LVM
- resizing
- logical volume, Resizing Logical Volumes
- physical volume, Resizing a Physical Volume
S
- scanning
- block devices, Scanning for Block Devices
- scanning devices, filters, Controlling LVM Device Scans with Filters
- snapshot logical volume
- creation, Creating Snapshot Volumes
- snapshot volume
- definition, Snapshot Volumes
- striped logical volume
- creation, Creating Striped Volumes
- creation example, Creating a Striped Logical Volume
- definition, Striped Logical Volumes
- extending, Extending a Striped Volume
- growing, Extending a Striped Volume
T
- troubleshooting, LVM Troubleshooting
U
- units, command line, Using CLI Commands
V
- verbose output, Using CLI Commands
- vgcfbackup command, Backing Up Volume Group Metadata
- vgcfrestore command, Backing Up Volume Group Metadata
- vgchange command, Changing the Parameters of a Volume Group
- vgcreate command, Creating Volume Groups, Creating Volume Groups in a Cluster
- vgdisplay command, Displaying Volume Groups
- vgexport command, Moving a Volume Group to Another System
- vgextend command, Adding Physical Volumes to a Volume Group
- vgimport command, Moving a Volume Group to Another System
- vgmerge command, Combining Volume Groups
- vgmknodes command, Recreating a Volume Group Directory
- vgreduce command, Removing Physical Volumes from a Volume Group
- vgrename command, Renaming a Volume Group
- vgs command, Customized Reporting for LVM
- display arguments, The vgs Command
- vgscan command, Scanning Disks for Volume Groups to Build the Cache File
- vgsplit command, Splitting a Volume Group
- volume group
- activating, Activating and Deactivating Volume Groups
- administration, general, Volume Group Administration
- changing parameters, Changing the Parameters of a Volume Group
- combining, Combining Volume Groups
- creating, Creating Volume Groups
- creating in a cluster, Creating Volume Groups in a Cluster
- deactivating, Activating and Deactivating Volume Groups
- definition, Volume Groups
- displaying, Displaying Volume Groups, Customized Reporting for LVM, The vgs Command
- extending, Adding Physical Volumes to a Volume Group
- growing, Adding Physical Volumes to a Volume Group
- merging, Combining Volume Groups
- moving between systems, Moving a Volume Group to Another System
- reducing, Removing Physical Volumes from a Volume Group
- removing, Removing Volume Groups
- renaming, Renaming a Volume Group
- shrinking, Removing Physical Volumes from a Volume Group
- splitting, Splitting a Volume Group
- example procedure, Splitting a Volume Group
- vgs display arguments, The vgs Command