qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 06/22] block: Add "supports_stats" field to B


From: Alberto Garcia
Subject: Re: [Qemu-devel] [PATCH v2 06/22] block: Add "supports_stats" field to BlockStats
Date: Thu, 15 Oct 2015 15:06:19 +0200
User-agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu)

On Tue 13 Oct 2015 05:38:30 PM CEST, Stefan Hajnoczi wrote:

>> query-blockstats always returns a BlockDeviceStats structure for each
>> BDS, regardless of whether it implements accounting or not. Since the
>> field is mandatory there's no way to tell that from the values alone.
>> 
>> This field solves that problem by indicating which BDSs support I/O
>> accounting.
>
> I'm not sure I understand the problem.
>
> If I/O accounting isn't being used then all fields will be 0?

Yes, but there's no way to tell if that happens because I/O accounting
is not supported or because there hasn't been any I/O yet.

There's one additional problem: this patch assumes that accounting is
supported if this BDS is attached to a BlockBackend. But we don't know
if the device model supports accounting or not, I still need to figure
out what's the best way to do it.

Berto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]