4.2. Persistent Device Numbers
Major and minor device numbers are allocated dynamically at module load. Some applications
work best if the block device always is activated with the same device (major and minor)
number. You can specify these with the
lvcreate
and the
lvchange
commands by using the
following arguments:
--persistent y --major major --minor minor
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.
4.3. Resizing Logical Volumes
To change the size of a logical volume, use the
lvreduce
command. If the logical volume
contains a file system, be sure to reduce the file system first (or use the LVM GUI) so that the
logical volume is always at least as large as the file system expects it to be.
The following command reduces the size of logical volume
lvol1
in volume group
vg00
by 3
logical extents.
lvreduce -l -3 vg00/lvol1
4.4. Changing the Parameters of a Logical Volume Group
To change the parameters of a logical volume, use the
lvchange
command. For a listing of the
parameters you can change, see the
lvchange
(8) man page.
You can use the
lvchange
command to activate and deactivate logical volumes. To activate
and deactivate all the logical volumes in a volume group at the same time, use the
vgchange
command, as described in
Section 3.6, “Changing the Parameters of a Volume Group”
.
The following command changes the permission on volume
lvol1
in volume group
vg00
to be
read-only.
lvchange -pr vg00/lvol1
Chapter 4. LVM Administration with CLI Commands
38
Содержание 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...