Bug 1812586
| Summary: | [SR-IOV] SR-IOV information is missing because of 'block_path is None' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [oVirt] vdsm | Reporter: | Dominik Holler <dholler> | ||||
| Component: | General | Assignee: | Milan Zamazal <mzamazal> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Burman <mburman> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.40.5 | CC: | bugs, mburman, michal.skrivanek, mzamazal, rbarry | ||||
| Target Milestone: | ovirt-4.4.0 | Keywords: | Automation, AutomationBlocker, Regression | ||||
| Target Release: | 4.40.6 | Flags: | michal.skrivanek:
ovirt-4.4?
|
||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | vdsm-4.40.6 | Doc Type: | No Doc Update | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-05-20 20:02:18 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Dominik Holler
2020-03-11 15:55:48 UTC
the code in https://gerrit.ovirt.org/#/c/106776/5/lib/vdsm/common/hostdev.py should have been added only for scsi block devices, not all the devices (like sr-iov). In such case it shouldn't raise an error and it shouldn't add a None/null value. should be an easy fix I've fixed a Python 3 issue in Vdsm host device processing yesterday, which was most likely the cause of this issue (it put null as udev_path to all SCSI devices). Can you check whether the current Vdsm master (e.g. https://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el8/x86_64/vdsm-4.40.5-47.git038f1ef5b.el8.x86_64.rpm) fixes the problem? Milan, care to attach the patch? Patch attached and I took the bug. $ git tag --contains afa195af73bbde5e3780ea1cbe1ca58e388c9422 v4.40.6 v4.40.7 Moving to QA Verified on - vdsm-4.40.7-1.el8ev.x86_64 This bugzilla is included in oVirt 4.4.0 release, published on May 20th 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.0 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |