diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-11-22 09:54:52 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-22 09:57:06 +0000 |
commit | b83b705959c3c93bff0c343bcad09305399895a5 (patch) | |
tree | 44b8d993e5d290b3a95b9f81aaa0c7a68ebc911c /sparsify/virt-sparsify.pod | |
parent | 342b4a55d056734a0344db8b4bcf1a90104a8a59 (diff) | |
download | libguestfs-b83b705959c3c93bff0c343bcad09305399895a5.tar.gz libguestfs-b83b705959c3c93bff0c343bcad09305399895a5.tar.xz libguestfs-b83b705959c3c93bff0c343bcad09305399895a5.zip |
sparsify: Add --compress option.
This adds the -c option to the final qemu-img command.
Diffstat (limited to 'sparsify/virt-sparsify.pod')
-rw-r--r-- | sparsify/virt-sparsify.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sparsify/virt-sparsify.pod b/sparsify/virt-sparsify.pod index 77467b61..d25f013f 100644 --- a/sparsify/virt-sparsify.pod +++ b/sparsify/virt-sparsify.pod @@ -104,6 +104,11 @@ image. Display help. +=item B<--compress> + +Compress the output file. This I<only> works if the output format is +C<qcow2>. + =item B<--convert> raw =item B<--convert> qcow2 @@ -121,6 +126,8 @@ eg. C<vmdk>, but support for other formats is reliant on qemu. Specifying the I<--convert> option is usually a good idea, because then virt-sparsify doesn't need to try to guess the input format. +For fine-tuning the output format, see: I<--compress>. + =item B<--format> raw =item B<--format> qcow2 |