Re: [pve-devel] need help to debug random host freeze on multiple hosts

2014-12-29 Thread Alexandre DERUMIER
I'm around 60-70% load on this quad opteron platforms. You have check too, that 60-70 % are normal use? Well, yes, Xmas period, so I have more traffic than usual. You have Log-Files with 0 Bytes? (on host and in containers) No, all is fine You have Hacking-Attacks from and to your servers?

[pve-devel] [PATCH] Change check for better understanding!

2014-12-29 Thread Wolfgang Link
Signed-off-by: Wolfgang Link wolfg...@linksystems.org --- PVE/QemuServer.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index cb84f42..9ef186e 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3724,7 +3724,7 @@ sub vm_stop

Re: [pve-devel] need help to debug random host freeze on multiple hosts

2014-12-29 Thread Michael Rasmussen
On Mon, 29 Dec 2014 07:31:32 +0100 (CET) Alexandre DERUMIER aderum...@odiso.com wrote: Yes sure , I have nothing in logs. (That's why I thinked of kdump to try to have more info). I'll really don't known if it's a software real kernel panic, or a hardware bug. I just see on vmware

[pve-devel] qemu-server : pending patches v4

2014-12-29 Thread Alexandre Derumier
Here a new patch series with improvements and bugfix ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH 5/5] fix balloon pending update

2014-12-29 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index df9ce74..a212183 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3537,6

[pve-devel] [PATCH 1/5] pending : add disk hot-unplug

2014-12-29 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index ab8565d..1d85ac8 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3541,7 +3541,9 @@ sub

[pve-devel] [PATCH 3/5] resize disk : allow resize pending disk

2014-12-29 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/API2/Qemu.pm | 18 ++ PVE/QemuServer.pm |4 ++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 4467837..6acef08 100644 --- a/PVE/API2/Qemu.pm +++

[pve-devel] [PATCH 4/5] don't try to hotplug|unplug ide sata drive

2014-12-29 Thread Alexandre Derumier
We can't hotplug theses devices, so we can avoid to throw always an error when adding them Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index

[pve-devel] [PATCH 2/5] add pending param to config api

2014-12-29 Thread Alexandre Derumier
return the config when pending changes applied Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/API2/Qemu.pm | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index fb36ce8..4467837 100644 ---

[pve-devel] [PATCH 4/5] forbid edit|delete of pending delete, and move_disk of pending disk

2014-12-29 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/qemu/HardwareView.js |9 + 1 file changed, 9 insertions(+) diff --git a/www/manager/qemu/HardwareView.js b/www/manager/qemu/HardwareView.js index f05f2eb..7b7aae2 100644 --- a/www/manager/qemu/HardwareView.js +++

[pve-devel] [PATCH 5/5] fix pending cpu rendering

2014-12-29 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/grid/ObjectGrid2.js | 14 ++ www/manager/qemu/HardwareView.js | 13 - 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/www/manager/grid/ObjectGrid2.js

[pve-devel] [PATCH 1/5] pending grid demo

2014-12-29 Thread Alexandre Derumier
fixme: - add missing options from config file in store - remove ObjectStore2.js Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/Makefile |2 + www/manager/data/ObjectStore2.js | 28 www/manager/data/PVEProxy.js |6 ++

[pve-devel] pve-manager : pending patches v4

2014-12-29 Thread Alexandre Derumier
Need new qemu-server patchs series V4 I always stuck to display options not defined in config. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH 2/5] align icons in grid to top

2014-12-29 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/css/ext-pve.css |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/ext-pve.css b/www/css/ext-pve.css index ffdfa3a..6f63bd0 100644 --- a/www/css/ext-pve.css +++ b/www/css/ext-pve.css @@ -58,7 +58,7 @@

[pve-devel] [PATCH 3/5] hardware and option : pass pending param to config api

2014-12-29 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/qemu/HardwareView.js |2 +- www/manager/qemu/Options.js |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/manager/qemu/HardwareView.js b/www/manager/qemu/HardwareView.js index

Re: [pve-devel] [PATCH 2/5] add pending param to config api

2014-12-29 Thread Dietmar Maurer
@@ -633,6 +633,11 @@ __PACKAGE__-register_method({ properties = { node = get_standard_option('pve-node'), vmid = get_standard_option('pve-vmid'), +pending = { +optional = 1, +type = 'boolean', +

Re: [pve-devel] need help to debug random host freeze on multiple hosts

2014-12-29 Thread Alexandre DERUMIER
Could this, given the high load, be caused by a race condition which is solved in the new microcode? I don't have info about microcode update, only a note from dell support which said that it's correcting instability on vmware. (So I don't known for kvm) Have you tried connecting a serial

Re: [pve-devel] need help to debug random host freeze on multiple hosts

2014-12-29 Thread Alexandre DERUMIER
I don't have info about microcode update, only a note from dell support which said that it's correcting instability on vmware. (So I don't known for kvm) Here the detail of microcode patch 815 Processor May Read Partially Updated Branch Status Register Description Under a highly specific and

Re: [pve-devel] [PATCH 2/5] add pending param to config api

2014-12-29 Thread Alexandre DERUMIER
I think this should have a default = 1, So that we are compatible with current behavior. Oh, yes, you are right. Like this it'll not break whmcs modulegarden proxmox module. (I see that they are now partner with proxmox, their module is really great :) - Mail original - De:

Re: [pve-devel] need help to debug random host freeze on multiple hosts

2014-12-29 Thread Michael Rasmussen
On Mon, 29 Dec 2014 20:05:35 +0100 (CET) Alexandre DERUMIER aderum...@odiso.com wrote: Here the detail of microcode patch 815 Processor May Read Partially Updated Branch Status Register Description Under a highly specific and detailed set of internal timing conditions, the processor