[Libguestfs] [PATCH] v2v: Set DISKTYPE=2 in RHV and VDSM meta files (RHBZ#1746699).

Nir Soffer nsoffer at redhat.com
Mon Sep 2 19:19:08 UTC 2019


On Mon, Sep 2, 2019 at 7:47 PM Richard W.M. Jones <rjones at redhat.com> wrote:

> From: Nir Soffer <nirsof at gmail.com>
>
> ---
>  v2v/create_ovf.ml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml
> index 91ff5198d..9aad5dd15 100644
> --- a/v2v/create_ovf.ml
> +++ b/v2v/create_ovf.ml
> @@ -501,7 +501,7 @@ let create_meta_files output_alloc sd_uuid image_uuids
> overlays =
>        bpf "CTIME=%.0f\n" time;
>        bpf "MTIME=%.0f\n" time;
>        bpf "IMAGE=%s\n" image_uuid;
> -      bpf "DISKTYPE=1\n";
> +      bpf "DISKTYPE=2\n";
>        bpf "PUUID=00000000-0000-0000-0000-000000000000\n";
>        bpf "LEGALITY=LEGAL\n";
>        bpf "POOL_UUID=\n";
> --
> 2.23.0
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20190902/9246db7f/attachment.htm>


More information about the Libguestfs mailing list