Hello,
I've been trying to partition my server a particular way so that I can create file and block storage volumes within my default pve lvm. However, I have had nothing but problems after reading for hours about lvm and volume management.
I'd like to setup the lvm in the following way:
sda3 will be file (dir) storage for OS ISOs.
sda4 will be block storage for VMs.
I can remove the default data volume but I cannot create the other two volumes. I get errors about pools not existing.
What am I doing wrong or am I going about things all wrong?
I also have another disk I will use for data. I don't have problems setting up a data volume on that disk.
I've been trying to partition my server a particular way so that I can create file and block storage volumes within my default pve lvm. However, I have had nothing but problems after reading for hours about lvm and volume management.
I'd like to setup the lvm in the following way:
Code:
+-----------------------------------------------+
|-----------------------------------------------|
|| sda1 || sda2 || sda3 || sda4 ||
pve || swap || root || isos || vhds || /dev/sda
lvm || 32G || 8G || 32G || 200G ||
|-----------------------------------------------|
+-----------------------------------------------+
sda3 will be file (dir) storage for OS ISOs.
sda4 will be block storage for VMs.
I can remove the default data volume but I cannot create the other two volumes. I get errors about pools not existing.
What am I doing wrong or am I going about things all wrong?
I also have another disk I will use for data. I don't have problems setting up a data volume on that disk.