Francesco Romani has submitted this change and it was merged. Change subject: supervdsm: only trigger 'vfio' subsystem for VFIO devices ......................................................................
supervdsm: only trigger 'vfio' subsystem for VFIO devices In order to avoid triggering of all events we need to use specialized variant of udevTrigger. This patch creates new private trigger function to add ability to trigger specific subsystems. This avoids refreshing everything, possibly eliminating way of triggering everything via host devices subsystem. Change-Id: Icb4fecbe5108a6ff7d695887e6e60df36e4874d7 Bug-Url: https://bugzilla.redhat.com/1248105 Signed-off-by: Martin Polednik <[email protected]> Reviewed-on: https://gerrit.ovirt.org/45345 Continuous-Integration: Jenkins CI Reviewed-by: Michal Skrivanek <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Piotr Kliczewski <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/46508 --- M lib/vdsm/udevadm.py M vdsm/supervdsmServer 2 files changed, 21 insertions(+), 8 deletions(-) Approvals: Piotr Kliczewski: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved Martin Polednik: Verified -- To view, visit https://gerrit.ovirt.org/46508 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icb4fecbe5108a6ff7d695887e6e60df36e4874d7 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Martin Polednik <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
