Dan Kenigsberg has submitted this change and it was merged. Change subject: net: skip network restoration if its physical devs are missing ......................................................................
net: skip network restoration if its physical devs are missing When performing network restoration on boot it is important that the operation configures as many networks as it can and that the operation does not fail so that vdsm can start. In case a device breaks down, it is possible that the host had other networks configured that would still allow remote access after reboot. This patch allows this use case by filtering out bond and net configuration depending on missing physical devices. It also introduces error level logs to make it very apparent when troubleshooting. Bug-Url: https://bugzilla.redhat.com/1113091 Change-Id: I9f1370696f2398fe2c3cd9ad92424b126bcd4b7c Signed-off-by: Antoni S. Puimedon <[email protected]> Reviewed-on: http://gerrit.ovirt.org/29313 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/vdsm-restore-net-config 1 file changed, 41 insertions(+), 2 deletions(-) Approvals: Antoni Segura Puimedon: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29313 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f1370696f2398fe2c3cd9ad92424b126bcd4b7c Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ondřej Svoboda <[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
