Hey guys,
So i’ve recently reinstalled my Proxmox server after the update from 5.1 to 5.2 royally fucked zfs permissions up (to the point where i couldn’t even reboot the server from the command line). I didn’t have the time or patience to screw around with it so i decided to just reinstall it rather than hassle with it.
So now i’m trying to recreate the main raidz pool that will hold all the containers and VMs. I have 6 x 2TB Hitachi Ultrastar drives set up with drive pass-through on this T610. The OS is installed on 2 mirrored SAS drives. All the Hitachi drives are reporting ok SMART data. The drives are sdb, sdc, sde, sdf, sdg, sdh.
If i run the command sudo zpool create -f -m /data data raidz sdb sdc sde sdf sdg sdh
it produces no errors but running zpool list shows that the zfs pool is only 2.45 TB in size. I’ve destroyed and recreated the pool, manually deleted all partitions on the drives and remade the pool, still the same result.
Any ideas on what i’m doing wrong?