[pve-devel] proxmox 3.4, some visual glitch refresh on qemu hardware vew
Alexandre DERUMIER
aderumier at odiso.com
Mon Feb 23 08:39:57 CET 2015
>>Maybe it's related to latency (maybe for other api call, like task,backup,firewall between /current && /pending api call).
I have tried to remove some panel (like summary,tasks,...)
And it's reduce the time of the refresh.
So it's seem to be related to latency between /config and /pending.
Note that I also see this visual bug for the vm "resume" button hidding,
in Config.js
if (qmpstatus === 'prelaunch' || qmpstatus === 'paused') {
startBtn.setVisible(false);
resumeBtn.setVisible(true);
} else {
startBtn.setVisible(true);
resumeBtn.setVisible(false);
}
It's take around 0,3s to be hidden, same than for refresh the default hardware config to pending hardware config.
----- 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