ZFS: Difference between revisions

imported>TyberiusPrime
No edit summary
imported>Nh2
m link followup issues
Line 17: Line 17:
</syntaxhighlight>
</syntaxhighlight>


* In contrast to many native Linux filesystems, ZFS misses support for freeze/thaw operations.This means that using ZFS together with hibernation (suspend to disk) may cause filesystem corruption.See https://github.com/openzfs/zfs/issues/260.  
* In contrast to many native Linux filesystems, ZFS misses support for freeze/thaw operations.This means that using ZFS together with hibernation (suspend to disk) may cause filesystem corruption. See https://github.com/openzfs/zfs/issues/260 (closed in favour of follow-up issues https://github.com/openzfs/zfs/issues/12842 and https://github.com/openzfs/zfs/issues/12843).


{{note|For now, setting <code><nowiki>boot.kernelParams = [ "nohibernate" ];</nowiki></code>is necessary to avoid the issue described above.}}
{{note|For now, setting <code><nowiki>boot.kernelParams = [ "nohibernate" ];</nowiki></code>is necessary to avoid the issue described above.}}