Failed to apply deferred quota - ZFS

incus config device add vm-ispconfig-01 root disk path=/ pool=local size=80G

Error: Failed to start device “root”: Failed to apply deferred quota from “volatile.root.apply_quota”: Failed to run: zfs set volsize=80000000000 INCUS/virtual-machines/vm-ispconfig-01.block: exit status 255

Any idea? Never happened before. ashift 12.

Hmm, that’s an odd one, what do you get when you manually run that command?

cannot set property for ‘INCUS/virtual-machines/vm-ispconfig-01.block’: ‘volsize’ must be a multiple of volume block size (16K)

I think it is related to GiB. I’m using GB.

Ah yeah, then 80GiB should work better in this case.