5.3.8. 修改卷组参数
The
vgchange command is used to deactivate and activate volume groups, as described in 第 5.3.9 节 “激活和失活卷组”. You can also use this command to change several volume group parameters for an existing volume group.
The following command changes the maximum number of logical volumes of volume group
vg00 to 128.
vgchange -l 128 /dev/vg00
# vgchange -l 128 /dev/vg00
有关
vgchange 命令的卷组参数的论述请参考 vgchange(8) man page。