Bug 1390864 - Missing argument in the image conversion command.
Summary: Missing argument in the image conversion command.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat
Component: doc-Deployment_Guide_for_Public_Cloud
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: storage-doc
QA Contact: Bala Konda Reddy M
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-02 07:00 UTC by Bhaskarakiran
Modified: 2020-04-16 11:24 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-16 11:24:38 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Bhaskarakiran 2016-11-02 07:00:29 UTC
Description of problem:
======================
In the documentation below:

https://access.redhat.com/documentation/en-US/Red_Hat_Storage/3.1/html/Deployment_Guide_for_Public_Cloud/chap-Documentation-Deployment_Guide_for_Public_Cloud-Azure-Setting_up_RHGS_Azure.html#chap-Documentation-Deployment_Guide_for_Public_Cloud-Azure-Setting_up_RHGS_Azure-Resizing_VHDs

Section: 3.4.3. Resizing Virtual Hard Disks, 
Point 4. Now, convert the RAW disk back to a fixed-size VHD

========
command: 
========

# qemu-img convert -f raw -o subformat=fixed -O rhgs313-cluster.raw  rhgs313-cluster.vhd

===========
should be :
===========

# qemu-img convert -f raw -o subformat=fixed -O vpc rhgs313-cluster.raw  rhgs313-cluster.vhd

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:


Note You need to log in before you can comment on or make changes to this bug.