| Summary: | fail to create VMDK format for block device(e.g: iscsi lun or lvm) | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sibiao Luo <sluo> | |
| Component: | qemu-kvm | Assignee: | Fam Zheng <famz> | |
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 6.5 | CC: | acathrow, bsarathy, chayang, famz, flang, juzhang, michen, mkenneth, qzhang, stefanha, virt-maint, xfu | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 999818 (view as bug list) | Environment: | ||
| Last Closed: | 2013-09-05 15:33:22 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 999818 | |||
|
Description
Sibiao Luo
2013-08-22 07:56:03 UTC
BTW, create qcow2 and raw for lvm are ok. # qemu-img create -f qcow2 /dev/vg/vmdk-data-disk 10G Formatting '/dev/vg/vmdk-data-disk', fmt=qcow2 size=10737418240 encryption=off cluster_size=65536 # qemu-img create -f raw /dev/vg/vmdk-data-disk 10G Formatting '/dev/vg/vmdk-data-disk', fmt=raw size=10737418240 # qemu-img create -f vmdk /dev/vg/vmdk-data-disk 10G Formatting '/dev/vg/vmdk-data-disk', fmt=vmdk size=10737418240 compat6=off zeroed_grain=off /dev/vg/vmdk-data-disk: error while creating vmdk: Invalid argument Best Regards, sluo Since this is a corner case and the reason we want to support vmdk is mostly for read-only use-cases, I'm closing it as wontfix. BTW, Fam believes that not even VMWare supports the creation of vmdk files on block devices. |