[Libguestfs] [PATCH 2/6] v2v: rhv-upload-plugin: Use API_VERSION 2

Richard W.M. Jones rjones at redhat.com
Sat Jan 23 06:27:58 UTC 2021


On Sat, Jan 23, 2021 at 12:45:20AM +0200, Nir Soffer wrote:
>  @failing
> -def pwrite(h, buf, offset):
> +def pwrite(h, buf, offset, flags):
>      http = h['http']
>  
>      count = len(buf)
> @@ -234,7 +253,7 @@ def pwrite(h, buf, offset):
>  
>  
>  @failing
> -def zero(h, count, offset, may_trim):
> +def zero(h, count, offset, flags):

Assume there's no way to pass the possible FUA flag through to oVirt here?

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list