Dan Kenigsberg has submitted this change and it was merged.

Change subject: net: early IP+link setup
......................................................................


net: early IP+link setup

Host networking must be available before libvirtd.service starts.
This cannot be handled by current vdsm-network.service which requires
libvirtd.service to be running.

This patch adds a new vdsm-network-init.service which starts after
openvswitch.service and before libvirtd.service. openvswitch.service
restore OVS devices, vdsm-network-init.service then collects persisted
networks configuration and setup IP+link settings on OVS devices
accordingly.

This is not needed for legacy ifcfg networks as they are fully restored
by network.service.

Change-Id: I0555a61c9709be54bfb2587e3020d3046db10ec6
Bug-Url: https://bugzilla.redhat.com/1364087
Signed-off-by: Petr Horáček <phora...@redhat.com>
Reviewed-on: https://gerrit.ovirt.org/60371
Reviewed-by: Edward Haas <edwa...@redhat.com>
Reviewed-by: Dan Kenigsberg <dan...@redhat.com>
Continuous-Integration: Jenkins CI
Reviewed-on: https://gerrit.ovirt.org/63988
---
M .gitignore
M init/systemd/85-vdsmd.preset
M init/systemd/Makefile.am
A init/systemd/vdsm-network-init.service.in
M init/systemd/vdsm-network.service.in
M lib/vdsm/network/Makefile.am
A lib/vdsm/network/netrestore.py
M lib/vdsm/network/netswitch.py
M lib/vdsm/tool/Makefile.am
A lib/vdsm/tool/network.py
M vdsm-tool/vdsm-tool.1.in
M vdsm.spec.in
M vdsm/vdsm-restore-net-config
13 files changed, 178 insertions(+), 13 deletions(-)

Approvals:
  Jenkins CI: Passed CI tests
  Petr Horáček: Verified
  Dan Kenigsberg: Looks good to me, approved
  Edward Haas: Looks good to me, but someone else must approve



-- 
To view, visit https://gerrit.ovirt.org/63988
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0555a61c9709be54bfb2587e3020d3046db10ec6
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-4.0
Gerrit-Owner: Petr Horáček <phora...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Edward Haas <edwa...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Petr Horáček <phora...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to