| Summary: | qcow should not be in the virt-image 5 manual. | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | hyao <hyao> | |
| Component: | python-virtinst | Assignee: | Giuseppe Scrivano <gscrivan> | |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 6.5 | CC: | codong, cwei, dyuan, gscrivan, juzhou, lcui, mzhan, tzheng, zsong | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | python-virtinst-0.600.0-20.el6 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1024189 (view as bug list) | Environment: | ||
| Last Closed: | 2014-10-14 06:23:55 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: | 1024189 | |||
|
Description
hyao@redhat.com
2013-10-29 05:18:27 UTC
Reproduce with python-virtinst-0.600.0-18.el6.noarch. Verified with package: python-virtinst-0.600.0-20.el6.noarch virt-manager-0.9.0-20.el6.x86_64 steps: 1. Prepare a virtual image XML descriptor file with qcow disk included as Comment 0. 2. Create a virtual machine from image.xml # virt-image image.xml Creating guest demo... ERROR internal error process exited while connecting to monitor: char device redirected to /dev/pts/1 qemu-kvm: -drive file=/var/lib/libvirt/images/user.img,if=none,id=drive-ide0-0-1,format=qcow,cache=none: 'qcow' invalid format Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start demo otherwise, please restart your installation. 3. Check the format description in manual. # man 5 virt-image STORAGE ... ยท the format attribute giving the format of the disk file. Currently, this can be one of: "raw", "iso", "qcow2", or "vmdk". ... Since qcow format has been deteleted from virt-image 5 manual, so marked as verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1444.html |