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

zfs-unstable: 2018-08-13 -> 2018-09-02 #46055

Merged
merged 1 commit into from Sep 5, 2018
Merged

Conversation

phryneas
Copy link
Member

@phryneas phryneas commented Sep 4, 2018

Motivation for this change

I encountered a kernel panic when shutting down the system using zfs-unstable in combination with encryption and a volume with sync=disabled (which is suggested in https://nixos.wiki/wiki/NixOS_on_ZFS#Encrypted_ZFS ).

The bug was reported (openzfs/zfs#7753) to zfs, they invesigated it on a NixOS VM and a fix was merged (openzfs/zfs#7795).

This PR pushes zfs-unstable to the current master. I've run the tests with nix-build zfs.nix -A unstable in nixpkgs/nixos/tests.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@@ -182,8 +182,8 @@ in {
# this package should point to a version / git revision compatible with the latest kernel release
version = "2018-08-13";
Copy link
Member

Choose a reason for hiding this comment

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

Can you update the date of commit here as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

oops, forgot that. should be correct now.

@Mic92 Mic92 changed the title zfs-unstable: 64e9696 -> c197a77 zfs-unstable: 2018-08-13 -> 2018-09-02 Sep 5, 2018
@Mic92
Copy link
Member

Mic92 commented Sep 5, 2018

Tested via:

$ nix-build tests/zfs.nix -A unstable

@Mic92 Mic92 merged commit c9e492d into NixOS:master Sep 5, 2018
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.

None yet

3 participants