Swap: Difference between revisions
imported>Winny add a category |
imported>Winny mention zfs gotcha |
||
Line 44: | Line 44: | ||
} ]; | } ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== ZFS and Swap === | |||
OpenZFS does not support swap on zvols nor do they support swapfiles on a ZFS dataset. | |||
Instead you should set up a swap partition or swapfile on a non-ZFS filesystem.<ref>https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSForSwapMyViews</ref> |