-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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/installation-device: remove warning about mdadm #273308
nixos/installation-device: remove warning about mdadm #273308
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jeesh, I hate mdadm.conf format.
Double checking the man page it shows the syntax without =
:
PROGRAM /usr/sbin/handle-mdadm-events
Did you test your change? I can imagine mdadm being lax about the syntax, but still ...
Is there an existing test you could augment?
f991df4
to
9537527
Compare
@ctheune I adjusted the config as you showed. I did not test this. |
Changing the mdadm stuff has been a bit of a mixed blessing recently and test coverage is quite low. Please test your changes (we have a check list for that) and also help against future regressions by adding it to e.g. nixos/modules/installer/cd-dvd/installation-cd-base.nix or nixos/tests/installer.nix |
Given that this is only for installer images, I think it's fine for it not to be tested beyond the existing installation tests -- @ofborg test installer.swraid |
Disabling the monitor service is basically impossible due to the convoluted structure of the upstream udev rules. |
ping? |
Successfully created backport PR for |
Description of changes
discussion from #254807
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.