[Pkg-libvirt-commits] [libguestfs] 130/266: v2v: Update TODO file.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:51 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 df471095ef39e7b8e87300ed8599a35a581f3d05
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Aug 19 13:34:35 2014 +0100

    v2v: Update TODO file.
---
 v2v/TODO | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/v2v/TODO b/v2v/TODO
index 0da1276..fb12eb8 100644
--- a/v2v/TODO
+++ b/v2v/TODO
@@ -30,3 +30,15 @@ v2v/target_RHEV.ml:  (* XXX Missing here from old virt-v2v:
 v2v/target_local.ml:  (* XXX Missing here from old virt-v2v:
 v2v/types.mli:  (* Only used by RHEV.  XXX Should be parameterized type. *)
 v2v/types.mli:  (* XXX acpi, display *)
+
+For OVA support we need to have the source write to the final target
+directory (where possible as it might not always be possible to do
+that).  One way to do this is to have an early target hook, called
+before Target_*.initialize.  This could return a hint to indicate
+whether the target supports writing directly to the output storage
+directory, and where that is, and then the source could use that to
+write directory.  Also s_disks would need to contain a flag to
+indicate that the main code shouldn't create overlays in this case.
+
+Consider turning inputs and outputs into classes, so
+source_libvirt -> input_libvirt which is a subclass of input.

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