Dan Kenigsberg has submitted this change and it was merged. Change subject: ifcfg: perform blocking dhcp when in rollback ......................................................................
ifcfg: perform blocking dhcp when in rollback When rolling back configuration, be it on boot or due to loss of connectivity, it is best to know if something goes wrong as early as possible. One important part of this is knowing if ifup (and specially its dhclient component) succeeded. When booting up, parallel dhcp initializations are troublesome and can sometimes fail, it is better to perform network restoration serially as with ifcfg persistence (initscripts serializes its device ifups). Change-Id: I5b9614ed8fb2404ccfffb72e08be4f76eb366db9 Signed-off-by: Antoni S. Puimedon <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28935 Tested-by: Martin Peřina <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/network/api.py 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: Martin Peřina: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28935 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5b9614ed8fb2404ccfffb72e08be4f76eb366db9 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
