Dan Kenigsberg has submitted this change and it was merged. Change subject: tc: avoid adding non-existing devices to filter ......................................................................
tc: avoid adding non-existing devices to filter When a mirroring target dies, its tap device are removed. On `tc filter show`, the tap device name is replaced with a string like `if17`, which is not a name of an existing device. This patch is somewhat racy, as another qemu may die just before the new filter is set. Change-Id: I9c1b459557985a3a894f182880411889f2c8a06f Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm/tc.py 1 file changed, 6 insertions(+), 3 deletions(-) Approvals: Meni Yakove: Verified Antoni Segura Puimedon: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7631 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9c1b459557985a3a894f182880411889f2c8a06f Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Meni Yakove <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
