7.cluster Logical Volume Manager
7.cluster Logical Volume Manager
This book describes the LVM logical volume manager for Red Hat Enterprise Linux 5.2, including information on running LVM in a clustered environment. The content of this document is specific to the LVM2 release.
1801 Varsity Drive Raleigh, NC 27606-2072 USA Phone: +1 919 754 3700 Phone: 888 733 4281 Fax: +1 919 754 3701 PO Box 13588 Research Triangle Park, NC 27709 USA
Introduction ............................................................................................................... ix 1. About This Guide ........................................................................................... ix 2. Audience ....................................................................................................... ix 3. Software Versions .......................................................................................... ix 4. Related Documentation .................................................................................. ix 5. Feedback .......................................................................................................x 6. Document Conventions ...................................................................................x 1. The LVM Logical Volume Manager .......................................................................... 1 1. Logical Volumes ............................................................................................ 1 2. LVM Architecture Overview ............................................................................ 2 3. Running LVM in a Cluster ............................................................................... 3 4. Document Overview ....................................................................................... 5 2. LVM Components .................................................................................................. 7 1. Physical Volumes ........................................................................................... 7 1.1. LVM Physical Volume Layout ............................................................... 7 1.2. Multiple Partitions on a Disk ................................................................. 8 2. Volume Groups .............................................................................................. 9 3. LVM Logical Volumes ..................................................................................... 9 3.1. Linear Volumes ................................................................................... 9 3.2. Striped Logical Volumes .....................................................................12 3.3. Mirrored Logical Volumes ...................................................................13 3.4. Snapshot Volumes .............................................................................15 3. LVM Administration Overview ................................................................................17 1. Creating LVM Volumes in a Cluster ................................................................17 2. Logical Volume Creation Overview .................................................................17 3. Growing a File System on a Logical Volume ...................................................18 4. Logical Volume Backup .................................................................................18 5. Logging ........................................................................................................18 4. LVM Administration with CLI Commands ................................................................21 1. Using CLI Commands ...................................................................................21 2. Physical Volume Administration .....................................................................22 2.1. Creating Physical Volumes .................................................................23 2.2. Displaying Physical Volumes ..............................................................24 2.3. Preventing Allocation on a Physical Volume .........................................25 2.4. Resizing a Physical Volume ................................................................25 2.5. Removing Physical Volumes ...............................................................25 3. Volume Group Administration ........................................................................26 3.1. Creating Volume Groups ....................................................................26 3.2. Adding Physical Volumes to a Volume Group .......................................27 3.3. Displaying Volume Groups ..................................................................27 3.4. Scanning Disks for Volume Groups to Build the Cache File ...................28 3.5. Removing Physical Volumes from a Volume Group ..............................29 3.6. Changing the Parameters of a Volume Group ......................................29 3.7. Activating and Deactivating Volume Groups .........................................30 3.8. Removing Volume Groups ..................................................................30 3.9. Splitting a Volume Group ....................................................................30
3.10. Combining Volume Groups ...............................................................31 3.11. Backing Up Volume Group Metadata .................................................31 3.12. Renaming a Volume Group ...............................................................31 3.13. Moving a Volume Group to Another System .......................................31 3.14. Recreating a Volume Group Directory ................................................32 4. Logical Volume Administration .......................................................................32 4.1. Creating Logical Volumes ...................................................................33 4.2. Persistent Device Numbers .................................................................37 4.3. Resizing Logical Volumes ...................................................................38 4.4. Changing the Parameters of a Logical Volume Group ...........................38 4.5. Renaming Logical Volumes .................................................................38 4.6. Removing Logical Volumes .................................................................39 4.7. Displaying Logical Volumes ................................................................39 4.8. Growing Logical Volumes ...................................................................40 4.9. Extending a Striped Volume ................................................................41 4.10. Shrinking Logical Volumes ................................................................42 5. Creating Snapshot Volumes ..........................................................................43 6. Controlling LVM Device Scans with Filters ......................................................44 7. Online Data Relocation ..................................................................................45 8. Activating Logical Volumes on Individual Nodes in a Cluster ............................46 9. Customized Reporting for LVM ......................................................................46 9.1. Format Control ...................................................................................47 9.2. Object Selection .................................................................................49 9.3. Sorting LVM Reports ..........................................................................56 9.4. Specifying Units .................................................................................57 5. LVM Configuration Examples .................................................................................59 1. Creating an LVM Logical Volume on Three Disks ............................................59 1.1. Creating the Physical Volumes ............................................................59 1.2. Creating the Volume Group .................................................................59 1.3. Creating the Logical Volume ...............................................................59 1.4. Creating the File System .....................................................................60 2. Creating a Striped Logical Volume .................................................................60 2.1. Creating the Physical Volumes ............................................................60 2.2. Creating the Volume Group .................................................................61 2.3. Creating the Logical Volume ...............................................................61 2.4. Creating the File System .....................................................................61 3. Splitting a Volume Group ...............................................................................62 3.1. Determining Free Space .....................................................................62 3.2. Moving the Data .................................................................................63 3.3. Splitting the Volume Group .................................................................63 3.4. Creating the New Logical Volume ........................................................64 3.5. Making a File System and Mounting the New Logical Volume ...............64 3.6. Activating and Mounting the Original Logical Volume ............................64 4. Removing a Disk from a Logical Volume .........................................................64 4.1. Moving Extents to Existing Physical Volumes .......................................65 4.2. Moving Extents to a New Disk .............................................................66 6. LVM Troubleshooting ............................................................................................69 vi
1. Troubleshooting Diagnostics ..........................................................................69 2. Displaying Information on Failed Devices .......................................................69 3. Recovering from LVM Mirror Failure ...............................................................71 4. Recovering Physical Volume Metadata ...........................................................74 5. Replacing a Missing Physical Volume ............................................................76 6. Removing Lost Physical Volumes from a Volume Group ..................................76 7. Insufficient Free Extents for a Logical Volume .................................................76 7. LVM Administration with the LVM GUI ....................................................................79 A. The Device Mapper ..............................................................................................81 1. Device Table Mappings .................................................................................81 1.1. The linear Mapping Target ..................................................................82 1.2. The striped Mapping Target ................................................................83 1.3. The mirror Mapping Target .................................................................84 1.4. The snapshot and snapshot-origin Mapping Targets .............................87 1.5. The error Mapping Target ...................................................................89 1.6. The zero Mapping Target ....................................................................89 1.7. The multipath Mapping Target .............................................................89 1.8. The crypt Mapping Target ...................................................................92 2. The dmsetup Command ................................................................................93 2.1. The dmsetup info Command ...............................................................93 2.2. The dmsetup ls Command ..................................................................95 2.3. The dmsetup status Command ............................................................95 2.4. The dmsetup deps Command .............................................................96 B. The LVM Configuration Files .................................................................................97 1. The LVM Configuration Files ..........................................................................97 2. Sample lvm.conf File .....................................................................................97 C. LVM Object Tags ................................................................................................107 1. Adding and Removing Object Tags ..............................................................107 2. Host Tags ...................................................................................................107 3. Controlling Activation with Tags ...................................................................108 D. LVM Volume Group Metadata .............................................................................109 1. The Physical Volume Label .........................................................................109 2. Metadata Contents ......................................................................................110 3. Sample Metadata ........................................................................................110 Index .....................................................................................................................113
vii
viii
Introduction
2. Audience
This book is intended to be used by system administrators managing systems running the Linux operating system. It requires familiarity with Red Hat Enterprise Linux 5 and GFS file system administration.
3. Software Versions
Software RHEL5 GFS Description refers to RHEL5 and higher refers to GFS for RHEL5 and higher
4. Related Documentation
For more information about using Red Hat Enterprise Linux, refer to the following resources:
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. For more information about Red Hat Cluster Suite for Red Hat Enterprise Linux 5, refer to the following resources: Red Hat Cluster Suite Overview Provides a high level overview of the Red Hat Cluster Suite. Configuring and Managing a Red Hat Cluster 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).
ix
Introduction
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. Red Hat Cluster Suite documentation and other Red Hat documents are available in HTML, PDF, and RPM versions on the Red Hat Enterprise Linux Documentation CD and online at http://www.redhat.com/docs/.
5. Feedback
If you spot a typo, or if you have thought of a way to make this manual better, we would love to hear from you. Please submit a report in Bugzilla (http://bugzilla.redhat.com/bugzilla/) against the component rh-cs. Be sure to mention the manual's identifier:
By mentioning this manual's identifier, we know exactly which version of the guide you have. If you have a suggestion for improving the documentation, try to be as specific as possible. If you have found an error, please include the section number and some of the surrounding text so we can find it easily.
6. Document Conventions
Certain words in this manual are represented in different fonts, styles, and weights. This highlighting indicates that the word is part of a specific category. The categories include the following:
Courier font
Courier font represents commands, file names and paths, and prompts . When shown as below, it indicates computer output:
Desktop
about.html
logs
paulwesterberg.png
Document Conventions
backupfiles
reports
Bold Courier font represents text that you are to type, such as: service jonas start If you have to run a command as root, the root prompt (#) precedes the command:
# gconftool-2
bold font Bold font represents application programs and text found on a graphical interface. When shown like this: OK , it indicates a button on a graphical application interface. Additionally, the manual uses different strategies to draw your attention to pieces of information. In order of how critical the information is to you, these items are marked as follows:
Note
A note is typically information that you need to understand the behavior of the system.
Tip
A tip is typically an alternative way of performing a task.
Important
Important information is necessary, but possibly unexpected, such as a configuration change that will not persist after a reboot.
xi
Introduction
Caution
A caution indicates an act that would violate your support agreement, such as recompiling the kernel.
Warning
A warning indicates potential data loss, as may happen when tuning hardware for maximum performance.
xii
Chapter 1.
1. Logical Volumes
Volume management creates a layer of abstraction over physical storage, allowing you to create logical storage volumes. This provides much greater flexibility in a number of ways than using physical storage directly. A logical volume provides storage virtualization. With a logical volume, you are not restricted to physical disk sizes. In addition, the hardware storage configuration is hidden from the software so it can be resized and moved without stopping applications or unmounting file systems. This can reduce operational costs. Logical volumes provide the following advantages over using physical storage directly: Flexible capacity When using logical volumes, file systems can extend across multiple disks, since you can aggregate disks and partitions into a single logical volume. Resizeable storage pools You can extend logical volumes or reduce logical volumes in size with simple software commands, without reformatting and repartitioning the underlying disk devices. Online data relocation To deploy newer, faster, or more resilient storage subsystems, you can move data will 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 naming Logical storage volumes can be managed in user-defined groups, which you can name according to your convenience. Disk striping You can create a logical volume that stripes data across two or more disks. This can dramatically increase throughput. Mirroring volumes Logical volumes provide a convenient way to configure a mirror for your data. Volume Snapshots
Using logical volumes, you can take device snapshots for consistent backups or to test the effect of changes without affecting the real data. The implementation of these features in LVM is described in the remainder of this document.
For detailed information on the components of an LVM logical volume, see Chapter 2, LVM Components.
Logical volumes created with CLVM on shared storage are visible to all computers that have access to the shared storage. CLVM allows a user to configure logical volumes on shared storage by locking access to physical storage while a logical volume is being configured. CLVM uses the locking services provided by the high availability symmetric infrastructure.
Note
CLVM requires changes to the lvm.conf file for cluster-wide locking. For information on configuring the lvm.conf file to support CLVM, see Section 1, Creating LVM Volumes in a Cluster.
You configure LVM volumes for use in a cluster with the standard set of LVM commands or the LVM graphical user interface, as described in Chapter 4, LVM Administration with CLI Commands and Chapter 7, LVM Administration with the LVM GUI. For information on installing LVM in a Red Hat Cluster, see Configuring and Managing a Red Hat Cluster.
Document Overview
4. Document Overview
This remainder of this document includes the following chapters: Chapter 2, LVM Components describes the components that make up an LVM logical volume. Chapter 3, 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 4, 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 5, LVM Configuration Examples provides a variety of LVM configuration examples. Chapter 6, LVM Troubleshooting provide instructions for troubleshooting a variety of LVM issues. Chapter 7, 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 2.
LVM Components
This chapter describes the components of an LVM Logical volume.
1. Physical Volumes
The underlying physical storage unit of an LVM logical volume is a block device such as a partition or whole disk. To use the device for an LVM logical volume the device must be initialized as a physical volume (PV). Initializing a block device as a physical volume places a label near the start of the device. By default, the LVM label is placed in the second 512-byte sector. You can overwrite this default by placing the label on any of the first 4 sectors. This allows LVM volumes to co-exist with other users of these sectors, if necessary. An LVM label provides correct identification and device ordering for a physical device, since devices can come up in any order when the system is booted. An LVM label remains persistent across reboots and throughout a cluster. The LVM label identifies the device as an LVM physical volume. It contains a random unique identifier (the UUID) for the physical volume. It also stores the size of the block device in bytes, and it records where the LVM metadata will be stored on the device. The LVM metadata contains the configuration details of the LVM volume groups on your system. By default, an identical copy of the metadata is maintained in every metadata area in every physical volume within the volume group. LVM metadata is small and stored as ASCII. Currently LVM allows you to store 0, 1 or 2 identical copies of its metadata on each physical volume. The default is 1 copy. Once you configure the number of metadata copies on the physical volume, you cannot change that number at a later time. The first copy is stored at the start of the device, shortly after the label. If there is a second copy, it is placed at the end of the device. If you accidentally overwrite the area at the beginning of your disk by writing to a different disk than you intend, a second copy of the metadata at the end of the device will allow you to recover the metadata. For detailed information about the LVM metadata and changing the metadata parameters, see Appendix D, LVM Volume Group Metadata.
Note
In the Linux kernel (and throughout this document), sectors are considered to be 512 bytes in size.
Volume Groups
LVM volumes. Additionally, if you have a very large disk and want to have more than one volume group for administrative purposes then it is necessary to partition the disk. If you do have a disk with more than one partition and both of those partitions are in the same volume group, take care to specify which partitions are to be included in a logical volume when creating striped volumes.
2. Volume Groups
Physical volumes are combined into volume groups (VGs). This creates a pool of disk space out of which logical volumes can be allocated. Within a volume group, the disk space available for allocation is divided into units of a fixed-size called extents. An extent is the smallest unit of space that can be allocated, Within a physical volume, extents are referred to as physical extents. A logical volume is allocated into logical extents of the same size as the physical extents. The extent size is thus the same for all logical volumes in the volume group. The volume group maps the logical extents to physical extents.
The physical volumes that make up a logical volume do not have to be the same size. Figure 2.3, Linear Volume with Unequal Physical Volumes shows volume group 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 100 extents in size (400MB) and PV2 is 200 extents in size (800MB). 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.
10
Linear Volumes
You can configure more than one linear logical volume of whatever size you desire from the pool of physical extents. Figure 2.4, Multiple Logical Volumes shows the same volume group as in Figure 2.3, Linear Volume with Unequal Physical Volumes, but in this case two logical volumes have been carved out of the volume group: LV1, which is 250 extents in size (1000MB) and LV2 which is 50 extents in size (200MB).
11
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
In a striped logical volume, the size of the stripe cannnot exceed the size of an extent.
12
Striped logical volumes can be extended by concatenating another set of devices onto the end of the first set. In order extend a striped logical volume, however, there must be enough free space on the underlying physical volumes that make up the volume group to support the stripe. For example, if you have a two-way stripe that uses up an entire volume group, adding a single physical volume to the volume group will not enable you to extend the stripe. Instead, you must add at least two physical volumes to the volume group. For more information on extending a striped volume, see Section 4.9, Extending a Striped Volume.
13
LVM supports mirrored volumes. When you create a mirrored logical volume, LVM ensures that data written to an underlying physical volume is mirrored onto a separate physical volume. With LVM, you can create mirrored logical volumes with multiple mirrors. An LVM mirror divides the device being copied into regions that are typically 512KB in size. LVM maintains a small log which it uses to keep track of which regions are in sync with the mirror or mirrors. This log can be kept on disk, which will keep it persistent across reboots, or it can be maintained in memory. Figure 2.6, Mirrored Logical Volume shows a mirrored logical volume with one mirror. In this configuration, the log is maintained on disk.
Note
Mirrored logical volumes are not currently supported in a cluster.
For information on creating and modifying mirrors, see Section 4.1.3, Creating Mirrored Volumes.
14
Snapshot Volumes
Note
LVM snapshots are not supported across the nodes in a cluster.
Because a snapshot copies only the data areas that change after the snapshot is created, the snapshot feature requires a minimal amount of storage. For example, with a rarely updated origin, 3-5 % of the origin's capacity is sufficient to maintain the snapshot.
Note
Snapshot copies of a file system are virtual copies, not actual media backup for a file system. Snapshots do not provide a substitute for a backup procedure.
If a snapshot runs full, the snapshot is dropped. This is to be sure that there is enough space for the origin file system. You should regularly monitor the size of the snapshot. Snapshots are fully resizeable, however, so if you have the storage capacity you can increase the size of the snapshot volume to prevent it from getting dropped. Conversely, if you find that the snapshot volume is larger than you need, you can reduce the size of the volume to free up space that is needed by other logical volumes. When you create a snapshot file system, full read and write access to the origin stays possible. If a chunk on a snapshot is changed, that chunk is marked and never gets copied from the original volume. There are several uses for the snapshot feature: 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
15
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.
16
Chapter 3.
17
information is on the physical volumes and not the machine where the volume was created. Servers that use the storage have local copies, but can recreate that from what is on the physical volumes. You can attach physical volumes to a different server if the LVM versions are compatible.
5. Logging
All message output passes through a logging module with independent choices of logging levels for: standard output/error
18
Logging
The logging levels are set in the /etc/lvm/lvm.conf file, which is described in Appendix B, The LVM Configuration Files.
19
20
Chapter 4.
# lvcreate -L 50MB new_vg Rounding up size to full physical extent 52.00 MB Logical volume "lvol0" created
The following command shows the output of the lvcreate command with the -v argument.
# lvcreate -v -L 50MB new_vg Finding volume group "new_vg" Rounding up size to full physical extent 52.00 MB Archiving volume group "new_vg" metadata (seqno 4). Creating logical volume lvol0 Creating volume group backup "/etc/lvm/backup/new_vg" (seqno 5). Found volume group "new_vg" Creating new_vg-lvol0 Loading new_vg-lvol0 table Resuming new_vg-lvol0 (253:2)
21
Clearing start of logical volume "lvol0" Creating volume group backup "/etc/lvm/backup/new_vg" (seqno 5). Logical volume "lvol0" created
You could also have used the -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.
# lvcreate -vvvv -L 50MB new_vg #lvmcmdline.c:913 Processing: lvcreate -vvvv -L 50MB new_vg #lvmcmdline.c:916 O_DIRECT will be used #config/config.c:864 Setting global/locking_type to 1 #locking/locking.c:138 File-based locking selected. #config/config.c:841 Setting global/locking_dir to /var/lock/lvm #activate/activate.c:358 Getting target version for linear #ioctl/libdm-iface.c:1569 dm version OF [16384] #ioctl/libdm-iface.c:1569 dm versions OF [16384] #activate/activate.c:358 Getting target version for striped #ioctl/libdm-iface.c:1569 dm versions OF [16384] #config/config.c:864 Setting activation/mirror_region_size to 512 ...
You can display help for any of the LVM CLI commands with the --help argument of the command.
commandname --help
To display the man page for a command, execute the man command:
man commandname
The man lvm command provides general online information about LVM. All LVM objects are referenced internally by a UUID, which is assigned when you create the object. This can be useful in a situation where you remove a physical volume called /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 see Section 4, Recovering Physical Volume Metadata.
22
administration.
To initialize partitions rather than whole disks: run the pvcreate command on the partition. The following example initializes /dev/hdb1 as an LVM physical volume for later use as part of an LVM logical volume.
pvcreate /dev/hdb1
[ [ [ [ [
16.00 MB] 17.15 GB] 13.69 GB] 16.00 MB] 17.14 GB] LVM physical volume
23
/dev/VolGroup00/LogVol01 [ /dev/ram2 [ /dev/new_vg/lvol0 [ /dev/ram3 [ /dev/pkl_new_vg/sparkie_lv [ /dev/ram4 [ /dev/ram5 [ /dev/ram6 [ /dev/ram7 [ /dev/ram8 [ /dev/ram9 [ /dev/ram10 [ /dev/ram11 [ /dev/ram12 [ /dev/ram13 [ /dev/ram14 [ /dev/ram15 [ /dev/sdb [ /dev/sdb1 [ /dev/sdc [ /dev/sdc1 [ /dev/sdd [ /dev/sdd1 [ 7 disks 17 partitions 0 LVM physical volume whole disks 4 LVM physical volumes
512.00 16.00 52.00 16.00 7.14 16.00 16.00 16.00 16.00 16.00 16.00 16.00 16.00 16.00 16.00 16.00 16.00 17.15 17.14 17.15 17.14 17.15 17.14
MB] MB] MB] MB] GB] MB] MB] MB] MB] MB] MB] MB] MB] MB] MB] MB] MB] GB] GB] LVM physical volume GB] GB] LVM physical volume GB] GB] LVM physical volume
# pvdisplay --- Physical volume --PV Name /dev/sdc1 VG Name new_vg PV Size 17.14 GB / not usable 3.40 MB Allocatable yes PE Size (KByte) 4096 Total PE 4388
24
4375 13 Joqlch-yWSj-kuEn-IdwM-01S9-XO8M-mcpsVe
The pvscan command scans all supported LVM block devices in the system for physical volumes. The following command shows all physical devices found:
You can define a filter in the 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 6, Controlling LVM Device Scans with Filters.
pvchange -x n /dev/sdk1
You can also use the -xy arguments of the pvchange command to allow allocation where it had previously been disallowed.
25
it from the volume group with the vgreduce command, as described in Section 3.5, Removing Physical Volumes from a Volume Group.
When physical volumes are used to create a volume group, its disk space is divided into 4MB extents, by default. This extent is the minimum amount by which the logical volume may be increased or decreased in size. Large numbers of extents will have no impact on I/O performance of the logical volume. You can specify the extent size with the vgcreate command if the default is not suitable with the -s argument. 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. By default, a volume group allocates physical extents according to common-sense rules such as not placing parallel stripes on the same physical volume. This is the normal allocation policy. You can use the --alloc argument of the vgcreate command to specify an allocation policy of contiguous, anywhere, or cling. The 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. In general, allocation policies other than normal are required only in special cases where you need to specify unusual or nonstandard extent allocation. 26
LVM volume groups and underlying logical volumes are included in the device special file directory tree in the /dev directory with the following layout:
/dev/vg/lv/
For example, if you create two volume groups myvg1 and myvg2, each with three logical volumes named lvo1, lvo2, and lvo3, this create six device special files:
27
command for the volume group new_vg. If you do not specify a volume group, all existing volume groups are displayed.
# vgdisplay new_vg --- Volume group --VG Name System ID Format Metadata Areas Metadata Sequence No VG Access VG Status MAX LV Cur LV Open LV Max PV Cur PV Act PV VG Size PE Size Total PE Alloc PE / Size Free PE / Size VG UUID
new_vg lvm2 3 11 read/write resizable 0 1 0 0 3 3 51.42 GB 4.00 MB 13164 13 / 52.00 MB 13151 / 51.37 GB jxQJ0a-ZKk0-OpMO-0118-nlwO-wwqd-fD5D32
3.4. Scanning Disks for Volume Groups to Build the Cache File
The 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. LVM runs the 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. You may need to run the vgscan command manually when you change your hardware configuration, 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. You can define a filter in the lvm.conf file to restrict the scan to avoid specific devices. For information on using filters to control which devices are scanned, see Section 6, Controlling LVM Device Scans with Filters. The following example shows the output of a vgscan command.
# 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
28
Group
# pvdisplay /dev/hda1 -- Physical volume --PV Name /dev/hda1 VG Name myvg PV Size 1.95 GB / NOT usable 4 MB [LVM: 122 KB] PV# 1 PV Status available Allocatable yes (but full) Cur LV 1 PE Size (KByte) 4096 Total PE 499 Free PE 0 Allocated PE 499 PV UUID Sd44tK-9IRw-SrMC-MOkn-76iP-iftz-OVSen7
If the physical volume is still being used you will have to migrate the data to another physical volume using the pvmove command. Then use the vgreduce command to remove the physical volume: The following command removes the physical volume /dev/hda1 from the volume group my_volume_group.
29
For a description of the volume group parameters you can change with the vgchange command, see the vgchange(8) man page.
vgchange -a n my_volume_group
If clustered locking is enabled, add e to activate or deactivate a volume group exclusively on one node or l to activate or/deactivate a volume group only on the local node. Logical volumes with single-host snapshots are always activated exclusively because they can only be used on one node at once. You can deactivate individual logical volumes with the lvchange command, as described in Section 4.4, Changing the Parameters of a Logical Volume Group, For information on activating logical volumes on individual nodes in a cluster, see Section 8, Activating Logical Volumes on Individual Nodes in a Cluster.
30
# vgsplit bigvg smallvg /dev/ram15 Volume group "smallvg" successfully split from "bigvg"
31
You can move an entire LVM volume group to another system. It is recommended that you use the vgexport and vgimport commands when you do this. The 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. To move a volume group form one system to another, perform the following steps: 1. Make sure that no users are accessing files on the active volumes in the volume group, then unmount the logical volumes. 2. Use the -a n argument of the vgchange command to mark the volume group as inactive, which prevents any further activity on the volume group. 3. 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 the pvscan command, as in the following example.
[root@tng3-1]# pvscan PV /dev/sda1 is in exported VG myvg [17.15 GB / 7.15 GB free] PV /dev/sdc1 is in exported VG myvg [17.15 GB / 15.15 GB free] PV /dev/sdd1 is in exported VG myvg [17.15 GB / 15.15 GB free] ...
When the system is next shut down, you can unplug the disks that constitute the volume group and connect them to the new system. 4. 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. 5. Activate the volume group with the -a y argument of the vgchange command. 6. Mount the file system to make it available for use.
This section describes the commands that perform the various aspects of logical volume administration.
The following command creates a 1500 megabyte linear logical volume named testlv in the volume group testvg, creating the block device /dev/testvg/testlv.
The following command creates a 50 gigabyte logical volume named gfslv from the free extents in volume group vg0.
You can use the -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 testvol.
33
You can also use the -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 testvol.
You can use -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 the lvcreate command. The following commands create a logical volume called mylv that fills the volume group named testvg.
# vgdisplay testvg | grep "Total PE" Total PE 10230 # lvcreate -l 10230 testvg -n mylv
The underlying physical volumes used to create a logical volume can be important if the physical volume needs to be removed, so you may need to consider this possibility when you create the logical volume. For information on removing a physical volume from a volume group, see Section 3.5, Removing Physical Volumes from a Volume Group. To create a logical volume to be allocated from a specific physical volume in the volume group, specify the physical volume or volumes at the end at the lvcreate command line. The following command creates a logical volume named testlv in volume group testvg allocated from the physical volume /dev/sdg1,
You can specify which extents of a physical volume are to be used for a logical volume. The following example creates a linear logical volume out of extents 0 through 25 of physical volume /dev/sda1 and extents 50 through 125 of physical volume /dev/sdb1 in volume group testvg.
The following example creates a linear logical volume out of extents 0 through 25 of physical volume /dev/sda1 and then continues laying out the logical volume at extent 100.
34
The default policy for how the extents of a logical volume are allocated is 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 3.1, Creating Volume Groups.
As with linear volumes, you can specify the extents of the physical volume that you are using for the stripe. The following command creates a striped volume 100 extents in size that stripes across two physical volumes, is named stripelv and is in volume group testvg. The stripe will use sectors 0-50 of /dev/sda1 and sectors 50-100 of /dev/sdb1.
# lvcreate -l 100 -i2 -nstripelv testvg /dev/sda1:0-50 /dev/sdb1:50-100 Using default stripesize 64.00 KB Logical volume "stripelv" created
the -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. The following command creates a mirrored logical volume with a single mirror. The volume is 50 gigabytes in size, is named mirrorlv, and is carved out of volume group vg0:
An LVM mirror divides the device being copied into regions that, by default, are 512KB in size. You can use the -R argument to specify the region size in MB. LVM maintains a small log which it uses to keep track of which regions are in sync with the mirror or mirrors. By default, this log is kept on disk, which keeps it persistent across reboots. You can specify instead that this log be kept in memory with the --corelog argument; this eliminates the need for an extra log device, but it requires that the entire mirror be resynchronized at every reboot. The following command creates a mirrored logical volume from the volume group bigvg. The logical is named ondiskmirvol and has a single mirror. The volume is 12MB in size and keeps the mirror log in memory.
# lvcreate -L 12MB -m1 --corelog -n ondiskmirvol bigvg Logical volume "ondiskmirvol" created
When a mirror is created, the mirror regions are synchronized. For large mirror components, the sync process may take a long time. When you are creating a new mirror that does not need to be revived, you can specify the nosync argument to indicate that an initial synchronization from the first device is not required. You can specify which devices to use for the mirror logs and log, and which extents of the devices to use. To force the log onto a particular disk, specify exactly one extent on the disk on which it will be placed. LVM does not necessary respect the order in which devices are listed in the command line. If any physical volumes are listed that is the only space on which allocation will take place. Any physical extents included in the list that are already allocated will get ignored. The following command creates a mirrored logical volume with a single mirror. The volume is 500 megabytes in size, it is named 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.
The following command creates a mirrored logical volume with a single mirror. The volume is
36
500 megabytes in size, it is named 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 1MB extents. If any of the specified extents have already been allocated, they will be ignored.
The following command converts the mirrored logical volume vg00/lvol1 to a linear logical volume, removing the mirror leg.
37
Use a large minor number to be sure that it hasn't already been allocated to another device dynamically. If you are exporting a file system using NFS, specifying the fsid parameter in the exports file may avoid the need to set a persistent device number within LVM.
lvreduce -l -3 vg00/lvol1
38
For more information on activating logical volumes on individual nodes in a cluster, see Section 8, Activating Logical Volumes on Individual Nodes in a Cluster.
[root@tng3-1 lvm]# lvremove /dev/testvg/testlv Do you really want to remove active logical volume "testlv"? [y/n]: y Logical volume "testlv" successfully removed
You could explicitly deactivate the logical volume before removing it with the lvchange -an command, in which case you would not see the prompt verifying whether you want to remove an active logical volume.
lvdisplay -v /dev/vg00/lvol2
The lvscan command scans for all logical volumes in the system and lists them, as in the following example.
39
# lvscan ACTIVE
# 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
The following command adds another gigabyte to the logical volume /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
As with the 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.
[root@tng3-1 ~]# lvextend -l +100%FREE /dev/myvg/testlv Extending logical volume testlv to 68.59 GB Logical volume testlv successfully resized
After you have extended the logical volume it is necessary to increase the file system size to match. By default, most file system resizing tools will increase the size of the file system to be the size of the underlying logical volume so you do not need to worry about specifying the same size for each of the two commands. 40
# vgs VG vg
You can create a stripe using the entire amount of space in the volume group.
# lvcreate -n stripe1 -L 271.31G -i 2 vg Using default stripesize 64.00 KB Rounding up size to full physical extent 271.31 GB Logical volume "stripe1" created # lvs -a -o +devices LV VG Attr LSize Origin Snap% Move Log Copy% stripe1 vg -wi-a- 271.31G /dev/sda1(0),/dev/sdb1(0)
Devices
Note that the volume group now has no more free space.
# vgs VG vg
The following command adds another physical volume to the volume group, which then has 135G of additional space.
# vgextend vg /dev/sdc1 Volume group "vg" successfully extended # vgs VG #PV #LV #SN Attr VSize VFree vg 3 1 0 wz--n- 406.97G 135.66G
At this point you cannot extend the striped logical volume to the full size of the volume group, because two underlying devices are needed in order to stripe the data.
41
# lvextend vg/stripe1 -L 406G Using stripesize of last segment 64.00 KB Extending logical volume stripe1 to 406.00 GB Insufficient suitable allocatable extents for logical volume stripe1: 34480 more required
To extend the striped logical volume, add another physical volume and then extend the logical volume. In this example, having added two physical volumes to the volume group we can extend the logical volume 5A to the full size of the volume group.
# vgextend vg /dev/sdd1 Volume group "vg" successfully extended # vgs VG #PV #LV #SN Attr VSize VFree vg 4 1 0 wz--n- 542.62G 271.31G # lvextend vg/stripe1 -L 542G Using stripesize of last segment 64.00 KB Extending logical volume stripe1 to 542.00 GB Logical volume stripe1 successfully resized
If you do not have enough underlying physical devices to extend the striped logical volume, it is possible to extend the volume anyway if it does not matter that the extension is not striped, which may result in uneven performance. When adding space to the logical volume, the default operation is to use the same striping paramgers of the last segment of the existing logical volume, but you can override those parameters. The following example extends the existing striped logical volume to use the remaining free space after the initial lvextend command fails.
# lvextend vg/stripe1 -L 406G Using stripesize of last segment 64.00 KB Extending logical volume stripe1 to 406.00 GB Insufficient suitable allocatable extents for logical volume stripe1: 34480 more required # lvextend -il -l+100%FREE vg/stripe1
Caution
42
It is important to reduce the size of the file system or whatever is residing in the volume before shrinking the volume itself, otherwise you risk losing data.
Shrinking a logical volume frees some of the volume group to be allocated to other logical volumes in the volume group. The following example reduces the size of logical volume lvol1 in volume group vg00 by 3 logical extents.
lvreduce -l -3 vg00/lvol1
After you create a snapshot logical volume, specifying the origin volume on the lvdisplay command yields output that includes a a list of all snapshot logical volumes and their status (active or inactive). The following example shows the status of the logical volume /dev/new_vg/lvol0, for which a snapshot volume /dev/new_vg/newvgsnap has been created.
# lvdisplay /dev/new_vg/lvol0 --- Logical volume --LV Name /dev/new_vg/lvol0 VG Name new_vg LV UUID LBy1Tz-sr23-OjsI-LT03-nHLC-y8XW-EhCl78 LV Write Access read/write LV snapshot status source of
43
LV Status # open LV Size Current LE Segments Allocation Read ahead sectors Block device
The 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 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
Note
Because the snapshot increases in size as the origin volume changes, it is important to monitor the percentage of the snapshot volume regularly with the 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.
44
The following filter adds all discovered devices, which is the default behavior as there is no filter configured in the configuration file:
filter = [ "a/.*/" ]
The following filter removes the cdrom device in order to avoid delays if the drive contains no media:
filter = [ "r|/dev/cdrom|" ]
The following filter adds all loop and removes all other block devices:
The following filter adds all loop and IDE and removes all other block devices:
The following filter adds just partition 8 on the first IDE drive and removes all other block devices:
For more information on the lvm.conf file, see Appendix B, The LVM Configuration Files and the lvm.conf(5) man page.
pvmove /dev/sdc1
The following command moves just the extents of the logical volume MyLV.
Since the 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 to the physical volume /dev/sdc1 over to /dev/sdf1 in the background.
The following command reports the progress of the move as a percentage at five second intervals.
Format Control
physical volume segment, and logical volume segment. The following sections provide: 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.
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 the pvs command (which displays information about physcial volumes).
Attr aaa-
The following command displays only the physical volume name and size.
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.
# pvs -o +pv_uuid PV VG Fmt Attr PSize PFree PV UUID /dev/sdb1 new_vg lvm2 a17.14G 17.14G onFF2w-1fLC-ughJ-D9eB-M7iv-6XqA-dqGeXY /dev/sdc1 new_vg lvm2 a17.14G 17.09G
47
Adding the -v argument to a command includes some extra fields. For example, the pvs -v command will display the DevSize and PV UUID fields in addition to the default fields.
# pvs -v Scanning for physical volume names PV VG Fmt Attr PSize PFree DevSize PV UUID /dev/sdb1 new_vg lvm2 a17.14G 17.14G 17.14G onFF2w-1fLC-ughJ-D9eB-M7iv-6XqA-dqGeXY /dev/sdc1 new_vg lvm2 a17.14G 17.09G 17.14G Joqlch-yWSj-kuEn-IdwM-01S9-XO8M-mcpsVe /dev/sdd1 new_vg lvm2 a17.14G 17.14G 17.14G yvfvZK-Cf31-j75k-dECm-0RZ3-0dGW-tUqkCS
The --noheadings argument suppresses the headings line. This can be useful for writing scripts. The following example uses the --noheadings argument in combination with the pv_name argument, which will generate a list of all physical volumes.
The --separator separator argument uses separator to separate each field. This can be useful in a script if you are running a grep command on the output. The following example separates the default output fields of the pvs command with an equals sign (=).
To keep the fields aligned when using the separator argument, use the separator argument in conjunction with the --aligned argument.
48
Object Selection
=VG =Fmt =Attr=PSize =PFree =new_vg=lvm2=a- =17.14G=17.14G =new_vg=lvm2=a- =17.14G=17.09G =new_vg=lvm2=a- =17.14G=17.14G
You can use the -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 2, Displaying Information on Failed Devices. For a full listing of display arguments, see the pvs(8), vgs(8) and lvs(8) man pages. Volume group fields can be mixed with either physical volume (and physical volume segment) fields or with logical volume (and logical volume segment) fields, but physical volume and logical volume fields cannot be mixed. For example, the following command will display one line of output for each physical volume.
Attr wz--nwz--nwz--n-
49
Argument
dev_size
Description The size of the underlying device on which the physical volume was created Offset to the start of the first physical extent in the underlying device Status of the physical volume: (a)llocatable or e(x)ported. The metadata format of the physical volume (lvm2 or lvm1) The free space remaining on the physical volume The physical volume name Number of used physical extents Number of physical extents The segment size of the physical volume The starting physical extent of the physical volume segment The size of the physical volume LVM tags attached to the physical volume The amount of space currently used on the physical volume The UUID of the physical volume
pe_start
The 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.
Attr aaa-
Using the -v argument with the pvs command adds the following fields to the default display: dev_size, pv_uuid.
# pvs -v Scanning for physical volume names PV VG Fmt Attr PSize PFree DevSize PV UUID /dev/sdb1 new_vg lvm2 a17.14G 17.14G 17.14G onFF2w-1fLC-ughJ-D9eB-M7iv-6XqA-dqGeXY /dev/sdc1 new_vg lvm2 a17.14G 17.09G 17.14G Joqlch-yWSj-kuEn-IdwM-01S9-XO8M-mcpsVe /dev/sdd1 new_vg lvm2 a17.14G 17.13G 17.14G yvfvZK-Cf31-j75k-dECm-0RZ3-0dGW-tUqkCS
50
Object Selection
You can use the --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. The 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 --segments PV VG /dev/hda2 VolGroup00 /dev/hda2 VolGroup00 /dev/hda2 VolGroup00 /dev/sda1 vg /dev/sda1 vg /dev/sda1 vg /dev/sda1 vg /dev/sda1 vg /dev/sda1 vg /dev/sda1 vg /dev/sda1 vg /dev/sdb1 vg /dev/sdc1 vg /dev/sdd1 vg /dev/sde1 vg /dev/sdf1 vg /dev/sdg1 vg
Fmt lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2 lvm2
Attr aaaaaaaaaaaaaaaaa-
PSize 37.16G 37.16G 37.16G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G 17.14G
PFree Start SSize 32.00M 0 1172 32.00M 1172 16 32.00M 1188 1 16.75G 0 26 16.75G 26 24 16.75G 50 26 16.75G 76 24 16.75G 100 26 16.75G 126 24 16.75G 150 22 16.75G 172 4217 17.14G 0 4389 17.14G 0 4389 17.14G 0 4389 17.14G 0 4389 17.14G 0 4389 17.14G 0 4389
You can use the pvs -a command to see devices detected by LVM that have not been initialized as LVM physical volumes.
# pvs -a PV /dev/VolGroup00/LogVol01 /dev/new_vg/lvol0 /dev/ram /dev/ram0 /dev/ram2 /dev/ram3 /dev/ram4 /dev/ram5 /dev/ram6 /dev/root /dev/sda /dev/sdb /dev/sdb1 /dev/sdc /dev/sdc1 /dev/sdd /dev/sdd1
VG
Fmt
51
Description The number of logical volumes the volume group contains The maximum number of logical volumes allowed in the volume group (0 if unlimited) The maximum number of physical volumes allowed in the volume group (0 if unlimited) The number of physical volumes that define the volume group The number of snapshots the volume group contains Status of the volume group: (w)riteable, (r)eadonly, resi(z)eable, e(x)ported, (p)artial and (c)lustered. The number of physical extents in the volume group The size of the physical extents in the volume group The metadata format of the volume group (lvm2 or lvm1) Size of the free space remaining in the volume group Number of free physical extents in the volume group The volume group name Number representing the revision of the volume group The size of the volume group LVM1 System ID LVM tags attached to the volume group The UUID of the volume group
max_pv
Fmt VFree
The 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 VG #PV #LV #SN Attr VSize VFree new_vg 3 1 1 wz--n- 51.42G 51.36G
Using the -v argument with the vgs command adds the following fields to the default display: vg_extent_size, vg_uuid. 52
Object Selection
# vgs -v Finding all volume groups Finding volume group "new_vg" VG Attr Ext #PV #LV #SN VSize VFree VG UUID new_vg wz--n- 4.00M 3 1 1 51.42G 51.36G jxQJ0a-ZKk0-OpMO-0118-nlwO-wwqd-fD5D32
Header Chunk
The synchronization percentage of a mirrored logical volume; also used when physical extents are being moved with the pv_move command The underlying devices that make up the logical volume: the physical volumes, logical volumes, and start physical extents and logical extents The status of the logical volume. The logical volume attribute bits are as follows: Bit 1: Volume type: (m)irrored, (M)irrored without initial sync, (o)rigin, (p)vmove, (s)napshot, invalid (S)napshot, (v)irtual Bit2: Permissions: (w)riteable, (r)ead-only Bit 3: Allocation policy: (c)ontiguous, (n)ormal, (a)nywhere, (i)nherited. This is capitalized if the volume is currently locked against allocation changes, for example while executing the pvmove command. Bit 4: fixed (m)inor Bit 5 State: (a)ctive, (s)uspended, (I)nvalid snapshot, invalid (S)uspended snapshot, mapped (d)evice present without tables, mapped device present with (i)nactive table Bit 6: device (o)pen
devices
Devices
lv_attr
Attr
lv_kernel_major KMaj
Actual major device number of the logical volume (-1 if inactive) Actual minor device number of the logical volume (-1 if inactive) The persistent major device number of the logical volume (-1 if not specified) The persistent minor device number of the logical volume (-1 53
lv_kernel_minor KMIN
lv_major
Maj Min
lv_minor
Argument
Header
The name of the logical volume The size of the logical volume LVM tags attached to the logical volume The UUID of the logical volume. Device on which the mirror log resides Corresponding kernel device-mapper target necessary to use this logical volume Source physical volume of a temporary logical volume created with the pvmove command The origin device of a snapshot volume The unit size of a mirrored logical volume
move_pv
The number of segments in the logical volume The size of the segments in the logical volume Offset of the segment in the logical volume LVM tags attached to the segments of the logical volume The segment type of a logical volume (for example: mirror, striped, linear) Current percentage of a snapshot volume that is in use Number of stripes or mirrors in a logical volume Unit size of the stripe in a striped logical volume
#Str Stripe
The 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. The default display is sorted by vg_name and lv_name within the volume group.
# 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
Using the -v argauament with the lvs command adds the following fields to the default display:
54
Object Selection
# lvs -v Finding all logical volumes LV VG #Seg Attr LSize Maj Min KMaj KMin Origin Snap% Move Copy% Log LV UUID lvol0 new_vg 1 owi-a- 52.00M -1 -1 253 3 LBy1Tz-sr23-OjsI-LT03-nHLC-y8XW-EhCl78 newvgsnap1 new_vg 1 swi-a- 8.00M -1 -1 253 5 lvol0 0.20 1ye1OU-1cIu-o79k-20h2-ZGF0-qCJm-CfbsIx
You can use the --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.
Attr #Str Type SSize -wi-ao 1 linear 36.62G -wi-ao 1 linear 512.00M -wi-a1 linear 104.00M -wi-a1 linear 104.00M -wi-a1 linear 104.00M -wi-a1 linear 88.00M
Using the -v argument with the lvs --segments command adds the following fields to the default display: seg_start, stripesize, chunksize.
# lvs -v --segments Finding all logical volumes LV VG Attr Start SSize #Str Type Stripe Chunk lvol0 new_vg owi-a0 52.00M 1 linear 0 0 newvgsnap1 new_vg swi-a0 8.00M 1 linear 0 8.00K
The following example shows the default output of the lvs command on a system with one logical volume configured, followed by the default output of the lvs command with the segments argument specified.
# lvs LV VG Attr LSize Origin Snap% lvol0 new_vg -wi-a- 52.00M # lvs --segments LV VG Attr #Str Type SSize lvol0 new_vg -wi-a1 linear 52.00M
55
# pvs -o pv_name,pv_size,pv_free PV PSize PFree /dev/sdb1 17.14G 17.14G /dev/sdc1 17.14G 17.09G /dev/sdd1 17.14G 17.14G
The following example shows the same output, sorted by the free space field.
# pvs -o pv_name,pv_size,pv_free -O pv_free PV PSize PFree /dev/sdc1 17.14G 17.09G /dev/sdd1 17.14G 17.14G /dev/sdb1 17.14G 17.14G
The following example shows that you do not need to display the field on which you are sorting.
# pvs -o pv_name,pv_size -O pv_free PV PSize /dev/sdc1 17.14G /dev/sdd1 17.14G /dev/sdb1 17.14G
To display a reverse sort, precede a field you specify after the -O argument with the - character.
# pvs -o pv_name,pv_size,pv_free -O -pv_free PV PSize PFree /dev/sdd1 17.14G 17.14G /dev/sdb1 17.14G 17.14G /dev/sdc1 17.14G 17.09G
56
Specifying Units
Attr -aaa-
By default, units are displayed in powers of 2 (multiples of 1024). You can specify that units be displayed in multiples of 1000 by capitalizing the unit specification (B, K, M, G, T, H). The following command displays the output as a multiple of 1024, the default behavior.
Attr aaa-
Attr aaa-
You can also specify (s)ectors (defined as 512 bytes) or custom units. The following example displays the output of the pvs command as a number of sectors.
Attr aaa-
57
The following example displays the output of the pvs command in units of 4 megabytes.
Attr aaa-
58
Chapter 5.
Caution
This command destroys any data on /dev/sda1, /dev/sdb1, and /dev/sdc1.
[root@tng3-1 ~]# 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
[root@tng3-1 ~]# vgcreate new_vol_group /dev/sda1 /dev/sdb1 /dev/sdc1 Volume group "new_vol_group" successfully created
You can use the vgs command to display the attributes of the new volume group.
[root@tng3-1 ~]# vgs VG #PV #LV #SN Attr VSize VFree new_vol_group 3 0 0 wz--n- 51.45G 51.45G
59
[root@tng3-1 ~]# lvcreate -L2G -n new_logical_volume new_vol_group Logical volume "new_logical_volume" created
[root@tng3-1 ~]# gfs_mkfs -plock_nolock -j 1 /dev/new_vol_group/new_logical_volume This will destroy any data on /dev/new_vol_group/new_logical_volume. Are you sure you want to proceed? [y/n] y Device: Blocksize: Filesystem Size: Journals: Resource Groups: Locking Protocol: Lock Table: Syncing... All Done /dev/new_vol_group/new_logical_volume 4096 491460 1 8 lock_nolock
The following commands mount the logical volume and report the file system disk space usage.
[root@tng3-1 ~]# mount /dev/new_vol_group/new_logical_volume /mnt [root@tng3-1 ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/new_vol_group/new_logical_volume 1965840 20 1965820 1% /mnt
Caution
60
[root@tng3-1 ~]# 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
[root@tng3-1 ~]# vgcreate striped_vol_group /dev/sda1 /dev/sdb1 /dev/sdc1 Volume group "striped_vol_group" successfully created
You can use the vgs command to display the attributes of the new volume group.
[root@tng3-1 ~]# vgs VG #PV #LV #SN Attr VSize VFree striped_vol_group 3 0 0 wz--n- 51.45G 51.45G
[root@tng3-1 ~]# lvcreate -i3 -I4 -L2G -nstriped_logical_volume striped_vol_group Rounding size (512 extents) up to stripe boundary size (513 extents) Logical volume "striped_logical_volume" created
[root@tng3-1 ~]# gfs_mkfs -plock_nolock -j 1 /dev/striped_vol_group/striped_logical_volume This will destroy any data on /dev/striped_vol_group/striped_logical_volume.
61
Are you sure you want to proceed? [y/n] y Device: Blocksize: Filesystem Size: Journals: Resource Groups: Locking Protocol: Lock Table: Syncing... All Done /dev/striped_vol_group/striped_logical_volume 4096 492484 1 8 lock_nolock
The following commands mount the logical volume and report the file system disk space usage.
[root@tng3-1 ~]# mount /dev/striped_vol_group/striped_logical_volume /mnt [root@tng3-1 ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 13902624 1656776 11528232 13% / /dev/hda1 101086 10787 85080 12% /boot tmpfs 127880 0 127880 0% /dev/shm /dev/striped_vol_group/striped_logical_volume 1969936 20 1969916 1% /mnt
[root@tng3-1 ~]# pvscan PV /dev/sda1 VG myvg lvm2 [17.15 GB / 0 free] PV /dev/sdb1 VG myvg lvm2 [17.15 GB / 12.15 GB free] PV /dev/sdc1 VG myvg lvm2 [17.15 GB / 15.80 GB free] Total: 3 [51.45 GB] / in use: 3 [51.45 GB] / in no VG: 0 [0
62
~]# pvmove /dev/sdc1 /dev/sdb1 Moved: 14.7% Moved: 30.3% Moved: 45.7% Moved: 61.0% Moved: 76.6% Moved: 92.2% Moved: 100.0%
After moving the data, you can see that all of the space on /dev/sdc1 is free.
[root@tng3-1 ~]# pvscan PV /dev/sda1 VG myvg PV /dev/sdb1 VG myvg PV /dev/sdc1 VG myvg Total: 3 [51.45 GB] / in
[17.15 GB / 0 free] [17.15 GB / 10.80 GB free] [17.15 GB / 17.15 GB free] 3 [51.45 GB] / in no VG: 0 [0
[root@tng3-1 ~]# lvchange -a n /dev/myvg/mylv [root@tng3-1 ~]# vgsplit myvg yourvg /dev/sdc1 Volume group "yourvg" successfully split from "myvg"
You can use the vgs command to see the attributes of the two volume groups.
[root@tng3-1 ~]# 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
63
[root@tng3-1 ~]# lvcreate -L5G -n yourlv yourvg Logical volume "yourlv" created
3.5. Making a File System and Mounting the New Logical Volume
You can make a file system on the new logical volume and mount it.
[root@tng3-1 ~]# gfs_mkfs -plock_nolock -j 1 /dev/yourvg/yourlv This will destroy any data on /dev/yourvg/yourlv. Are you sure you want to proceed? [y/n] y Device: Blocksize: Filesystem Size: Journals: Resource Groups: Locking Protocol: Lock Table: Syncing... All Done [root@tng3-1 ~]# mount /dev/yourvg/yourlv /mnt /dev/yourvg/yourlv 4096 1277816 1 20 lock_nolock
root@tng3-1 ~]# lvchange -a y mylv [root@tng3-1 ~]# mount /dev/myvg/mylv /mnt [root@tng3-1 ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/yourvg/yourlv 24507776 32 24507744 1% /mnt /dev/myvg/mylv 24507776 32 24507744 1% /mnt
replace the disk or to use the disk as part of a different volume. In order to remove a disk, you must first move the extents on the LVM physical volume to a different disk or set of disks.
[root@tng3-1]# pvs -o+pv_used PV VG Fmt Attr PSize /dev/sda1 myvg lvm2 a17.15G /dev/sdb1 myvg lvm2 a17.15G /dev/sdc1 myvg lvm2 a17.15G /dev/sdd1 myvg lvm2 a17.15G
PFree Used 12.15G 5.00G 12.15G 5.00G 12.15G 5.00G 2.15G 15.00G
We want to move the extents off of /dev/sdb1 so that we can remove it from the volume group. If there are enough free extents on the other physical volumes in the volume group, you can execute the pvmove command on the device you want to remove with no other options and the extents will be distributed to the other devices.
After the pvmove command has finished executing, the distribution of extents is as follows:
[root@tng3-1]# pvs -o+pv_used PV VG Fmt Attr PSize PFree Used /dev/sda1 myvg lvm2 a17.15G 7.15G 10.00G /dev/sdb1 myvg lvm2 a17.15G 17.15G 0 /dev/sdc1 myvg lvm2 a17.15G 12.15G 5.00G /dev/sdd1 myvg lvm2 a17.15G 2.15G 15.00G
Use the vgreduce command to remove the physical volume /dev/sdb1 from the volume group.
[root@tng3-1 ~]# vgreduce myvg /dev/sdb1 Removed "/dev/sdb1" from volume group "myvg" [root@tng3-1 ~]# pvs PV VG Fmt Attr PSize PFree /dev/sda1 myvg lvm2 a17.15G 7.15G /dev/sdb1 lvm2 -17.15G 17.15G /dev/sdc1 myvg lvm2 a17.15G 12.15G
65
/dev/sdd1
myvg lvm2 a-
17.15G
2.15G
[root@tng3-1]# pvs -o+pv_used PV VG Fmt Attr PSize PFree Used /dev/sda1 myvg lvm2 a17.15G 7.15G 10.00G /dev/sdb1 myvg lvm2 a17.15G 15.15G 2.00G /dev/sdc1 myvg lvm2 a17.15G 15.15G 2.00G
[root@tng3-1 ~]# vgextend myvg /dev/sdd1 Volume group "myvg" successfully extended [root@tng3-1]# pvs -o+pv_used PV VG Fmt Attr PSize PFree Used /dev/sda1 myvg lvm2 a17.15G 7.15G 10.00G /dev/sdb1 myvg lvm2 a17.15G 15.15G 2.00G /dev/sdc1 myvg lvm2 a17.15G 15.15G 2.00G /dev/sdd1 myvg lvm2 a17.15G 17.15G 0
66
Volumes
/dev/sdb1: Moved: 79.7% ... /dev/sdb1: Moved: 100.0% [root@tng3-1]# pvs PV VG /dev/sda1 myvg /dev/sdb1 myvg /dev/sdc1 myvg /dev/sdd1 myvg -o+pv_used Fmt Attr PSize lvm2 a17.15G lvm2 a17.15G lvm2 a17.15G lvm2 a17.15G
4.2.4. Removing the Old Physical Volume from the Volume Group
After you have moved the data off /dev/sdb1, you can remove it from the volume group.
[root@tng3-1 ~]# vgreduce myvg /dev/sdb1 Removed "/dev/sdb1" from volume group "myvg"
You can now reallocate the disk to another volume group or remove the disk from the system.
67
68
Chapter 6.
LVM Troubleshooting
This chapter provide instructions for troubleshooting a variety of LVM issues.
1. Troubleshooting Diagnostics
If a command is not working as expected, you can gather diagnostics in the following ways: 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 and information dump for diagnostic purposes. For information, see the lvmdump(8) man page. Execute the lvs -v, pvs -a or dmsetup 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.
If you specify the -P argument of the vgs command, the volume group is still unusable but you can see more information about the failed device.
69
Partial mode. Incomplete volume groups will be activated read-only. VG #PV #LV #SN Attr VSize VFree Devices vg 9 2 0 rz-pn- 2.11T 2.07T unknown device(0) vg 9 2 0 rz-pn- 2.11T 2.07T unknown device(5120),/dev/sda1(0)
In this example, the failed device caused both a linear and a striped logical volume in the volume group to fail. The lvs command without the -P argument shows the following output.
Using the -P argument shows the logical volumes that have failed.
[root@link-07 tmp]# lvs -P -a -o +devices Partial mode. Incomplete volume groups will be activated read-only. LV VG Attr LSize Origin Snap% Move Log Copy% Devices linear vg -wi-a- 20.00G unknown device(0) stripe vg -wi-a- 20.00G unknown device(5120),/dev/sda1(0)
The following examples show the output of the pvs and lvs commands with the -P argument specified when a leg of a mirrored logical volume has failed.
root@link-08 ~]# vgs -a -o +devices -P Partial mode. Incomplete volume groups will be activated read-only. VG #PV #LV #SN Attr VSize VFree Devices corey 4 4 0 rz-pnc 1.58T 1.34T my_mirror_mimage_0(0),my_mirror_mimage_1(0) corey 4 4 0 rz-pnc 1.58T 1.34T /dev/sdd1(0) corey 4 4 0 rz-pnc 1.58T 1.34T unknown device(0) corey 4 4 0 rz-pnc 1.58T 1.34T /dev/sdb1(0)
[root@link-08 ~]# lvs -a -o +devices -P Partial mode. Incomplete volume groups will be activated read-only. LV VG Attr LSize Origin Snap% Move Log Copy% Devices my_mirror corey mwi-a- 120.00G my_mirror_mlog 1.95 my_mirror_mimage_0(0),my_mirror_mimage_1(0) [my_mirror_mimage_0] corey iwi-ao 120.00G unknown device(0) [my_mirror_mimage_1] corey iwi-ao 120.00G /dev/sdb1(0) [my_mirror_mlog] corey lwi-ao 4.00M /dev/sdd1(0)
70
[root@link-08 ~]# Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume Physical volume
pvcreate /dev/sd[abcdefgh][12] "/dev/sda1" successfully created "/dev/sda2" successfully created "/dev/sdb1" successfully created "/dev/sdb2" successfully created "/dev/sdc1" successfully created "/dev/sdc2" successfully created "/dev/sdd1" successfully created "/dev/sdd2" successfully created "/dev/sde1" successfully created "/dev/sde2" successfully created "/dev/sdf1" successfully created "/dev/sdf2" successfully created "/dev/sdg1" successfully created "/dev/sdg2" successfully created "/dev/sdh1" successfully created "/dev/sdh2" successfully created
The following commands creates the volume group vg and the mirrored volume groupfs.
[root@link-08 ~]# vgcreate vg /dev/sd[abcdefgh][12] Volume group "vg" successfully created [root@link-08 ~]# lvcreate -L 750M -n groupfs -m 1 vg /dev/sda1 /dev/sdb1 /dev/sdc1 Rounding up size to full physical extent 752.00 MB Logical volume "groupfs" created
You can use the 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.
[root@link-08 ~]# lvs -a -o +devices LV VG Attr LSize Origin Snap% Copy% Devices groupfs vg mwi-a- 752.00M 21.28 groupfs_mimage_0(0),groupfs_mimage_1(0) [groupfs_mimage_0] vg iwi-ao 752.00M /dev/sda1(0) [groupfs_mimage_1] vg iwi-ao 752.00M
71
vg
lwi-ao
4.00M
[root@link-08 ~]# lvs -a -o +devices LV VG Attr LSize Origin Snap% Copy% Devices groupfs vg mwi-a- 752.00M 100.00 groupfs_mimage_0(0),groupfs_mimage_1(0) [groupfs_mimage_0] vg iwi-ao 752.00M /dev/sda1(0) [groupfs_mimage_1] vg iwi-ao 752.00M /dev/sdb1(0) [groupfs_mlog] vg lwi-ao 4.00M i /dev/sdc1(0)
In this example, the primary leg of the mirror /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
[root@link-08 ~]# dd if=/dev/zero of=/dev/vg/groupfs count=10 10+0 records in 10+0 records out
You can use the lvs command to verify that the device is now a linear device. Because of the failed disk, I/O errors occur.
[root@link-08 ~]# lvs -a -o +devices /dev/sda1: read failed after 0 of 2048 at 0: Input/output error /dev/sda2: read failed after 0 of 2048 at 0: Input/output error LV VG Attr LSize Origin Snap% Move Log Copy% Devices groupfs vg -wi-a- 752.00M /dev/sdb1(0)
At this point you should still be able to use the logical volume, but there will be no mirror redundancy. To rebuild the mirrored volume, you replace the broken drive and recreate the physical volume. If you use the same disk rather than replacing it with a new one, you will see "inconsistent" warnings when you run the pvcreate command.
[root@link-08 ~]# pvcreate /dev/sda[12] Physical volume "/dev/sda1" successfully created Physical volume "/dev/sda2" successfully created [root@link-08 ~]# pvscan PV /dev/sdb1 VG vg lvm2 [67.83 GB / 67.10 GB free] PV /dev/sdb2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdc1 VG vg lvm2 [67.83 GB / 67.83 GB free]
72
PV /dev/sdc2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdd1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdd2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sde1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sde2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdf1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdf2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdg1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdg2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdh1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdh2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sda1 lvm2 [603.94 GB] PV /dev/sda2 lvm2 [603.94 GB] Total: 16 [2.11 TB] / in use: 14 [949.65 GB] / in no VG: 2 [1.18 TB]
Next you extend the original volume group with the new physical volume.
[root@link-08 ~]# vgextend vg /dev/sda[12] Volume group "vg" successfully extended [root@link-08 ~]# pvscan PV /dev/sdb1 VG vg lvm2 [67.83 GB / 67.10 GB free] PV /dev/sdb2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdc1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdc2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdd1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdd2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sde1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sde2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdf1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdf2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdg1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdg2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdh1 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sdh2 VG vg lvm2 [67.83 GB / 67.83 GB free] PV /dev/sda1 VG vg lvm2 [603.93 GB / 603.93 GB free] PV /dev/sda2 VG vg lvm2 [603.93 GB / 603.93 GB free] Total: 16 [2.11 TB] / in use: 16 [2.11 TB] / in no VG: 0 [0
[root@link-08 ~]# lvconvert -m 1 /dev/vg/groupfs /dev/sda1 /dev/sdb1 /dev/sdc1 Logical volume mirror converted.
You can use the lvs command to verify that the mirror is restored.
Origin Snap%
Move Log
73
Copy% Devices groupfs vg mwi-a- 752.00M 68.62 groupfs_mimage_0(0),groupfs_mimage_1(0) [groupfs_mimage_0] vg iwi-ao 752.00M /dev/sdb1(0) [groupfs_mimage_1] vg iwi-ao 752.00M /dev/sda1(0) [groupfs_mlog] vg lwi-ao 4.00M /dev/sdc1(0)
groupfs_mlog
Caution
You should not attempt this procedure with a working LVM logical volume. You will lose your data if you specify the incorrect UUID.
The following example shows the sort of output you may see if the metadata area is missing or corrupted.
[root@link-07 backup]# lvs -a -o +devices Couldn't find device with uuid 'FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk'. Couldn't find all physical volumes for volume group VG. Couldn't find device with uuid 'FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk'. Couldn't find all physical volumes for volume group VG. ...
You may be able to find the UUID for the physical volume that was overwritten by looking in the /etc/lvm/archive directory. Look in the file VolumeGroupName_xxxx.vg for the last known valid archived LVM metadata for that volume group. Alternately, you may find that deactivating the volume and setting the partial (-P) argument will enable you to find the UUID of the missing corrupted physical volume.
[root@link-07 backup]# vgchange -an --partial Partial mode. Incomplete volume groups will be activated read-only. Couldn't find device with uuid 'FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk'. Couldn't find device with uuid 'FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk'. ...
74
Use the --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 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.
[root@link-07 backup]# pvcreate --uuid "FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk" --restorefile /etc/lvm/archive/VG_00050.vg /dev/sdh1 Physical volume "/dev/sdh1" successfully created
You can then use the vgcfgrestore command to restore the volume group's metadata.
[root@link-07 backup]# lvs -a -o +devices LV VG Attr LSize Origin Snap% stripe VG -wi--- 300.00G (0),/dev/sda1(0) stripe VG -wi--- 300.00G (34728),/dev/sdb1(0)
The following commands activate the volumes and display the active volumes.
[root@link-07 backup]# lvchange -ay /dev/VG/stripe [root@link-07 backup]# lvs -a -o +devices LV VG Attr LSize Origin Snap% Move Log Copy% stripe VG -wi-a- 300.00G (0),/dev/sda1(0) stripe VG -wi-a- 300.00G (34728),/dev/sdb1(0)
75
If the on-disk LVM metadata takes as least as much space as what overrode it, this command can recover the physical volume. If what overrode the metadata went past the metadata area, the data on the volume may have been affected. You might be able to use the fsck command to recover that data.
76
8780 / 34.30 GB
Alternately, you can use the vg_free_count and vg_extent_count arguments of the vgs command to display the free extents and the total number of extents.
[root@tng3-1 ~]# 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
With 8780 free physical extents, you can run the following command, using the lower-case l argument to use extents instead of bytes:
# 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
Alternately, you can extend the logical volume to use a percentage of the remaining free space in the volume group by using the -l argument of the lvcreate command. For information, see Section 4.1.1, Creating Linear Volumes.
77
78
Chapter 7.
79
80
In the first line of a Device Mapper table, the 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. Sizes in the Device Mapper are always specified in sectors (512 bytes). When a device is specified as a mapping parameter in the Device Mapper, it can be referenced by the device name in the filesystem (for example, /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. The following shows a sample mapping table for a device. In this table there are four linear targets:
81
70516736 17694720 linear 8:16 17694976 88211456 17694720 linear 8:16 256
The first 2 parameters of each line are the segment starting block and the length of the segment. The next keyword is the mapping target, which in all of the cases in this example is linear. The rest of the line consists of the parameters for a linear target. The following subsections describe the format of the following mappings:
linear striped mirror snapshot and snapshot-origin error zero multipath crypt
start
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 The following example shows a linear target with a starting block in the virtual device of 0, a 82
segment length of 1638400, a major:minor number pair of 8:2, and a starting offset for the device of 41146992.
The following example shows a linear target with the device parameter specified as the device /dev/hda.
There is one set of device and offset parameters for each stripe.
start
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 The following example shows a striped target with three stripes and a chunk size of 128:
83
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 of third device 9789824 starting offset of the mapping on the third device The following example shows a striped target for 2 stripes with 256 KiB chunks, with the device parameters specified by the device names in the file system rather than by the major and minor numbers.
start
84
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". The block_on_error argument is used to tell the mirror to respond to errors rather than ignoring them.
#log_args
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 the log_type parameter.
#devs
the number of legs in the mirror; a device and an offset is specifed for each leg.
85
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.
The following example shows a mirror mapping target for a clustered mirror with a mirror log kept on disk.
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
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
86
This yields four devices, which you can view with the following commands:
# dmsetup table|grep volumeGroup volumeGroup-base-real: 0 2097152 linear 8:19 384 volumeGroup-snap-cow: 0 204800 linear 8:19 2097536 volumeGroup-snap: 0 2097152 snapshot 254:11 254:12 P 16 volumeGroup-base: 0 2097152 snapshot-origin 254:11 # ls -lL /dev/mapper/volumeGroup-* brw------- 1 root root 254, 11 29 /dev/mapper/volumeGroup-base-real brw------- 1 root root 254, 12 29 /dev/mapper/volumeGroup-snap-cow brw------- 1 root root 254, 13 29 brw------- 1 root root 254, 10 29
ago 18:15 ago 18:15 ago 18:15 /dev/mapper/volumeGroup-snap ago 18:14 /dev/mapper/volumeGroup-base
start
87
length
base volume of snapshot The 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. The format for the snapshot target is as follows:
start length snapshot origin COW-device P|N chunksize
start
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 The following example shows a snapshot-origin target with an origin device of 254:11.
The following example shows a 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.
88
Targets
0 65536 error
0 65536 zero
89
start
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 multipath feature, queue_if_no_path. This indicates that this multipathed device is currently set to queue I/O operations if there is no path available. For example, if the no_path_retry option in the multipath.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, the mapping would appear 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
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
#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
90
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 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. The following illustration shows the format of a multipath target with two path groups.
[----------- 1st path group -----------] [--------- 2nd path group -----------] 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 ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ | | | | | | | | | | | | # of I/O requests to send to this path before switching | | | | | | | | | | | path major:minor numbers | | | | | | | | | | # of path arguments (always 1) | | | | | | | | | # of paths in this path group | | | | | | | | # of selector arguments (always 0) | | | | | | | path selector | | | | | | next path group to try | | | | | # of path groups | | | | # of hwhandler arguments | | | # of features | | target name | target length in 512-bytes blocks starting offset of the target
The following example shows a pure failover target definition for the same multipath device. In 91
this target there are four path groups, with only one open path per path group so that the multipathed device will use only one path at a time.
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
The following example shows a full spread (multibus) target definition for the same multipathed device. In this target there is only one path group, which includes all of the paths. In this setup, multipath spreads the load evenly out to all of the paths.
0 71014400 multipath 0 0 1 1 round-robin 0 4 1 66:112 1000 \ 67:176 1000 68:240 1000 65:48 1000
For further information about multipathing, see the Using Device Mapper Multipath document.
start
Always use cbc. Do not use ebc; 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 or essiv:hash. An ivmode of -plain uses the sector number (plus IV offset) as the IV. An ivmode of -essiv is an enhancement avoiding a watermark weakness
92
key
block device, referenced by the device name in the filesystem or by the major and minor numbers in the format major:minor
offset
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, and READ-ONLY. The dmsetup suspend command sets a device state to SUSPENDED. When a device is suspended, all I/O operations to that device stop. The dmsetup resume command restores a device state to ACTIVE.
Read Ahead
93
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 the dmsetup command.
Tables present
Possible states for this category are LIVE and INACTIVE. An INACTIVE state indicates that a table has been loaded which will be swapped in when a dmsetup resume command restores a device state to ACTIVE, at which point the table's state becomes LIVE. For information, see the dmsetup 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
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. The following example shows partial output for the dmsetup info command.
[root@ask-07 ~]# dmsetup info Name: testgfsvg-testgfslv1 State: ACTIVE Read Ahead: 256 Tables present: LIVE Open count: 0 Event number: 0 Major, minor: 253, 2 Number of targets: 2 UUID: LVM-K528WUGQgPadNXYcFrrf9LnPlUMswgkCkpgPIgYzSvigM7SfeWCypddNSWtNzc2N ... Name: VolGroup00-LogVol00 State: ACTIVE Read Ahead: 256 Tables present: LIVE Open count: 1 Event number: 0 Major, minor: 253, 0 Number of targets: 1 UUID: LVM-tOcS1kqFV9drb0X1Vr8sxeYP0tqcrpdegyqj5lZxe45JMGlmvtqLmbLpBcenh2L3
94
[root@ask-07 ~]# dmsetup ls testgfsvg-testgfslv3 (253, testgfsvg-testgfslv2 (253, testgfsvg-testgfslv1 (253, VolGroup00-LogVol01 (253, VolGroup00-LogVol00 (253,
4) 3) 2) 1) 0)
The following example shows the command to list the devices names of currently configured mirror mappings. Note to reviewers: We'll come up with better names for the devices here.
[root@grant-01 ~]# dmsetup ls --target mirror lock_stress-grant--02.1722 (253, 34) lock_stress-grant--01.1720 (253, 18) lock_stress-grant--03.1718 (253, 52) lock_stress-grant--02.1716 (253, 40) lock_stress-grant--03.1713 (253, 47) lock_stress-grant--02.1709 (253, 23) lock_stress-grant--01.1707 (253, 8) lock_stress-grant--01.1724 (253, 14) lock_stress-grant--03.1711 (253, 27)
95
testgfsvg-testgfslv2: 0 312352768 linear testgfsvg-testgfslv1: 0 312352768 linear testgfsvg-testgfslv1: 312352768 50331648 linear VolGroup00-LogVol01: 0 4063232 linear VolGroup00-LogVol00: 0 151912448 linear
[root@ask-07 ~]# dmsetup deps testgfsvg-testgfslv3: 1 dependencies testgfsvg-testgfslv2: 1 dependencies testgfsvg-testgfslv1: 1 dependencies VolGroup00-LogVol01: 1 dependencies VolGroup00-LogVol00: 1 dependencies
: : : : :
The following example shows the command to list the dependencies only of the device lock_stress-grant--02.1722:
[root@grant-01 ~]# dmsetup deps lock_stress-grant--02.1722 3 dependencies : (253, 33) (253, 32) (253, 31)
96
[root@tng3-1 lvm]# cat /etc/lvm/lvm.conf # This is an example configuration file for the LVM2 system. # It contains the default settings that would be used if there was no # /etc/lvm/lvm.conf file. # # Refer to 'man lvm.conf' for further information including the file layout. # # To put this file in a different directory and override /etc/lvm set # the environment variable LVM_SYSTEM_DIR before running the tools.
# This section allows you to configure which block devices should # be used by the LVM system. devices { # Where do you want your volume groups to appear ? dir = "/dev" # An array of directories that contain the device nodes you wish # to use with LVM2. scan = [ "/dev" ] # If several entries in the scanned directories correspond to the # same block device and the tools need to display a name for device, # all the pathnames are matched against each item in the following # list of regular expressions in turn and the first match is used. preferred_names = [ ] # preferred_names = [ "^/dev/mpath/", "^/dev/[hs]d" ] # # # # # # # # # # # # A filter that tells LVM2 to only use a restricted set of devices. The filter consists of an array of regular expressions. These expressions can be delimited by a character of your choice, and prefixed with either an 'a' (for accept) or 'r' (for reject). The first expression found to match a device name determines if the device will be accepted or rejected (ignored). Devices that don't match any patterns are accepted. Be careful if there there are symbolic links or multiple filesystem entries for the same device as each name is checked separately against the list of patterns. The effect is that if any name matches any 'a' pattern, the device is accepted; otherwise if any name matches any 'r' pattern it is rejected; otherwise it is accepted.
# Don't have more than one filter line active at once: only one gets used. # Run vgscan after you change this parameter to ensure that # the cache file gets regenerated (see below). # If it doesn't do what you expect, check the output of 'vgscan -vvvv'.
98
# Exclude the cdrom drive # filter = [ "r|/dev/cdrom|" ] # When testing I like to work with just loopback devices: # filter = [ "a/loop/", "r/.*/" ] # Or maybe all loops and ide drives except hdc: # filter =[ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ] # Use anchors if you want to be really specific # filter = [ "a|^/dev/hda8$|", "r/.*/" ] # The results of the filtering are cached on disk to avoid # rescanning dud devices (which can take a very long time). # By default this cache is stored in the /etc/lvm/cache directory # in a file called '.cache'. # It is safe to delete the contents: the tools regenerate it. # (The old setting 'cache' is still respected if neither of # these new ones is present.) cache_dir = "/etc/lvm/cache" cache_file_prefix = "" # You can turn off writing this cache file by setting this to 0. write_cache_state = 1 # Advanced settings. # List of pairs of additional acceptable block device types found # in /proc/devices with maximum (non-zero) number of partitions. # types = [ "fd", 16 ] # If sysfs is mounted (2.6 kernels) restrict device scanning to # the block devices it believes are valid. # 1 enables; 0 disables. sysfs_scan = 1 # By default, LVM2 will ignore devices used as components of # software RAID (md) devices by looking for md superblocks. # 1 enables; 0 disables. md_component_detection = 1 # If, while scanning the system for PVs, LVM2 encounters a device-mapper # device that has its I/O suspended, it waits for it to become accessible. # Set this to 1 to skip such devices. This should only be needed # in recovery situations. ignore_suspended_devices = 0 } # This section that allows you to configure the nature of the # information that LVM2 reports. log { # Controls the messages sent to stdout or stderr. # There are three levels of verbosity, 3 being the most verbose. verbose = 0
99
# Should we send log messages through syslog? # 1 is yes; 0 is no. syslog = 1 # Should we log error and debug messages to a file? # By default there is no log file. #file = "/var/log/lvm2.log" # Should we overwrite the log file each time the program is run? # By default we append. overwrite = 0 # What level of log messages should we send to the log file and/or syslog? # There are 6 syslog-like log levels currently in use - 2 to 7 inclusive. # 7 is the most verbose (LOG_DEBUG). level = 0 # Format of output messages # Whether or not (1 or 0) to indent messages according to their severity indent = 1 # Whether or not (1 or 0) to display the command name on each line output command_names = 0 # A prefix to use before the message text (but after the command name, # if selected). Default is two spaces, so you can see/grep the severity # of each message. prefix = " " # To make the messages look similar to the original LVM tools use: # indent = 0 # command_names = 1 # prefix = " -- " # Set this if you want log messages during activation. # Don't use this in low memory situations (can deadlock). # activation = 0 } # Configuration of metadata backups and archiving. In LVM2 when we # talk about a 'backup' we mean making a copy of the metadata for the # *current* system. The 'archive' contains old metadata configurations. # Backups are stored in a human readeable text format. backup { # Should we maintain a backup of the current metadata configuration ? # Use 1 for Yes; 0 for No. # Think very hard before turning this off! backup = 1 # Where shall we keep it ? # Remember to back up this directory regularly! backup_dir = "/etc/lvm/backup"
100
# Should we maintain an archive of old metadata configurations. # Use 1 for Yes; 0 for No. # On by default. Think very hard before turning this off. archive = 1 # Where should archived files go ? # Remember to back up this directory regularly! archive_dir = "/etc/lvm/archive" # What is the minimum number of archive files you wish to keep ? retain_min = 10 # What is the minimum time you wish to keep an archive file for ? retain_days = 30 } # Settings for the running LVM2 in shell (readline) mode. shell { # Number of lines of history to store in ~/.lvm_history history_size = 100 }
# Miscellaneous global LVM2 settings global { library_dir = "/usr/lib" # The file creation mask for any files and directories created. # Interpreted as octal if the first digit is zero. umask = 077 # Allow other users to read the files #umask = 022 # Enabling test mode means that no changes to the on disk metadata # will be made. Equivalent to having the -t option on every # command. Defaults to off. test = 0 # Default value for --units argument units = "h" # Whether or not to communicate with the kernel device-mapper. # Set to 0 if you want to use the tools to manipulate LVM metadata # without activating any logical volumes. # If the device-mapper kernel driver is not present in your kernel # setting this to 0 should suppress the error messages. activation = 1 # # # # # # If we can't communicate with device-mapper, should we try running the LVM1 tools? This option only applies to 2.4 kernels and is provided to help you switch between device-mapper kernels and LVM1 kernels. The LVM1 tools need to be installed with .lvm1 suffices e.g. vgscan.lvm1 and they will stop working after you start using
101
# the new lvm2 on-disk metadata format. # The default value is set when the tools are built. # fallback_to_lvm1 = 0 # The default metadata format that commands should use - "lvm1" or "lvm2". # The command line override is -M1 or -M2. # Defaults to "lvm1" if compiled in, else "lvm2". # format = "lvm1" # Location of proc filesystem proc = "/proc" # Type of locking to use. Defaults to local file-based locking (1). # Turn locking off by setting to 0 (dangerous: risks metadata corruption # if LVM2 commands get run concurrently). # Type 2 uses the external shared library locking_library. # Type 3 uses built-in clustered locking. locking_type = 3 # # # # 0. fallback_to_clustered_locking = 1 # If an attempt to initialise type 2 or type 3 locking failed, perhaps # because cluster components such as clvmd are not running, with this set # to 1 an attempt will be made to use local file-based locking (type 1). # If this succeeds, only commands against local volume groups will proceed. # Volume Groups marked as clustered will be ignored. fallback_to_local_locking = 1 # Local non-LV directory that holds file-based locks while commands are # in progress. A directory like /tmp that may get wiped on reboot is OK. locking_dir = "/var/lock/lvm" # Other entries can go here to allow you to load shared libraries # e.g. if support for LVM1 metadata was compiled as a shared library use # format_libraries = "liblvm2format1.so" # Full pathnames can be given. # Search this directory first for shared libraries. # library_dir = "/lib" # The external locking library to load if locking_type is set to 2. # locking_library = "liblvm2clusterlock.so" } activation { # Device used in place of missing stripes if activating incomplete volume. # For now, you need to set this up yourself first (e.g. with 'dmsetup') If using external locking (type 2) and initialisation fails, with this set to 1 an attempt will be made to use the built-in clustered locking. If you are using a customised locking_library you should set this to
102
# For example, you could make it return I/O errors using the 'error' # target or make it return zeros. missing_stripe_filler = "/dev/ioerror" # How much stack (in KB) to reserve for use while devices suspended reserved_stack = 256 # How much memory (in KB) to reserve for use while devices suspended reserved_memory = 8192 # Nice value used while devices suspended process_priority = -18 # If volume_list is defined, each LV is only activated if there is a # match against the list. # "vgname" and "vgname/lvname" are matched exactly. # "@tag" matches any tag set in the LV or VG. # "@*" matches if any tag defined on the host is also set in the LV or VG # # volume_list = [ "vg1", "vg2/lvol1", "@tag1", "@*" ] # Size (in KB) of each copy operation when mirroring mirror_region_size = 512 # Setting to use when there is no readahead value stored in the metadata. # # "none" - Disable readahead. # "auto" - Use default value chosen by kernel. readahead = "auto" # # # # # # # # # # # # # # # # # # # # # # # # # 'mirror_image_fault_policy' and 'mirror_log_fault_policy' define how a device failure affecting a mirror is handled. A mirror is composed of mirror images (copies) and a log. A disk log ensures that a mirror does not need to be re-synced (all copies made the same) every time a machine reboots or crashes. In the event of a failure, the specified policy will be used to determine what happens: "remove" - Simply remove the faulty device and run without it. If the log device fails, the mirror would convert to using an in-memory log. This means the mirror will not remember its sync status across crashes/reboots and the entire mirror will be re-synced. If a mirror image fails, the mirror will convert to a non-mirrored device if there is only one remaining good copy. "allocate" - Remove the faulty device and try to allocate space on a new device to be a replacement for the failed device. Using this policy for the log is fast and maintains the ability to remember sync state through crashes/reboots. Using this policy for a mirror device is slow, as it requires the mirror to resynchronize the devices, but it will preserve the mirror characteristic of the device.
103
# This policy acts like "remove" if no suitable device and # space can be allocated for the replacement. # Currently this is not implemented properly and behaves # similarly to: # # "allocate_anywhere" - Operates like "allocate", but it does not # require that the new space being allocated be on a # device is not part of the mirror. For a log device # failure, this could mean that the log is allocated on # the same device as a mirror device. For a mirror # device, this could mean that the mirror device is # allocated on the same device as another mirror device. # This policy would not be wise for mirror devices # because it would break the redundant nature of the # mirror. This policy acts like "remove" if no suitable # device and space can be allocated for the replacement. mirror_log_fault_policy = "allocate" mirror_device_fault_policy = "remove" }
#################### # Advanced section # #################### # Metadata settings # # metadata { # Default number of copies of metadata to hold on each PV. 0, 1 or 2. # You might want to override it from the command line with 0 # when running pvcreate on new PVs which are to be added to large VGs. # pvmetadatacopies = 1 # Approximate default size of on-disk metadata areas in sectors. # You should increase this if you have large volume groups or # you want to retain a large on-disk history of your metadata changes. # pvmetadatasize = 255 # # # # # # # # # # # # List of directories holding live copies of text format metadata. These directories must not be on logical volumes! It's possible to use LVM2 with a couple of directories here, preferably on different (non-LV) filesystems, and with no other on-disk metadata (pvmetadatacopies = 0). Or this can be in addition to on-disk metadata areas. The feature was originally added to simplify testing and is not supported under low memory situations - the machine could lock up. Never edit any files in these directories by hand unless you you are absolutely sure you know what you are doing! Use the supplied toolset to make changes (e.g. vgcfgrestore).
104
# Event daemon # # dmeventd { # mirror_library is the library used when monitoring a mirror device. # # "libdevmapper-event-lvm2mirror.so" attempts to recover from # failures. It removes failed devices from a volume group and # reconfigures a mirror as necessary. If no mirror library is # provided, mirrors are not monitored through dmeventd. # mirror_library = "libdevmapper-event-lvm2mirror.so" # snapshot_library is the library used when monitoring a snapshot device. # # "libdevmapper-event-lvm2snapshot.so" monitors the filling of # snapshots and emits a warning through syslog, when the use of # snapshot exceedes 80%. The warning is repeated when 85%, 90% and # 95% of the snapshot are filled. # snapshot_library = "libdevmapper-event-lvm2snapshot.so" #}
105
106
lvs @database
2. Host Tags
In a cluster configuration, you can define host tags in the configuration files. If you set 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. For information on the configuration files, see Appendix B, The LVM Configuration Files. 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 example, the following entry in the configuration file always defines tag1, and defines tag2
107
tags { tag1 { }
There is a special match "@*" that causes a match only if any metadata tag matches any host tag on that machine. As another example, consider a situation where every machine in the cluster has the following entry in the configuration file:
tags { hosttags = 1 }
1. Run lvchange --addtag @db2 vg1/lvol2 from any host in the cluster. 2. Run lvchange -ay vg1/lvol2.
This solution involves storing hostnames inside the volume group metadata.
108
109
2. Metadata Contents
The volume group metadata contains: Information about how and when it was created Information about the volume group: The volume group information contains: 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
3. Sample Metadata
The following shows an example of LVM volume group metadata for a volume group called myvg.
# Generated by LVM2: Tue Jan 30 16:28:15 2007 contents = "Text Format Volume Group" version = 1 description = "Created *before* executing 'lvextend -L+5G /dev/myvg/mylv /dev/sdc'"
110
Sample Metadata
# Linux tng3-1 2.6.18-8.el5 #1 SMP Fri Jan # Tue Jan 30 16:28:15 2007
id = "0zd3UT-wbYT-lDHq-lMPs-EjoE-0o18-wL28X4" seqno = 3 status = ["RESIZEABLE", "READ", "WRITE"] extent_size = 8192 # 4 Megabytes max_lv = 0 max_pv = 0 physical_volumes { pv0 { id = "ZBW5qW-dXF2-0bGw-ZCad-2RlV-phwu-1c1RFt" device = "/dev/sda" # Hint only status = dev_size pe_start pe_count } pv1 { id = "ZHEZJW-MR64-D3QM-Rv7V-Hxsa-zU24-wztY19" device = "/dev/sdb" # Hint only status = dev_size pe_start pe_count } pv2 { id = "wCoG4p-55Ui-9tbp-VTEA-jO6s-RAVx-UREW0G" device = "/dev/sdc" # Hint only status = dev_size pe_start pe_count } pv3 { id = "hGlUwi-zsBg-39FF-do88-pHxY-8XA2-9WKIiA" device = "/dev/sdd" # Hint only status = dev_size pe_start pe_count } } logical_volumes { mylv { ["ALLOCATABLE"] = 35964301 # 17.1491 Gigabytes = 384 = 4390 # 17.1484 Gigabytes ["ALLOCATABLE"] = 35964301 # 17.1491 Gigabytes = 384 = 4390 # 17.1484 Gigabytes ["ALLOCATABLE"] = 35964301 # 17.1491 Gigabytes = 384 = 4390 # 17.1484 Gigabytes ["ALLOCATABLE"] = 35964301 # 17.1491 Gigabytes = 384 = 4390 # 17.1484 Gigabytes
111
id = "GhUYSF-qVM3-rzQo-a6D2-o0aV-LQet-Ur9OF9" status = ["READ", "WRITE", "VISIBLE"] segment_count = 2 segment1 { start_extent = 0 extent_count = 1280 type = "striped" stripe_count = 1 stripes = [ "pv0", 0 ] } segment2 { start_extent = 1280 extent_count = 1280 type = "striped" stripe_count = 1 stripes = [ "pv1", 0 ] } } } }
# 5 Gigabytes
# linear
# 5 Gigabytes
# linear
112
Index
A
activating logical volumes individual nodes, 46 activating volume groups, 30 individual nodes, 30 local node only, 30 administrative procedures, 17 allocation policy, 26 preventing, 25 archive file, 18, 31
exclusive on one node, 30 local node only, 30 device numbers major, 37 minor, 37 persistent, 37 device path names, 21 device scan filters, 44 device size, maximum, 27 device special file directory, 26 display sorting output, 56 displaying logical volumes, 39, 53 physical volumes, 24, 49 volume groups, 27, 52
B
backup file, 18 metadata, 18, 31 backup file, 31 block device scanning, 23
E
extent allocation, 26 definition, 9, 26
F
failed devices displaying, 69 feedback, x, x file system growing on a logical volume, 18 filters, 44
C
cache file building, 28 cluster environment, 3, 17 CLVM definition, 3 clvmd daemon, 3 command line units, 21 configuration examples, 59 creating logical volume, 33 logical volume, example, 59 LVM volumes in a cluster, 17 physical volumes, 23 striped logical volume, example, 60 volume groups, 26 creating LVM volumes overview, 17
G
growing file system logical volume, 18
H
help display, 22
I
initializing partitions, 23 physical volumes, 23 Insufficient Free Extents message, 76
D
data relocation, online, 45 deactivating volume groups, 30
L
linear logical volume converting to mirrored, 37 113
Index
creation, 33 definition, 9 logging, 18 logical volume administration, general, 32 changing parameters, 38 creation, 33 creation example, 59 definition, 1, 9 displaying, 39, 46, 53 exclusive access, 46 extending, 40 growing, 40 linear, 33 local access, 46 lvs display arguments, 53 mirrored, 35 reducing, 42 removing, 39 renaming, 38 resizing, 38 shrinking, 42 snapshot, 43 striped, 35 lvchange command, 38 lvconvert command, 37 lvcreate command, 33 lvdisplay command, 39 lvextend command, 40 LVM architecture overview, 2 clustered, 3 components, 2, 7 custom report format, 46 directory structure, 26 help, 22 history, 2 label, 7 logging, 18 logical volume administration, 32 physical volume administration, 22 physical volume, definition, 7 volume group, definition, 9 LVM1, 2 LVM2, 2 lvmdiskscan command, 23 lvreduce command, 38, 42 114
lvremove command, 39 lvrename command, 38 lvs command, 46, 53 display arguments, 53 lvscan command, 39
M
man page display, 22 metadata backup, 18, 31 recovery, 74 mirrored logical volume converting to linear, 37 creation, 35 definition, 13 failure recovery, 71 reconfiguration, 37
O
online data relocation, 45
P
partition type, setting, 23 partitions multiple, 8 path names, 21 persistent device numbers, 37 physical extent preventing allocation, 25 physical volume adding to a volume group, 27 administration, general, 22 creating, 23 definition, 7 display, 49 displaying, 24, 46 illustration, 7 initializing, 23 layout, 7 pvs display arguments, 49 recovery, 76 removing, 25 removing from volume group, 29 removing lost volume, 76 resizing, 25 pvdisplay command, 24
pvmove command, 45 pvremove command, 25 pvresize command, 25 pvs command, 46 display arguments, 49 pvscan command, 25
R
removing disk from a logical volume, 64 logical volume, 39 physical volumes, 25 renaming logical volume, 38 volume group, 31 report format, LVM devices, 46 resizing logical volume, 38 physical volume, 25
S
scanning block devices, 23 scanning devices, filters, 44 snapshot logical volume creation, 43 snapshot volume definition, 15 striped logical volume creation, 35 creation example, 60 definition, 12 extending, 41 growing, 41
vgcreate command, 26 vgdisplay command, 27 vgexport command, 31 vgextend command, 27 vgimport command, 31 vgmerge command, 31 vgmknodes command, 32 vgreduce command, 29 vgrename command, 31 vgs command, 46 display arguments, 52 vgscan command, 28 vgsplit command, 30 volume group activating, 30 administration, general, 26 changing parameters, 29 combining, 31 creating, 26 deactivating, 30 definition, 9 displaying, 27, 46, 52 extending, 27 growing, 27 merging, 31 moving between systems, 31 reducing, 29 removing, 30 renaming, 31 shrinking, 29 splitting, 30 example procedure, 62 vgs display arguments, 52
T
troubleshooting, 69
U
units, command line, 21
V
verbose output, 21 vgcfbackup command, 31 vgcfrestore command, 31 vgchange command, 29
115
116