Bug 908123
Summary: | NetworkManager and NFS automounts cause systemd ordering cycles | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Westlund <john.westlund> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | johannbg, lnykryn, metherid, msekleta, notting, plautrba, rocketraman, systemd-maint, teradon, vpavlin, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-09 01:47:35 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
John Westlund
2013-02-05 23:47:21 UTC
[ 6.943559] systemd[1]: Found ordering cycle on NetworkManager-wait-online.service/start [ 6.943707] systemd[1]: Walked on cycle path to NetworkManager.service/start [ 6.943810] systemd[1]: Walked on cycle path to dbus.socket/start [ 6.943912] systemd[1]: Walked on cycle path to sysinit.target/start [ 6.944039] systemd[1]: Walked on cycle path to local-fs.target/start [ 6.944141] systemd[1]: Walked on cycle path to var-storage-fuse-mp3.mount/start [ 6.944287] systemd[1]: Walked on cycle path to var-storage.mount/start [ 6.944388] systemd[1]: Walked on cycle path to remote-fs-pre.target/start [ 6.944490] systemd[1]: Walked on cycle path to network.target/start [ 6.944588] systemd[1]: Walked on cycle path to NetworkManager-wait-online.service/start [ 6.944735] systemd[1]: Breaking ordering cycle by deleting job NetworkManager.service/start [ 6.944883] systemd[1]: Job NetworkManager.service/start deleted to break ordering cycle starting with NetworkManager-wait-online.service/start [ 6.945103] systemd[1]: Deleting job NetworkManager-wait-online.service/start as dependency of job NetworkManager.service/verify-active Same problem here during reboot on Fedora 19: Aug 4 16:18:43 edison systemd[1]: Found ordering cycle on local-fs.target/stop Aug 4 16:18:43 edison systemd[1]: Walked on cycle path to nfs-darwin.mount/stop Aug 4 16:18:43 edison systemd[1]: Walked on cycle path to network.target/stop Aug 4 16:18:43 edison systemd[1]: Walked on cycle path to NetworkManager.service/stop Aug 4 16:18:43 edison systemd[1]: Walked on cycle path to dbus.socket/stop Aug 4 16:18:43 edison systemd[1]: Walked on cycle path to sysinit.target/stop Aug 4 16:18:43 edison systemd[1]: Walked on cycle path to local-fs.target/stop Aug 4 16:18:43 edison systemd[1]: Breaking ordering cycle by deleting job nfs-darwin.mount/stop Aug 4 16:18:43 edison systemd[1]: Job nfs-darwin.mount/stop deleted to break ordering cycle starting with local-fs.target/stop Aug 4 16:18:43 edison systemd[1]: Found ordering cycle on local-fs.target/stop Aug 4 16:18:43 edison systemd[1]: Walked on cycle path to nfs-darwin-home.mount/stop /etc/fstab contains: darwin:/ /nfs/darwin nfs4 rw,soft,intr,noauto 0 0 This should be fixed by the latest f18 systemd update. |