Bug 1829713
| Summary: | [RHEL7.9] cloud-final.service failed when try "systemctl try-reload-or-restart NetworkManager.service" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Frank Liang <xiliang> |
| Component: | cloud-init | Assignee: | Eduardo Otubo <eterrell> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.9 | CC: | eterrell, huzhao, jen, jgreguske, jnewbigin, leiwang, linl, pvlasin, ribarry, virt-maint, vkuznets, xiachen, ymao |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-04 12:54:17 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: | |||
|
Description
Frank Liang
2020-04-30 07:33:48 UTC
I have NetworkManager.service masked which caused this error. I had to remove `ExecStartPost=/usr/bin/systemctl reload-or-try-restart NetworkManager.service` from cloud-final.service (copy to /etc/systemd/system/cloud-final.service and edit) (In reply to John Newbigin from comment #8) > I have NetworkManager.service masked which caused this error. > I had to remove `ExecStartPost=/usr/bin/systemctl reload-or-try-restart > NetworkManager.service` from cloud-final.service > (copy to /etc/systemd/system/cloud-final.service and edit) I believe you want to refer to this bug: "cloud-final.service fails if NetworkManager not installed. " (https://bugzilla.redhat.com/show_bug.cgi?id=1898943). When you deploy a RHEL instance with cloud-init you should be using NetworkManager, otherwise it will indeed fail. The above mentioned bug will eventually be fixed on RHEL-8* branches only. If you need more assistance please fell free to leave a comment. Fixing this in EL8 is great. But I am on EL7. We have NetworkManager installed because of https://bugzilla.redhat.com/show_bug.cgi?id=1754701 I just wanted to publish my workaround to help others facing the same regression |