Pino Toscano
2017-Nov-07 11:14 UTC
[Libguestfs] [PATCH] v2v: expose 'in-place' as machine-readable feature
Even if two years later, expose it for clients, so they can check its availability. Updates commit d0069559a939e47e5f29973ed9a69a13f0b58301. --- v2v/cmdline.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/v2v/cmdline.ml b/v2v/cmdline.ml index 5578ed290..d9b706c3e 100644 --- a/v2v/cmdline.ml +++ b/v2v/cmdline.ml @@ -328,6 +328,7 @@ read the man page virt-v2v(1). printf "vddk\n"; printf "colours-option\n"; printf "vdsm-compat-option\n"; + printf "in-place\n"; List.iter (printf "input:%s\n") (Modules_list.input_modules ()); List.iter (printf "output:%s\n") (Modules_list.output_modules ()); List.iter (printf "convert:%s\n") (Modules_list.convert_modules ()); -- 2.13.6
Richard W.M. Jones
2017-Nov-07 11:50 UTC
Re: [Libguestfs] [PATCH] v2v: expose 'in-place' as machine-readable feature
On Tue, Nov 07, 2017 at 12:14:12PM +0100, Pino Toscano wrote:> Even if two years later, expose it for clients, so they can check its > availability. > > Updates commit d0069559a939e47e5f29973ed9a69a13f0b58301.ACK. Need to remember to modify the RHEL downstream patch to remove this line though :-) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
Possibly Parallel Threads
- [PATCH] v2v: Add --mac option to machine-readable
- [PATCH 1/4] v2v: Pass output object into the conversion module.
- [PATCH 2/2] OCaml tools: add output selection for --machine-readable
- [PATCH v2 1/2] v2v: register also aliases of input/output modules
- [PATCH v2] p2v: Allow virt-v2v input and output drivers containing '-' (RHBZ#1590220).