| Summary: | Kickstart network installation over VLAN hangs at reboot | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | nico.martin | ||||||||||||||
| Component: | NetworkManager | Assignee: | Rashid Khan <rkhan> | ||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> | ||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||
| Priority: | high | ||||||||||||||||
| Version: | 7.2 | CC: | aloughla, atragler, bgalvani, lrintel, mleitner, nico.martin, rkhan, systemd-maint-list, thaller | ||||||||||||||
| Target Milestone: | rc | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Linux | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2016-07-04 09:57:52 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: | |||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
nico.martin
2016-05-03 08:23:01 UTC
Please attach the logs from /tmp/*log as individual text/plain attachments. Also include the output of mount, this sounds similar to the iscsi problems where dracut didn't know it was a network mount and wasn't umounting in the right order. Created attachment 1154533 [details]
Result of mount command in anaconda
Created attachment 1154534 [details]
Anaconda log - journal.log
Created attachment 1154535 [details]
Anaconda log - anaconda.log
Created attachment 1154536 [details]
Anaconda log - ifcfg.log
Created attachment 1154538 [details]
Anaconda log - storage.log
Created attachment 1154540 [details]
Anaconda log - syslog
There you go ! Let me know if you need more logs. systemd should be unmounting the nfs mounts before shutting down the network. Looks like the issues with missing After=dbus.service inside NetworkManager.service. If I am wrong feel free to reassign this back. We found a workaround in the meantime; if we assign an IP address to the parent interface (eth2) using the network command in kickstart, then the machine reboots after installation. I also tested Lukas' suggestion and manually added "After=dbus.service" to NetworkManager.service during installation and the machine reboots correctly after installation. (In reply to nico.martin from comment #12) > I also tested Lukas' suggestion and manually added "After=dbus.service" to > NetworkManager.service during installation and the machine reboots correctly > after installation. Does this work even without the workaround of assigning an IP address to the parent interface? If so, probably we can close this as duplicate of bug 1311988 Yes, manually adding "After=dbus.service" to NetworkManager.service makes it work without any other modification/workaround. (In reply to nico.martin from comment #14) > Yes, manually adding "After=dbus.service" to NetworkManager.service makes it > work without any other modification/workaround. Thanks, this has been fixed in NM 1.2. *** This bug has been marked as a duplicate of bug 1311988 *** |