Displaying 3 results from an estimated 3 matches for "a871d754".
Did you mean:
48f1d754
2020 Sep 15
2
virt-v2v: Virtio-Scsi patch
Hi,
I was trying to migrate some VM's to Virtio-SCSI block devices, as this
gives some advantages.
While checking the virt-v2v code, I found out that it supported
Virtio-SCSI, but some bits were missing.
In attachment a small patch that adds the missing bits :)
Best regards
Jean-Louis
2020 Sep 16
2
Re: virt-v2v: Virtio-Scsi patch
...code is now.
In some places Virtio_SCSI is added as a choise, but its never used
because it misses code.
If we add Patch #1 and #2, we end up in the same situation no?
>
> (b) Now the problem is patch #3:
>
>> diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
>> index a871d754..a36cc21d 100644
>> --- a/v2v/convert_linux.ml
>> +++ b/v2v/convert_linux.ml
>> @@ -109,7 +109,7 @@ let convert (g : G.guestfs) inspect source_disks output rcaps _ =
>>
>> let block_type =
>> match rcaps.rcaps_block_bus with
>> - | Non...
2020 Sep 15
0
Re: virt-v2v: Virtio-Scsi patch
...versial and would go straight upstream.
Patch #2 would contain the change to v2v/create_ovf.ml, and is also
uncontroversial and ready to go upstream (but as a separate change
from patch #1).
(b) Now the problem is patch #3:
> diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
> index a871d754..a36cc21d 100644
> --- a/v2v/convert_linux.ml
> +++ b/v2v/convert_linux.ml
> @@ -109,7 +109,7 @@ let convert (g : G.guestfs) inspect source_disks output rcaps _ =
>
> let block_type =
> match rcaps.rcaps_block_bus with
> - | None -> if kernel.ki_supports_v...