3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules/tasks
Jakub Sokołowski c70f047315
nixos/zfs: assert no force import with hibernation
According to a ZFS issue about hibernation causing data corruption:
https://github.com/openzfs/zfs/issues/12842

The way this happens is if the system force imports a pool that was
suspended during hibernation. I've had this happen twice on NixOS and
I'd like to avoid having this happen again, to me or others.

To do this I've added an assertion that makes sure you can't have
`forceImportRoot` or `forceImportAll` enabled with `allowHibernation`.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-12-17 13:11:23 +01:00
..
filesystems nixos/zfs: assert no force import with hibernation 2022-12-17 13:11:23 +01:00
auto-upgrade.nix
bcache.nix
cpu-freq.nix
encrypted-devices.nix
filesystems.nix nixos/filesystems: fix a typo in docs 2022-11-27 21:57:35 +01:00
lvm.nix nixos/lvm: replace boot.isContainer with services.lvm.enable 2022-11-09 23:47:37 +01:00
network-interfaces-scripted.nix
network-interfaces-systemd.nix
network-interfaces.nix lib.replaceChars: warn about being a deprecated alias 2022-12-15 22:25:51 +02:00
powertop.nix
scsi-link-power-management.nix
snapraid.nix
stratis.nix
swraid.nix
trackpoint.nix
tty-backgrounds-combine.sh