
28 Feb
2014
28 Feb
'14
4:44 a.m.
On Fri, Feb 28, 2014 at 10:18:09AM +0100, Michal Privoznik wrote:
As of 0bd2ccdec an empty disk path for virDomainBlockStats (or the one with Flags) is allowed meaning "get me overall summarized statistics". However, running 'virsh domblkstat $dom' throws a misleading error:
# ./tools/virsh domblkstat dom error: Failed to get block stats dom error: invalid argument: invalid path:
while after this commit
# virsh domblkstat dom error: Operation not supported: summary statistics are not supported yet
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
ACK and worth this release, thanks! Martin