Commit 29f84ca9 authored by James T. Lee's avatar James T. Lee
Browse files

zfs: Switch swap sync back to standard

I get the intent behind the potential memory savings from shoving
everything through the ZIL, but the increased latency may actually be
worse...at least on this freaking SD card!  (raspberrypi)
parent abd2a8c9
...@@ -118,7 +118,7 @@ class nest::base::zfs { ...@@ -118,7 +118,7 @@ class nest::base::zfs {
# https://github.com/openzfs/zfs/issues/7734 # https://github.com/openzfs/zfs/issues/7734
zfs { "${facts['rpool']}/swap": zfs { "${facts['rpool']}/swap":
compression => 'off', compression => 'off',
sync => 'always', sync => 'standard',
primarycache => 'metadata', primarycache => 'metadata',
secondarycache => 'none', secondarycache => 'none',
logbias => 'throughput', logbias => 'throughput',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment