Hi,Ok, so I managed to get a Highpoint 4320 card for testing. I create the Array [6x 1.5Tb SATA in RAID5], then try to install.
Same error. Exact error is below. Can someone tell me what this means and how to fix it. When I get this error I am unable to press Alt+F2 for more information, nothing comes up on the screen. I can only Abort or Reboot.
"Unable to create data volume at /usr/bin/proxinstall line 567"
Hi,...
pvcreate /dev/sdb1
vgextend pve /dev/sdb1
lvextend /dev/pve/data -L +5600G
...
Hi,This is an update for anyone who would like the steps to do this properly [I say properly as I believe this is the correct way for this to be done]
Proxmox Create Volume Group Data >2TB
lvdisplay –v [Show current logical volumes]
umount /dev/pve/data [unmount logical volume 'data'
lvremove /dev/pve/data [ensure you backup anything there first to another location or server]
pvdisplay –v [show current physical volumes]
pvcreate /dev/sdxxx [create new physical volume for use. This is your new HDD or array. If you are unsure the exact device, look under /dev dir. You can also use fdisk -l to help]
pvdisplay –v [Your new physical volume should now be visable]
vgdisplay –v [display size and config of volume group]
vgextend /dev/pve /dev/sdxxx [This will extend the volume group by the new physical volume you have added above]
lvcreate –n /dev/pve/data –L sizeG [This will create your new /data store in the volume group Note: The G after size is a value in Gigabytes]
lvdisplay –v [You should now see your new data store with the larger size, this can be >2TB]
mkfs –T ext3 /dev/pve/data [This will format your new store ready for use]
You do not need to reboot, but it is a good idea to ensure you have not broken your server.
I have used this method on several servers of various array sizes between 2TB and 8TB.
We use essential cookies to make this site work, and optional cookies to enhance your experience.