Enable WriteBack to group small writes into batches.
If ZFS is used on host (CoW filesystem) using CoW filesystem on guest generates overhead. Better is to use simple XFS or Ext4 if BTRFS snapshot and subvolumes functionality is not needed in guest.
Linux Guest on BTRFS:
–nodesize 16k) so volblock size should be >=16kbBlock sizes:
zvolvolblocksize was 8kzvols with 16k volblocksizeSo it is best to fit guest block sizes into ZFS block (16k) sizes:
–nodesize 16k-o noatime-b 4096 -E stride=4,stripe-width=8 -O mmp-b 4096 -E stride=16,stripe-width=16 -O mmp-b 4096 -E stride=32,stripe-width=32 -O mmp-o discard,noatime,nodiratime,lazytime,user_xattr-o noatime,logbiaszie=256k