[pve-devel] proxmox 3.4, some visual glitch refresh on qemu hardware vew
Alexandre DERUMIER
aderumier at odiso.com
Mon Feb 23 11:50:45 CET 2015
>>I have also notice another bug,
>>after browsing some vms config,
>>
>>I see a lot of api call to /current && /pending, for differents vms,
>>even if I'm not on this vm
I can reproduce this, with fast click on different vms on the tree.
This produce a lot of call to /pending && /api for lot of vms,
and then I slowdown the browser for others api calls.
Seem to be a race with
me.on('show', me.rstore.startUpdate);
me.on('hide', me.rstore.stopUpdate);
me.on('destroy', me.rstore.stopUpdate);
----- Mail original -----
De: "aderumier" <aderumier at odiso.com>
À: "dietmar" <dietmar at proxmox.com>
Cc: "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Lundi 23 Février 2015 07:53:16
Objet: Re: [pve-devel] proxmox 3.4, some visual glitch refresh on qemu hardware vew
>>Sorry, I am still unable to see it. Please can you also post the VM configs for
>>2 VMs, so that I
>>can test switching views between those VM configs.
Well, I don't see it on my small test cluster,
but I'm seeing on any vm on my production cluster (with a lot of vms).
Maybe it's related to latency (maybe for other api call, like task,backup,firewall between /current && /pending api call).
I have also notice another bug,
after browsing some vms config,
I see a lot of api call to /current && /pending, for differents vms,
even if I'm not on this vm
(I think it's related to
me.on('show', me.rstore.startUpdate);
me.on('hide', me.rstore.stopUpdate);
me.on('destroy', me.rstore.stopUpdate);
)
The stopUpdate don't work sometime.
----- Mail original -----
De: "dietmar" <dietmar at proxmox.com>
À: "aderumier" <aderumier at odiso.com>
Cc: "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Lundi 23 Février 2015 05:52:50
Objet: Re: [pve-devel] proxmox 3.4, some visual glitch refresh on qemu hardware vew
> I see this mainly if,
>
> I'm on a hardware tab of a qemu vm,
>
> then I click on another qemu vm in left tree.
>
> In this case, the hardware tab of the new qemu is displayed directly, and I
> see this glitch.
Sorry, I am still unable to see it. Please can you also post the VM configs for
2 VMs, so that I
can test switching views between those VM configs.
_______________________________________________
pve-devel mailing list
pve-devel at pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list