-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[24.05] Backport fix for ceph with dmcrypt #338630
[24.05] Backport fix for ceph with dmcrypt #338630
Conversation
Failure: https://hydra.nixos.org/build/265092568/nixlog/2/tail (cherry picked from commit c4cdd4a)
See NixOS#330226 (comment) (cherry picked from commit 6db7ec1)
(cherry picked from commit 234267e)
Signed-off-by: benaryorg <binary@benary.org> (cherry picked from commit 0cd631e) The cherry-pick required -addresses = [ { Address = "${ip}/128"; } ]; +addresses = [ { addressConfig.Address = "${ip}/128"; } ]; to account for the fact that the test was written for master commit c4fd7cf nixos/networkd: get rid of *Config attributes in lists which is not in this branch.
(cherry picked from commit def05db)
The Check cherry-picks message
is expected as explained in the commit message / shown by that check's details. |
|
Okay, Ceph has successfully compiled and works with d05b6e3. By the way sorry for the trouble with the maintainer/nixpkgs stuff, I was hesitant to do that precisely because I wasn't in the maintainer list yet. Took me a bit to sift through all the PRs, nixpkgs docs, and whatnot, but #338657 should be good to go (if you intend to get this in here of course, I don't mind not being a maintainer until 24.11 rolls around ^^"). |
No problem at all, glad to have you as co-maintainer! The more NixOS Ceph users, the more reliable life we'll all have!
For new maintainers I just merged you to Merging the backport. |
Description of changes
Fixes #335684 (comment) by backporting:
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.
For review @benaryorg