oVirt / moVirt

A mobile client for oVirt
Apache License 2.0
50 stars 33 forks source link

In Host Events, It should be only the host related Events (4.2) #286

Closed shiramax closed 3 years ago

shiramax commented 7 years ago

The Hosts Events presents the all Events and not only the host. This bug also accure in the web admin.

jelkosz commented 7 years ago

@shiramax this happens on ovirt 4.2, right? If yes than it is this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1454821

shiramax commented 7 years ago

it does happen in 4.2, are you sure it's this bug? it doesn't seem related to that issue.

jelkosz commented 7 years ago

yep, it is. The thing is that we use search query for finding the related entities and there is a bug in the backend implementation of the search query which returns much more entities than we need asked for.

You can observe an another incarnation of this bug by going in webadmin to the VM subtab of the pool main tab and you will see all the VMs, not only the ones belonging to the pool.