more required
# lvextend -iL -l+100%FREE vg/stripe1
4.10. Shrinking Logical Volumes
To reduce the size of a logical volume, first unmount the file system. You can then use the
lvreduce
command to shrink the volume. After shrinking the volume, remount the file system.
Caution
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
5. Creating Snapshot Volumes
Use the
-s
argument of the
lvcreate
command to create a snapshot volume. A snapshot
volume is writeable.
LVM snapshots are not cluster-aware, so they require exclusive access to a volume. For
information on activating logical volumes on individual nodes in a cluster, see
Section 8,
“Activating Logical Volumes on Individual Nodes in a Cluster”
.
The following command creates a snapshot logical volume that is 100 megabytes in size named
/dev/vg00/snap
. This creates a snapshot of the origin logical volume named
/dev/vg00/lvol1
. If the original logical volume contains a file system, you can mount the
snapshot logical volume on an arbitrary directory in order to access the contents of the file
system to run a backup while the original file system continues to get updated.
lvcreate --size 100M --snapshot --name snap /dev/vg00/lvol1
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).
Shrinking Logical Volumes
43
Содержание 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...