Dan Kenigsberg has submitted this change and it was merged. Change subject: hostdev: only detect IOMMU group for PCI devices ......................................................................
hostdev: only detect IOMMU group for PCI devices When assigning USB and/or SCSI devices, the detach function is called to fetch attributes of the device. Assigning IOMMU group caused KeyError in this case as there are no IOMMU groups on usb/scsi buses. Change-Id: I4aa14738c52013c4f0247544c2d81d1bebaced4b Signed-off-by: Martin Polednik <[email protected]> Reviewed-on: https://gerrit.ovirt.org/39807 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/hostdev.py 1 file changed, 2 insertions(+), 4 deletions(-) Approvals: Dan Kenigsberg: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve Martin Polednik: Verified -- To view, visit https://gerrit.ovirt.org/39807 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4aa14738c52013c4f0247544c2d81d1bebaced4b Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Polednik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Ido Barkan <[email protected]> Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
