-
Notifications
You must be signed in to change notification settings - Fork 59
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
Surprising behavior trying to manually change kargs while an update is already queued #963
Comments
Thanks for the report. Can you please post the output of:
|
Well yes, it is a node I installed in July 2020, auto-updating on the next stream (stream shouldn't matter, because I have also nodes on stable, which show the same behaviour). I have also included the log output of
After rebooting |
Maybe I found the culprit, I have specified a periodic update window later this week. New kernel arguments are probably added to the not yet used version. Any chance to force an upgrade? A regular
|
Not directly yet, but:
Will perform an immediate update, once. Though I'm still not clear about what happens to the new/updated kargs. Possibly they get applied to the staged update, which is however discarded by the manual reboot? |
If the above guess is correct, a more reliable way to tweak kargs and immediately apply changes would be:
Although if that is the case, we should look for a way to improve the UX of this. |
OK, now it works. |
I suspect we can improve the UX of this in two directions:
|
I agree with your first case, but I had tested |
Describe the bug
I want to switch to cgroups v2 by removing
systemd.unified_cgroup_hierarchy
from the kernel arguments. While the rpm-ostree command executes succesfully, the removal of the kernel argument is not propagated, and in grub I can seesystemd.unified_cgroup_hierarchy=0
again.Any ideas where to look for details?
Reproduction steps
sudo rpm-ostree kargs --delete=systemd.unified_cgroup_hierarchy --reboot
System details
The text was updated successfully, but these errors were encountered: