| Summary: | qemu-img needs to support adapter-type | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alves <sales> |
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, pbonzini, rjones, scottt.tw, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-16 15:11:57 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: | |
|
Description
Alves
2013-12-16 05:19:22 UTC
Works for me with qemu 1.7.0 in Fedora Rawhide: $ qemu-img convert test.qcow2 -O vmdk test.vmdk $ strings test.vmdk | grep -i adapter ddb.adapterType = "ide" $ qemu-img convert test.qcow2 -O vmdk -o adapter_type=buslogic test.vmdk $ strings test.vmdk | grep -i adapter ddb.adapterType = "buslogic" I think the real WTF here is why VMware depends on disk geometry! See the syntax Rich posted in Comment #1 for how to do what you want. |