Dan Kenigsberg has submitted this change and it was merged. Change subject: Source routes files now deleted on non-VDSM interfaces ......................................................................
Source routes files now deleted on non-VDSM interfaces Files in /var/run/vdsm/sourceRoutes are created by a VDSM DHCP hook for all interfaces that release or get a DHCP configuration. sourceRouteThread.py configures source routing on those interfaces. However, first it checks that the interface in question is known to VDSM. Previously the files weren't deleted in such a case. Change-Id: I7bb4f4859cc6a8e8427d655de2a54fdc61e67430 Signed-off-by: Assaf Muller <[email protected]> Reviewed-on: http://gerrit.ovirt.org/17174 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/sourceRouteThread.py 1 file changed, 9 insertions(+), 10 deletions(-) Approvals: Assaf Muller: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17174 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7bb4f4859cc6a8e8427d655de2a54fdc61e67430 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Assaf Muller <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Assaf Muller <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
