Hello everyone,
I followed instructions:
fdisk /dev/sdb
pvcreate /dev/sdb1
Physical volume "/dev/sdb1" successfully created
vgcreate vmdisks /dev/sdb1
Volume group "vmdisks" successfully createdAnd finally: Add the LVM Group to the storage list via the web interface.
![]()
What have I done wrong here?
Thanks
I followed instructions:
- Create a big single partition (sdb1)
fdisk /dev/sdb
- Create the physical volume:
pvcreate /dev/sdb1
Physical volume "/dev/sdb1" successfully created
- Create the volume group 'vmdisks' (just choose a unique name):
vgcreate vmdisks /dev/sdb1
Volume group "vmdisks" successfully createdAnd finally: Add the LVM Group to the storage list via the web interface.

What have I done wrong here?
Thanks