Comment 15 for bug 1847628

Revision history for this message
Peter Passchier (peter-passchier) wrote :

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.