VMware vSphere in OpenStack Configuration Reference  - qemu example incorrect

Bug #1282105 reported by Ramon Acedo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Stephen Gordon

Bug Description

The documentation says the following:
------------------------
For example, the following command can be used to convert a qcow2 Ubuntu Precise cloud image:

$ qemu-img convert -f raw ~/Downloads/precise-server-cloudimg-amd64-disk1.img \
-O vmdk precise-server-cloudimg-amd64-disk1.vmdk
------------------------

But the source image is a qcow2 and the command should be:

$ qemu-img convert -f qcow2 ~/Downloads/precise-server-cloudimg-amd64-disk1.img \
-O vmdk precise-server-cloudimg-amd64-disk1.vmdk

-----------------------------------
Built: 2014-02-19T08:54:41 00:00
git SHA: f10840874733897a0dfcecf3186bac314fa85b6f
URL: http://docs.openstack.org/trunk/config-reference/content/vmware.html
source File: file:/home/jenkins/workspace/openstack-config-reference/doc/config-reference/compute/section_hypervisor_vmware.xml
xml:id: vmware

Stephen Gordon (sgordon)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Stephen Gordon (sgordon)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/74742

Changed in openstack-manuals:
status: Confirmed → In Progress
Stephen Gordon (sgordon)
Changed in openstack-manuals:
milestone: none → icehouse
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/74742
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=0ec669f5a54f3fcf2442719f9f878959c564d8a3
Submitter: Jenkins
Branch: master

commit 0ec669f5a54f3fcf2442719f9f878959c564d8a3
Author: Stephen Gordon <email address hidden>
Date: Wed Feb 19 10:05:52 2014 -0500

    Use correct format to convert QCOW2 image

    When converting a QCOW2 image to VMDK format the QCOW2 input format must
    be specified, not RAW.

    Change-Id: Ib8a7084ebaf24e94dc3a9b132a22ab8d355bb562
    Closes-Bug: #1282105

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.