[Pkg-libvirt-commits] [libguestfs] 17/66: v2v: Clarify description of ov_sd field in comment.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:47:37 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.54-1
in repository libguestfs.
commit c1a32f5c11bd3c5b43c700927f40e5f4b1aeabb5
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Sep 20 10:13:13 2014 +0100
v2v: Clarify description of ov_sd field in comment.
---
v2v/types.mli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/types.mli b/v2v/types.mli
index d947bf8..783df18 100644
--- a/v2v/types.mli
+++ b/v2v/types.mli
@@ -68,7 +68,7 @@ val string_of_source_disk : source_disk -> string
type overlay = {
ov_overlay_file : string; (** Local overlay file (qcow2 format). *)
- ov_sd : string; (** sdX libguestfs name of disk. *)
+ ov_sd : string; (** "sda", "sdb" etc - canonical device name. *)
ov_virtual_size : int64; (** Virtual disk size in bytes. *)
(* Note: The ov_source is for information ONLY (eg. printing
--
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