Description of problem: Getting user VMs from user portal is taking too long Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Log in to the user portal with a valid user 2. 3. Actual results: It takes more than 30 sec to get the user's VMs Expected results: User Vms should be shown immediately Additional info: GetVmsByUserId is getting the results by a join of 6the vms view with the permissions view It is more efficient in that case to get first from he permissions all the user VMs IDs to an array and query the vms view with that
how large environment we're talking here?
Gil - would be happy if the scale team will test this in 4.1.
The fix for this issue should be included in oVirt 4.1.0 beta 1 released on December 1st. If not included please move back to modified.
verified on 4.1.1.2-0.1.el7 with 250 host (100 up) + ~1300 Vms logged in with a user assigned with 1 Vm (defined as super User) Getting user VM from user portal was immediate