Bug 642826
Summary: | virt-resize converts any other image format to raw without notifying user, instructions do not account for this | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Adam Williamson <awilliam> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | mbooth, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-07-14 19:18:36 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: |
Description
Adam Williamson
2010-10-13 21:42:06 UTC
This is actually a documentation bug. You can create qcow2 from virt-resize by setting up a qcow2 container, eg: qemu-img create -f qcow2 new.qcow 10G virt-resize old.qcow new.qcow (or even convert to/from qcow using this method). However since this is not in the documentation, no one knows about it. We will endeavour to fix this for 1.6. Patch proposed upstream: https://www.redhat.com/archives/libguestfs/2010-October/msg00031.html |