Dan Kenigsberg has submitted this change and it was merged. Change subject: hostdev: add support for SCSI ......................................................................
hostdev: add support for SCSI SCSI devices inside sysfs device tree are different. Normally, we require a single sysfs entry in listAllDevices to determine the udev path and address of the devices. SCSI requires two entries - generic one to determine udev path, and scsi entry to determine address and it's host adapter. Change-Id: Ib049bc8669d3dc14a83c89c0d03f3410f242e1cd Bug-Url: https://bugzilla.redhat.com/1270581 Signed-off-by: Martin Polednik <[email protected]> Reviewed-on: https://gerrit.ovirt.org/55024 Continuous-Integration: Jenkins CI Reviewed-by: Francesco Romani <[email protected]> --- M lib/vdsm/hostdev.py M tests/hostdevTests.py M vdsm/supervdsm_api/udev.py M vdsm/virt/vmdevices/hostdevice.py 4 files changed, 77 insertions(+), 2 deletions(-) Approvals: Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved Martin Polednik: Verified -- To view, visit https://gerrit.ovirt.org/55024 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib049bc8669d3dc14a83c89c0d03f3410f242e1cd Gerrit-PatchSet: 13 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: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
