physical_volumes
This is an old revision of the document!
Quick Command Reference
The following command displayes in GiB
pvdisplayTo display in GB use the following command:
pvdisplay --units G
LVCREATE
lvcreate -L 10G nameCreating a logical volume from a specific volume group
lvcreate -L 1500 -n testlv testvg
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
lvcreate -l 100%FREE -n yourlv testvg
physical_volumes.1448281897.txt.gz · Last modified: 2024/05/23 07:26 (external edit)