Igor Lvovsky has uploaded a new change for review. 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 just remove network.service dependencies from vdsmd.service. Anyway vdsm start network service explicitly during vdsm start Change-Id: I03c9696022490da3204a1d5f9676066712f0653d Signed-off-by: Igor Lvovsky <[email protected]> --- M vdsm/vdsmd.service 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/63/9363/1 diff --git a/vdsm/vdsmd.service b/vdsm/vdsmd.service index fb6d238..6a650f4 100644 --- a/vdsm/vdsmd.service +++ b/vdsm/vdsmd.service @@ -1,6 +1,6 @@ [Unit] Description=Virtual Desktop Server Manager -Requires=multipathd.service libvirtd.service ntpd.service network.service +Requires=multipathd.service libvirtd.service ntpd.service Conflicts=libvirt-guests.service [Service] -- To view, visit http://gerrit.ovirt.org/9363 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I03c9696022490da3204a1d5f9676066712f0653d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Igor Lvovsky <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
