Is there any hope that a swap on zvol with sync=standard at least doesn't hang/deadlock? Like:
zfs create rpool/swap -V 2G -b $(getconf PAGESIZE) -o logbias=throughput -o sync=always -o primarycache=metadata -o secondarycache=none
In my testing this didn't hang when swap got hit.
Is there any hope that a swap on zvol with sync=standard at least doesn't hang/deadlock? Like:
zfs create rpool/swap -V 2G -b $(getconf PAGESIZE) -o logbias=throughput -o sync=always -o primarycache= metadata -o secondarycache=none
In my testing this didn't hang when swap got hit.