ZFS: Difference between revisions
Carschandler (talk | contribs) |
Carschandler (talk | contribs) Tags: Mobile edit Mobile web edit |
||
Line 59: | Line 59: | ||
==== Partial support for SWAP on ZFS ==== | ==== Partial support for SWAP on ZFS ==== | ||
ZFS does not support swapfiles. SWAP devices can be used instead. Additionally, hibernation is disabled by default due to a [https://github.com/NixOS/nixpkgs/pull/208037 high risk] of data corruption. Note that even if that pull request is merged, it does not fully mitigate the risk. If you wish to enable hibernation regardless and made sure that | ZFS does not support swapfiles. SWAP devices can be used instead. Additionally, hibernation is disabled by default due to a [https://github.com/NixOS/nixpkgs/pull/208037 high risk] of data corruption. Note that even if that pull request is merged, it does not fully mitigate the risk. If you wish to enable hibernation regardless and made sure that swapfiles on ZFS are not used, set <code>boot.zfs.allowHibernation = true</code>. | ||
==== Zpool not found ==== | ==== Zpool not found ==== |