ZFS: Difference between revisions

imported>CptMikky
update config from dropbear ssh to openssh + mention hostkeyPath format
imported>Bryanasdev000
m Add comment per https://github.com/NixOS/nixpkgs/issues/106093
Line 18: Line 18:


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