Hide Forgot
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:
I have added "vpc" argument to the image conversion command. Link to the doc: http://jenkinscat.gsslab.pnq.redhat.com:8080/job/doc-Red_Hat_Gluster_Storage-3.1-Deployment_Guide_for_Public_Cloud%20(html-single)/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#chap-Documentation-Deployment_Guide_for_Public_Cloud-Azure-Setting_up_RHGS_Azure-Resizing_VHDs