Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/zfs: assert no force import with hibernation #203524

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

jakubgs
Copy link
Contributor

@jakubgs jakubgs commented Nov 28, 2022

Description of changes

According to a ZFS issue about hibernation causing data corruption:

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.

Related:

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@bryanasdev000
Copy link
Member

Will try to review it soon, but @infinisil input at #171680 (comment) (sorry for not responding, busy with RL) maybe beter than mine here, he even suggest an approach that may prevent this type of thing happening.

jakubgs added a commit to jakubgs/nixos-config that referenced this pull request Dec 11, 2022
Copy link
Member

@RaitoBezarius RaitoBezarius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge in some days if no one oppose.

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>
@jakubgs jakubgs force-pushed the zfs/no-force-import-hibernate branch from 6b20a2f to c70f047 Compare December 17, 2022 12:12
@RaitoBezarius RaitoBezarius merged commit a10069f into NixOS:master Dec 22, 2022
@jakubgs jakubgs deleted the zfs/no-force-import-hibernate branch December 22, 2022 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants