4.5. Renaming Logical Volumes
To rename an existing logical volume, use the
lvrename
command.
Either of the following commands renames logical volume
lvold
in volume group
vg02
to
lvnew
.
lvrename /dev/vg02/lvold /dev/vg02/lvnew
lvrename vg02 lvold lvnew
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”
.
4.6. Removing Logical Volumes
To remove an inactive logical volume, use the
lvremove
command. You must close a logical
volume with the
umount
command before it can be removed. In addition, in a clustered
environment you must deactivate a logical volume before it can be removed.
If the logical volume is currently mounted, unmount the volume before removing it.
The following command removes the logical volume
/dev/testvg/testlv
. from the volume
group
testvg
. Note that in this case the logical volume has not been deactivated.
[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.
4.7. Displaying Logical Volumes
There are three commands you can use to display properties of LVM logical volumes:
lvs
,
lvdisplay
, and
lvscan
.
The
lvs
command provides logical volume information in a configurable form, displaying one
line per logical volume. The
lvs
command provides a great deal of format control, and is useful
for scripting. For information on using the
lvs
command to customize your output, see
Section 9, “Customized Reporting for LVM”
.
The
lvdisplay
command displays logical volume properties (such as size, layout, and
Removing Logical Volumes
39
Содержание GLOBAL FILE SYSTEM 5.0
Страница 1: ...LVM Administrator s Guide Configuration and Administration 5 0 ISBN N A Publication date...
Страница 4: ...LVM Administrator s Guide...
Страница 8: ...viii...
Страница 18: ...6...
Страница 28: ...16...
Страница 32: ...20...
Страница 80: ...68...
Страница 90: ...78...
Страница 92: ...80...
Страница 94: ...82...
Страница 112: ...100...