[Pkg-libvirt-commits] [libguestfs] 23/40: resize: Using qemu-img create -c doesn't create a compressed qcow2 file.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:49:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.57-1
in repository libguestfs.

commit a0dad3621f362ecdd2cbd6494243207d3dbd6df9
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Sep 29 14:48:41 2014 +0100

    resize: Using qemu-img create -c doesn't create a compressed qcow2 file.
    
    Remove inaccuracy from the manual page.
---
 resize/virt-resize.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resize/virt-resize.pod b/resize/virt-resize.pod
index ebbbc40..bc090a1 100644
--- a/resize/virt-resize.pod
+++ b/resize/virt-resize.pod
@@ -231,9 +231,9 @@ convert the format on the fly.  The output format is simply determined
 by the format of the empty output container that you provide.  Thus to
 create qcow2 output, use:
 
- qemu-img create [-c] -f qcow2 -o preallocation=metadata outdisk [size]
+ qemu-img create -f qcow2 -o preallocation=metadata outdisk [size]
 
-instead of the truncate command (use I<-c> for a compressed disk).
+instead of the truncate command.
 
 Similarly, to get non-sparse raw output use:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list