Hide Forgot
Description of problem: in the background admin portal calls page /ovirt-engine/services/reports-interface-proxy?command=status every +-30 seconds, that doesn't exist Version-Release number of selected component (if applicable): ovirt-engine-4.0.3-0.1.el7ev.noarch ovirt-engine-webadmin-portal-4.0.3-0.1.el7ev.noarch How reproducible: always Steps to Reproduce: 1. log into admin portal 2. look what happens in the background, e.g. with firebug or developer tools (section Network) Actual results: page reports-interface-proxy is called every 30 seconds Expected results: no report page should be called Additional info: tested in Firefox 47.0 it happens in clean engine-setup also in upgraded
It means the reports is configured. I think that the integration team is working on removing this configuration. Didi, am I right?
(In reply to Oved Ourfali from comment #1) > It means the reports is configured. > I think that the integration team is working on removing this configuration. > Didi, am I right? We have bug 1363958. Its scope is not final yet, now commented there. I think you can close as duplicate of it.
There could be some UI code, too. Let's not close duplicate and make sure.
(In reply to Greg Sheremeta from comment #3) > There could be some UI code, too. Let's not close duplicate and make sure. In 4.0, UI still contains code for Reports integration. Bug #1365980 ensures that Reports-related "Dashboard" main tab (on the right side, next to "Events") stays hidden. In master (4.1+), UI code for Reports integration is properly removed: https://gerrit.ovirt.org/#/c/61143/
Why is the severity high? Except for the fact there's a call that ends up in a 404 every 30 seconds, what is the user experience?
I can't answer, Moran?
The concern is performance overhead. I'll concede that a 404 every 30 seconds isn't actually a performance hit :)
This was indeed fixed by oVirt gerrit patch 61143
no report scripts from UI are called verified in ovirt-engine-webadmin-portal-4.1.0-0.3.beta2.el7.noarch