Bug 877838
| Summary: | Support virtio-blk data-plane from qemu | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Ademar Reis <areis> |
| Component: | libvirt | Assignee: | Eric Blake <eblake> |
| Status: | CLOSED WORKSFORME | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.5 | CC: | acathrow, berrange, bsarathy, dallan, dyasny, dyuan, juzhang, knoel, kwolf, mkenneth, mzhan, rwu, virt-maint, weizhan |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 877836 | Environment: | |
| Last Closed: | 2012-11-26 03:00:01 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: | 877836 | ||
| Bug Blocks: | 824644, 824650, 1029596 | ||
|
Description
Ademar Reis
2012-11-19 02:04:09 UTC
The following upstream mail thread does not make this sound like something we should support in libvirt at this time: https://lists.nongnu.org/archive/html/qemu-devel/2012-11/msg01945.html >>> Users can take advantage of the virtio-blk-data-plane feature using the >>> new -device virtio-blk-pci,x-data-plane=on property. >>> >>> The x-data-plane name was chosen because at this stage the feature is >>> experimental and likely to see changes in the future. >> >> Can you give some indication of how it is likely to change, since >> this has a bearing on any libvirt use of this feature ? > >I suppose the intended semantics is "libvirt, don't touch this!" > >Maybe we could document the x-... prefix for experimental features that >may be changed in incompatible ways or removed in future versions, and >that no management tools should use. QEMU upstream has further clarified their wishes wrt libvirt usage: > The following expectations: > > 1. This is an experimental feature. It can be enabled through libvirt > using <qemu:commandline>. > > 2. There is ongoing work to break down the global mutex in QEMU, which > will allow virtio-blk-data-plane functionality to become the > virtio-blk emulation default. At that point no command-line options > will be necessary (migration and image formats will be supported). > >So I think there's no need for libvirt to do anything here. Dan (Yasny), you ok with using the qemu commandline passthrough? If so, I think we can close this BZ. (In reply to comment #7) > Dan (Yasny), you ok with using the qemu commandline passthrough? If so, I > think we can close this BZ. I'd rather have proper API, but this will probably be good enough, especially if we're going to bring data-plane into virtio-blk permanently, and not as an option Ok, I'll close this BZ as no work to do at this point, and we can always reopen if needed. |