[Pkg-libvirt-commits] [libguestfs] 64/116: v2v: Comment change.

Hilko Bengen bengen at moszumanska.debian.org
Wed Nov 26 22:05:17 UTC 2014


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

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

commit e02b261e48863191f755be4ff65bc54d5ba1c874
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Nov 17 08:57:34 2014 +0000

    v2v: Comment change.
---
 v2v/v2v.ml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/v2v/v2v.ml b/v2v/v2v.ml
index 89287db..ce998af 100644
--- a/v2v/v2v.ml
+++ b/v2v/v2v.ml
@@ -169,10 +169,12 @@ let rec main () =
 
   g#launch ();
 
+  (* Create the list of overlays structs.  Query each disk for its
+   * virtual size, and fill in a few other fields.
+   *)
   let overlays =
     mapi (
       fun i (overlay_file, source) ->
-        (* Grab the virtual size of each disk. *)
         let sd = "sd" ^ drive_name i in
         let dev = "/dev/" ^ sd in
         let vsize = g#blockdev_getsize64 dev in

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