You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[sdickers@centos7_1 ~]$ cat /etc/system-release
CentOS Linux release 7.6.1810 (Core)
[sdickers@centos7_1 ~]$ yum info qemu-guest-agent
Loaded plugins: fastestmirror
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Loading mirror speeds from cached hostfile
* base: ewr.edge.kernel.org
* extras: mirror.clarkson.edu
* updates: mirror.clarkson.edu
Installed Packages
Name : qemu-guest-agent
Arch : x86_64
Epoch : 10
Version : 2.12.0
Release : 2.el7
Size : 293 k
Repo : installed
From repo : base
Summary : QEMU guest agent
URL : http://www.qemu.org/
License : GPLv2
Description : qemu-kvm is an open source virtualizer that provides hardware emulation for
: the KVM hypervisor.
:
: This package provides an agent to run inside guests, which communicates
: with the host over a virtio-serial channel named "org.qemu.guest_agent.0"
:
: This package does not need to be installed on the host OS.
[sdickers@centos7_1 ~]$
The text was updated successfully, but these errors were encountered:
sjd78
added a commit
to sjd78/ovirt-web-ui
that referenced
this issue
Jul 3, 2019
Fixes: oVirt#1055
There is a permutation where the standard QEMU guest agent
will not report actual per file system data. In this case, the
VM's `disks.usage` statistic is an empty array. This case is
now tested, and if the usage array is empty, the unallocated vs
provisioned donut chart is displayed (as if the guest agent is
not installed).
For a VM with qemu guest agent, disk file system data may not be reported and the utilization graph is empty.
VM Portal version number: 1.5.2-1 (and 1.5.3-0 / master)
oVirt version number: 4.3 and 4.4
Browser and version: Firefox and Chrome, any version
Steps to Reproduce:
Screen shot:

VM's
disks.usage
statistics:Guest VM info:
The text was updated successfully, but these errors were encountered: