ZFS has https://github.com/zfsonlinux/zfs/issues/326 Which as TL;DR: fallocate is only supported with certain flags, and not really matches the ZFS COW design. That might explain the slowness, as the fallback is to write zeros.
ZFS has https:/ /github. com/zfsonlinux/ zfs/issues/ 326
Which as TL;DR: fallocate is only supported with certain flags, and not really matches the ZFS COW design. That might explain the slowness, as the fallback is to write zeros.