Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/zfs: assert no force import with hibernation
According to a ZFS issue about hibernation causing data corruption: openzfs/zfs#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>
- Loading branch information