Bug 912488
Summary: | libvirt-libxl defaulting to tap disk backend and not working | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dario Faggioli <raistlin> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | berrange, clalancette, dallan, itamar, jfehlig, jforbes, jyang, laine, libvirt-maint, raistlin, veillard, virt-maint, xen-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-11 23:31:24 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: |
Description
Dario Faggioli
2013-02-18 19:08:55 UTC
Currently, the libvirt libxl code sets the driver name to 'tap' and driver type to 'raw' if not specified. From libxlMakeDisk() in $libvirt-src/src/libxl/libxl_conf.c if (l_disk->driverName) { ... } else { /* No driverName - default to raw/tap?? */ x_disk->format = LIBXL_DISK_FORMAT_RAW; x_disk->backend = LIBXL_DISK_BACKEND_TAP; } Perhaps LIBXL_DISK_BACKEND_QDISK is a better default for driver name? Best to discuss this on the public mail list https://www.redhat.com/archives/libvir-list/2013-February/msg01124.html FYI, fix has been committed upstream http://libvirt.org/git/?p=libvirt.git;a=commit;h=567779e51a7727b021dee095c9d75cf0cde0bd43 Thanks a lot Jim! So --forgive if I'm not yet 100% aware about the libvirt and libvir Fedora package maintenance practises-- would it be possible to backport an apply Jim's patch to F18 libvirt-daemon-driver-libxl and, hence, close this bug ? Putting in POST to schedule for next Fedora update. I've done the backport to the v0.10.2-maint branch. libvirt-0.10.2.4-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/libvirt-0.10.2.4-1.fc18 Package libvirt-0.10.2.4-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libvirt-0.10.2.4-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-4691/libvirt-0.10.2.4-1.fc18 then log in and leave karma (feedback). libvirt-0.10.2.4-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |