A system administrator needs to create a new 10GB logical volume named `data_lv` within the `storage_vg` volume group. Which of the following commands correctly accomplishes this task?
-
A
vgcreate -L 10G -n data_lv storage_vg
-
B
pvcreate --size 10G --name data_lv storage_vg
-
C
lvextend -L 10G -n data_lv storage_vg
-
D
lvcreate -L 10G -n data_lv storage_vg