With a fresh install of Proxmox, creating RAIDZ2 on 4HDD I got this error.
Also I see that the ZFS capacity is 3.6TB.
Being 4 HDDs of 1TB each, it means that RAIDZ2 was not actually created.
Code:
# /sbin/zpool create -o ashift=12 RZ2-4x1TB raidz2 /dev/disk/by-id/ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y6NJ4S74 /dev/disk/by-id/ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y2UP55YV /dev/disk/by-id/ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y0UF11ZN /dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WCC6Y3ZDUHJ8
# /sbin/zfs set compression=on RZ2-4x1TB
# systemctl enable zfs-import@RZ2\x2d4x1TB.service
Created symlink /etc/systemd/system/zfs-import.target.wants/zfs-import@RZ2\x2d4x1TB.service -> /lib/systemd/system/zfs-import@.service.
TASK ERROR: 400 Result verification failed config: type check ('object') failed
Also I see that the ZFS capacity is 3.6TB.
Being 4 HDDs of 1TB each, it means that RAIDZ2 was not actually created.
Last edited: