Add kernel parameter reporting to hypervisor status#55
Conversation
6a442c6 to
8823f37
Compare
notandy
left a comment
There was a problem hiding this comment.
Pretty sure systemd provides kernel commandline via DBUS
|
I do not think it is a good idea to block this change based on that. The |
I don't think we agree on this. Anyway, I couldn't find a method or property in default DBUS services that exposes the cmdline. Also proc/cmdline seems to be mounted by default in every container, so this pr just needs an rebase. |
This enables the operator to report kernel boot parameters in the Hypervisor status, allowing users to verify kernel configuration across the fleet.
8823f37 to
1631fd4
Compare
Merging this branch will increase overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
This enables the operator to report kernel boot parameters in the Hypervisor status, allowing users to verify kernel configuration across the fleet.