Bug 1803191
Summary: | nbdkit fails to build with Python 3.9: FAIL test-xz-curl (exit status: 1) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marcel Plch <mplch> |
Component: | nbdkit | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, mhroncok, rjones |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-02-18 12:59:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1785415 |
Description
Marcel Plch
2020-02-14 16:11:33 UTC
This is an intermittent bug (very infrequent) in libguestfs related to a change in how the kernel enumerates drives, so we can no longer rely on drives appearing inside the guest in the same order that they appear on the qemu command line. From the log: [ 3.412270] scsi host2: Virtio SCSI HBA [ 3.432372] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 3.437796] scsi 2:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 3.564935] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 [ 3.688998] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 3.692889] sd 2:0:1:0: Power-on or device reset occurred [ 3.697865] sd 2:0:1:0: Attached scsi generic sg1 type 0 [ 3.699479] sd 2:0:1:0: [sda] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB) [ 3.700701] sd 2:0:1:0: [sda] Write Protect is off [ 3.702375] sd 2:0:0:0: Power-on or device reset occurred [ 3.704629] sd 2:0:0:0: [sdb] 206881 512-byte logical blocks: (106 MB/101 MiB) [ 3.705271] sd 2:0:0:0: [sdb] Write Protect is off [ 3.706386] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.708224] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA We were expecting Linux to enumerate the 4GB disk as the second disk. Work is ongoing upstream to fix this. However in this case I expect it'll be fixed just by rerunning the test. *** This bug has been marked as a duplicate of bug 1804207 *** |