[Pkg-libvirt-commits] [libguestfs] 195/266: v2v: Remove lazy_refcounts option.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:42:01 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.35-1
in repository libguestfs.

commit 53e0d3ea5fc703066f0eb92a49eaf8be18961e7e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Aug 27 20:28:15 2014 +0100

    v2v: Remove lazy_refcounts option.
    
    This seems* to cause disk corruption in the overlay files.  A
    manifestation of this is that the qcow2 header is not written back
    correctly to disk, resulting in the backing file of the overlay
    "disappearing" and hence hardly any data being copied over to the
    target.
    
    * Note this could be for a variety of reasons and doesn't necessarily
    indicate a fault in qemu or qcow2.
---
 v2v/v2v.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/v2v.ml b/v2v/v2v.ml
index 210589c..c19fb8a 100644
--- a/v2v/v2v.ml
+++ b/v2v/v2v.ml
@@ -100,7 +100,7 @@ let rec main () =
         unlink_on_exit overlay_file;
 
         let options =
-          "compat=1.1,lazy_refcounts=on" ^
+          "compat=1.1" ^
             (match format with None -> ""
             | Some fmt -> ",backing_fmt=" ^ fmt) in
         let cmd =

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