Antoni Segura Puimedon has posted comments on this change. Change subject: split network restoration from vdsmd.service ......................................................................
Patch Set 4: (1 comment) http://gerrit.ovirt.org/#/c/29441/4/vdsm/vdsm-restore-net-config File vdsm/vdsm-restore-net-config: Line 59: for bond in runningConfig.bonds: Line 60: removeBonds[bond] = {'remove': True} Line 61: logging.debug('Removing all networks (%s) and bonds (%s) in running ' Line 62: 'config.', removeNetworks, removeBonds) Line 63: setupNetworks(removeNetworks, removeBonds, connectivityCheck=False, Only run setupNetworks if there is stuff in removeNetworks or removeBonds. Line 64: _inRollback=True) Line 65: Line 66: # Flush vdsm configurations left-overs from any configurator on the system Line 67: # so that changes of configurator and persistence system are smooth. -- To view, visit http://gerrit.ovirt.org/29441 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I70cdf1e8a1e7063ec850081ac6199728d4cde381 Gerrit-PatchSet: 4 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: Ido Barkan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
