We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is not an issue. But rather an enhancement request.
With PR #3880 merged. We have a better calculation of reboot cause in different sequence of hardware/software reboot.
I propose to further clean up the calculation/processing code to following structure:
calculate command line (/proc/cmdline) reason. calculate software reason. calculate hardware reason.
Each calculation logs the particular sub reason.
After all 3 reason got collected, calculate the final reason according to the current algorithm.
Benefit: having a clear decision trace. If we had doubt/issue in the future. all the evidence and decision chain can be found in syslog.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is not an issue. But rather an enhancement request.
With PR #3880 merged. We have a better calculation of reboot cause in different sequence of hardware/software reboot.
I propose to further clean up the calculation/processing code to following structure:
calculate command line (/proc/cmdline) reason.
calculate software reason.
calculate hardware reason.
Each calculation logs the particular sub reason.
After all 3 reason got collected, calculate the final reason according to the current algorithm.
Benefit: having a clear decision trace. If we had doubt/issue in the future. all the evidence and decision chain can be found in syslog.
The text was updated successfully, but these errors were encountered: