Igor Lvovsky has posted comments on this change. Change subject: Don't fail silently when ifup fails. ......................................................................
Patch Set 8: I would prefer that you didn't submit this (1 inline comment) .................................................... File vdsm/configNetwork.py Line 87: rc, out, err = _ifup(iface) Line 88: if rc != 0: Line 89: # In /etc/sysconfig/network-scripts/ifup* the last line usually Line 90: # contains the error reason. Line 91: raise ConfigNetworkError(ne.ERR_FAILED_IFUP, out[-1]) it's unnecessary because you already raise this in _ifup Line 92: return rc Line 93: Line 94: Line 95: def ifaceUsers(iface): -- To view, visit http://gerrit.ovirt.org/8415 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1cc9dcc0a6b55d36fc937e1d364bd9c256ecd70a Gerrit-PatchSet: 8 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: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
