Dan Kenigsberg has submitted this change and it was merged. Change subject: Remove network.service dependencies from vdsmd.service ......................................................................
Remove network.service dependencies from vdsmd.service In current vdsm behaviour during network rollback vdsm need to stop network service, rollback latest network changes and start network service again, but in host with systemd network service can't be stoped. According to systemd concept if service required by another service it will be immediately started again. In such situation vdsm can't revert network changes if needed. In this patch we remove network.service dependencies from vdsmd.service and add it as NEEDED_SERVICES in vdsmd.init Change-Id: I03c9696022490da3204a1d5f9676066712f0653d Signed-off-by: Igor Lvovsky <[email protected]> --- M vdsm/vdsmd.init.in M vdsm/vdsmd.service 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9363 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I03c9696022490da3204a1d5f9676066712f0653d Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Hunt Xu <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
