Install Fails on 16.8TB RAID

ely_az

Member
Dec 24, 2014
3
0
21
I am trying to install Proxmox 3.3 on a 16.8TB RAID 10 array and the install fails with the error: mkfs.ext3 -m 0 -F /dev/pve/data failed with exit code 1 at /usr/bin/proxinstall line 177. Looking at the details it is trying to format my whole array with ext3 which has a 16TB size limit. Is there any way to configure the install to use a smaller portion of the disk? I plan on carving up the disk space with LV for use with the VMs anyway.
 
I am trying to install Proxmox 3.3 on a 16.8TB RAID 10 array and the install fails with the error: mkfs.ext3 -m 0 -F /dev/pve/data failed with exit code 1 at /usr/bin/proxinstall line 177. Looking at the details it is trying to format my whole array with ext3 which has a 16TB size limit. Is there any way to configure the install to use a smaller portion of the disk? I plan on carving up the disk space with LV for use with the VMs anyway.

You should use the 'linux ext4' boot option, see https://pve.proxmox.com/wiki/Debugging_Installation for more info.