Bug 1523104
| Summary: | libvirt cannot start VMs in Rawhide | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> | ||||
| Component: | libguestfs | 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: | agedosier, berrange, clalancette, itamar, jforbes, laine, libvirt-maint, mgoldman, rjones, veillard | ||||
| 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: | 2017-12-07 09:45:50 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: | |||||||
| Attachments: |
|
||||||
|
Description
Richard W.M. Jones
2017-12-07 09:01:01 UTC
Actually the error is one we've already seen: Original error from libvirt: unsupported configuration: shared access for disk 'sdb' requires use of supported storage format [code=67 int1=-1] I'll see if patching libguestfs helps here ... <disk type="file" device="disk">
<source file="/builddir/build/BUILD/libguestfs-1.37.34/tmp/libguestfsvvaEfH/overlay2.qcow2"/>
<target dev="sdb" bus="scsi"/>
<driver name="qemu" type="qcow2" cache="unsafe"/>
<address type="drive" controller="0" bus="0" target="1" unit="0"/>
<shareable/>
</disk>
'sdb' is <shareable/> and qcow2 which is unsupported as discussed in:
https://bugzilla.redhat.com/show_bug.cgi?id=1518517
Fixed in Fedora with libguestfs-1.37.34-4.fc28 *** This bug has been marked as a duplicate of bug 1518517 *** |