[libvirt] [PATCH perl] block_stats: Fix rd_req and wr_req compat hash keys

Daniel P. Berrange berrange at redhat.com
Mon Jan 15 18:11:56 UTC 2018


On Mon, Jan 15, 2018 at 07:50:10PM +0200, Ville Skyttä wrote:
> When virDomainBlockStatsFlags with NULL params fails, the returned
> read and write requests hash keys are said to be backwards compatible
> with the key names success case. However, they were rd_reqs and
> wr_reqs (in plural) as opposed to the success case's rd_req and
> wr_req.
> 
> There is also a similar flush_reqs key, but that one does not have a
> corresponding value in the success case's hash, so it is left
> unmodified here.
> ---
>  Virt.xs | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, pushed to git.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list