Bug 1090306

Summary: [Doc] need to update qmeu-img man help docs page about "VHDX" format disk
Product: Red Hat Enterprise Linux 6 Reporter: Laura Novich <lnovich>
Component: doc-Virtualization_Administration_GuideAssignee: Laura Novich <lnovich>
Status: CLOSED DUPLICATE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: jhradile, lnovich
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1017649 Environment:
Last Closed: 2014-07-27 15:45:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1017649    
Bug Blocks:    

Description Laura Novich 2014-04-23 06:28:33 UTC
+++ This bug was initially created as a clone of Bug #1017649 +++
Need to add the VHD and VHDX formats tot he docs 
Need to find out how this format/ if it is supported via KVM.

Description of problem:
VHD and VHDX are 2 entirely different formats, but the qemu-img man help document appears to conflate the two. The format 'vpc' is used for VHD, and the format 'vhdx' is used for VHDX. Could you help me update it to make clear of them.

Version-Release number of selected component (if applicable):
host info:
kernel-2.6.32-422.el6.x86_64
qemu-kvm-0.12.1.2-2.412.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1.check the qemu-img man help docs that only has VHD info, no VHDX info.
# man qemu-img
...
       vpc VirtualPC compatible image format (VHD).
...
2.the QEMU has support the VHDX format disk indeed.
# /usr/libexec/qemu-kvm -drive format=?
Supported formats: raw cow qcow vdi vmdk cloop dmg bochs vpc vvfat qcow2 qed vhdx parallels nbd blkdebug host_cdrom host_floppy host_device file gluster gluster gluster gluster rbd
3.

Actual results:


Expected results:


Additional info:

Comment 2 Laura Novich 2014-07-27 15:45:01 UTC

*** This bug has been marked as a duplicate of bug 1090867 ***