[Libguestfs] [PATCH] v2v: vddk: Print passthrough options.

Pino Toscano ptoscano at redhat.com
Mon Oct 16 14:36:24 UTC 2017


On Monday, 16 October 2017 15:36:24 CEST Richard W.M. Jones wrote:
> +  (* List of passthrough parameters. *)
> +  let passthrus =
> +    [ "config",      (fun { vddk_config }      -> vddk_config);
> +      "cookie",      (fun { vddk_cookie }      -> vddk_cookie);
> +      "nfchostport", (fun { vddk_nfchostport } -> vddk_nfchostport);
> +      "port",        (fun { vddk_port }        -> vddk_port);
> +      "snapshot",    (fun { vddk_snapshot }    -> vddk_snapshot);
> +      "thumbprint",  (fun { vddk_thumbprint }  -> vddk_thumbprint);
> +      "transports",  (fun { vddk_transports }  -> vddk_transports);
> +      "vimapiver",   (fun { vddk_vimapiver }   -> vddk_vimapiver) ] in

Considering they are all vddk options, and later on "vddk-" is prefixed
to their name, I'd call this variable "vddk_passthrus.

LGTM anyway.

-- 
Pino Toscano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20171016/ea3efcb1/attachment.sig>


More information about the Libguestfs mailing list