Created attachment 692675[details]
screen shots
Description of problem:
after being logged in for a while it seems that the snapshot's sub tab is not refreshed. (even the same vm is not refreshed)
Version-Release number of selected component (if applicable):
sf5
firefox-10.0.11-1.el6_3.x86_64 on csb
How reproducible:
100%
Steps to Reproduce:
1. log in and perform actions in the setup (run vm's, create, delete snapshots)
2. move between vms while selecting the snapshots sub-tab
3.
Actual results:
the snapshot's sub tab is not refreshed while other sub-tabs do
Expected results:
snapshot's sub-tab should refresh when we move between vms
Additional info:
the db is showing the status of all snapshots as OK while the UI is still showing the snapshot as locked (see screen shots) and it shows the same snapshots for all vm's (also screen shots)
engine=# SELECT status from snapshots;
status
--------
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
(16 rows)
(In reply to comment #4)
> Played with all combinations of actions on VM snapshots and other actions,
> could not reproduce whatsoever
1) please make sure browser is opened for 20-30 minutes
2) anyhow, why modified is not the proper solution if you don't have a patch, please set need-info on QE ask for more details,
Created attachment 692675 [details] screen shots Description of problem: after being logged in for a while it seems that the snapshot's sub tab is not refreshed. (even the same vm is not refreshed) Version-Release number of selected component (if applicable): sf5 firefox-10.0.11-1.el6_3.x86_64 on csb How reproducible: 100% Steps to Reproduce: 1. log in and perform actions in the setup (run vm's, create, delete snapshots) 2. move between vms while selecting the snapshots sub-tab 3. Actual results: the snapshot's sub tab is not refreshed while other sub-tabs do Expected results: snapshot's sub-tab should refresh when we move between vms Additional info: the db is showing the status of all snapshots as OK while the UI is still showing the snapshot as locked (see screen shots) and it shows the same snapshots for all vm's (also screen shots) engine=# SELECT status from snapshots; status -------- OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK (16 rows)