| Summary: | fail to create VPC file format disk with large size using qemu-img | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sibiao Luo <sluo> | |
| Component: | qemu-kvm | Assignee: | Jeff Cody <jcody> | |
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 6.5 | CC: | acathrow, bsarathy, chayang, jcody, juzhang, kwolf, michen, mkenneth, qzhang, 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: | ||||
| : | 1058145 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-11 18:40:31 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: | 1058145 | |||
|
Description
Sibiao Luo
2013-08-22 04:48:50 UTC
Retried it that fail to create VPC file format disk over 2032GB using qemu-img with the latest qemu-kvm version. host info: # uname -r && rpm -q qemu-kvm-rhev 2.6.32-425.el6.x86_64 qemu-kvm-rhev-0.12.1.2-2.415.el6.x86_64 # qemu-img create -f vpc sluo-data-disk.vhd 2031G Formatting 'sluo-data-disk.vhd', fmt=vpc size=2180769644544 # qemu-img create -f vpc sluo-data-disk.vhd 2032G Formatting 'sluo-data-disk.vhd', fmt=vpc size=2181843386368 # qemu-img create -f vpc sluo-data-disk.vhd 2033G Formatting 'sluo-data-disk.vhd', fmt=vpc size=2182917128192 The image size is too large for file format 'vpc' # qemu-img create -f vpc sluo-data-disk.vhd 2034G Formatting 'sluo-data-disk.vhd', fmt=vpc size=2183990870016 The image size is too large for file format 'vpc' Best Regards, sluo Corner case on the creation of vpc images. Works on RHEL7, closing as WONTFIX for RHEL6. |