[Pkg-libvirt-commits] [libguestfs] 30/59: FAQ: Document virt-sparsify >= 1.26 can do in-place sparsification.

Hilko Bengen bengen at moszumanska.debian.org
Thu Mar 20 23:05:35 UTC 2014


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

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 80d77e934ffc10413f1b100a461e6ddfd23fc384
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Mar 12 21:39:18 2014 +0000

    FAQ: Document virt-sparsify >= 1.26 can do in-place sparsification.
---
 examples/guestfs-faq.pod | 22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod
index 85564a1..923c9b3 100644
--- a/examples/guestfs-faq.pod
+++ b/examples/guestfs-faq.pod
@@ -692,22 +692,12 @@ so we are reluctant to change it.
 
 =head2 Why doesn't virt-sparsify work on the disk image in-place?
 
-Eventually we plan to make virt-sparsify work on disk images in-place,
-instead of copying the disk image.  However it requires several
-changes to both the Linux kernel and qemu which are slowly making
-their way upstream (thanks to the tireless efforts of Paolo Bonzini).
-Then we will have to modify virt-sparsify to support this.  Finally
-there will be some integration work required to make sure all the
-pieces work together.
-
-Even with this implemented there may be some limitations: For example,
-it requires completely different steps (and is probably harder) to
-sparsify a disk image that is stored on a SAN LUN, compared to one
-which is stored in a local raw image file, so you can expect that
-different storage and backing formats will become supported at
-different times.  Some backing filesystems / formats may never support
-sparsification (eg. disk images stored on VFAT, old-style non-thin
-LVs).
+In libguestfs E<ge> 1.26, virt-sparsify can now work on disk images in
+place.  Use:
+
+ virt-sparsify --in-place disk.img
+
+But first you should read L<virt-sparsify(1)/IN-PLACE SPARSIFICATION>.
 
 =head1 PROBLEMS OPENING DISK IMAGES
 

-- 
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