Created attachment 1196308 [details] top ulitized memory Description of problem: if I rename VM, in top utilized view is this VM shown twice and clicking on one of them goes to empty VM list in CPU and Memory too Version-Release number of selected component (if applicable): ovirt-engine-dashboard-1.0.3-1.el7ev.x86_64 How reproducible: always Steps to Reproduce: 1. go to Virtual Machines and rename one of the running ones 2. wait some minutes, until dashboard gets updated 3. go to Dashboard and click on chart in Memory section, there is record for the new name and also for the old one 4. rename it again and the same VM is there shown thrice, see attachment Actual results: for every name used for one VM, records are shown Expected results: only one record for every VM and its actual name Additional info: the main problem will be, when I rename some VM and create new one with the old name of this one, then the counted values will be for two different VM and that is not right and also after my opinion is logical to show counted values for one VM no matter what name it had
Created attachment 1196309 [details] VM list
How is rename handled in DWH?
(In reply to Oved Ourfali from comment #2) > How is rename handled in DWH? Renaming should not cause thus behavior. Only current name should be used. Probably a bug in the query. Checking.
no multiple VMs verified in ovirt-engine-dashboard-1.0.5-1.el7ev.x86_64