Bug 2185901
Summary: | rpm-ostree override reset <package> leaves Greenboot in an inconsistent state | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Doug Henel <dhensel> | ||||
Component: | greenboot | Assignee: | Sayan <saypaul> | ||||
Status: | CLOSED MIGRATED | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | Eliane Ramos Pereira <elpereir> | ||||
Priority: | unspecified | ||||||
Version: | 9.2 | CC: | amurdaca, cglombek, miabbott | ||||
Target Milestone: | rc | Keywords: | MigratedToJIRA | ||||
Target Release: | --- | Flags: | pm-rhel:
mirror+
|
||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2023-09-05 15:28:43 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug. This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. |
Created attachment 1956857 [details] output of partial result from journalctl Description of problem: If a user removes a package (like hostname), but decides to recover the package before initiating a reboot, the MicroShift Greenboot logic does not take this into account. It sets the boot_counter, but it does not trigger the system to restore back to the previous known good image since the package was restored using rpm-ostree override reset. After a reboot, the boot_counter variable is still set. Please see attached log file The workaround is to initiate a second reboot that will clear the counter. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.Install MicroShift 2.rpm-ostree override remove hostname 3.rpm-ostree override reset hostname 4.Reboot 5. Observer output of journalctl -o cat -u greenboot-healthcheck.service, boot_counter=2 will still be set Actual results: boot_counter=2 is still set if rpm-ostree override reset hostname Expected results: boot_counter should not be visible if rpm-ostree override reset hostname is issued Additional info: