
Am 23.12.19 um 12:45 schrieb Matthias Leopold:
Am 19.12.19 um 19:14 schrieb Matthias Leopold:
Hi,
after upgrading oVirt from 4.3.5 to 4.3.7 some things in the VM Portal stopped working for users with "User" role:
* running guest agent is not recognized ("It looks like no guest agent is configured on the VM.") * CD/ISO list is "[Empty]" for this I found "- limit CD/ISO list by data center" in rpm changelog, but this doesn't help me in any way
Assigning other roles (UserVmRunTimeManager, PowerUserRole) doesn't change anything. /var/log/ovirt-engine/ui.log is quiet. Downgrading to ovirt-web-ui-1.5.3-1.el7.noarch resolves both issues.
Am I the only one who is experiencing this?
thx for advice Matthias
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/IN2YDY7MUMV67H...
OK, I think I found it in both cases: * the criteria for "DiskDetails" to display has changed in 1.6.0 ("diskDetails.length > 0"), since I mostly use cinder disks (which have never been covered in this calculation) I now get this (harmless) error message about "no guest agent is configured"
with qemu-guest-agent 3.1 (self compiled) and ovirt-guest-agent 1.0.16 (from ovirt instead of epel) vms.disk_usage in the database is correctly filled even for VMs with Cinder disks and everything "works as designed" in the VM portal see also https://github.com/oVirt/ovirt-web-ui/pull/1056 it was a long way to get there... I hope somebody can use this... Matthias