Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
does onSpinUp, onSpinDown also work if we change value manually without using up|down button ? I finally fixed that by listening to blur signal: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=5e0a288e38c8cba1faf99a5efb62a06352582d03 ___

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Wolfgang Link
Yes, I am the new Proxmox *t*eam member. Am 10.02.15 um 17:14 schrieb Alexandre DERUMIER: Seem to be perfect here :) Thanks ! I'm going to work on cpu hotplug tommorow. BTW, is Wolfgang a new proxmox team member ? - Mail original - De: dietmar diet...@proxmox.com À: aderumier

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
Speaking of todo lists. What are the status for adding DHCP server feature to proxmox? AFAIK you are working on that? IPv6 is still missing? Or did you already implement/sent that? ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Alexandre DERUMIER
Seem to be perfect here :) Thanks ! I'm going to work on cpu hotplug tommorow. BTW, is Wolfgang a new proxmox team member ? - Mail original - De: dietmar diet...@proxmox.com À: aderumier aderum...@odiso.com Cc: pve-devel pve-devel@pve.proxmox.com Envoyé: Mardi 10 Février 2015

Re: [pve-devel] [PATCH] enable debug package for pve-cluster

2015-02-10 Thread Dietmar Maurer
Here are some more lines: pmxcfs[4156]: segfault at 21341873 ip 0041aa9c sp # addr2line -e /usr/bin/pmxcfs 0041aa9c /home/dietmar/pve2-devel/pve-cluster/build/src/logger.c:167 I am unable to find the bug, so I need more infos. Do you think you can generate a core file?

[pve-devel] [PATCH] vm_devices_list : list devices behind pci bridge

2015-02-10 Thread Alexandre Derumier
This fix hotplug for devices behind bridges, like nic6-24 for example Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 59441e1..70e2ae6

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
I'm going to work on cpu hotplug tommorow. BTW, is Wolfgang a new proxmox team member ? Yes :-) Our todo lists are quite long, so we try to enlarge the team. And we are still locking for new developers: https://www.proxmox.com/about/careers - Dietmar

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Alexandre DERUMIER
Yes, I am the new Proxmox team member. That's Great :) Nice to meet you. - Mail original - De: Wolfgang Link w.l...@proxmox.com À: aderumier aderum...@odiso.com Cc: pve-devel pve-devel@pve.proxmox.com Envoyé: Mardi 10 Février 2015 17:32:12 Objet: Re: [pve-devel] [PATCH] memory form :

Re: [pve-devel] [PATCH] enable debug package for pve-cluster

2015-02-10 Thread Dietmar Maurer
I hope so. I already prepared everything to get a core dump next time. Will report back if it happens again. OK. Ps: what's about my other patches from last week? Will try to look at them tomorrow. ___ pve-devel mailing list

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Michael Rasmussen
On Tue, 10 Feb 2015 17:52:27 +0100 (CET) Dietmar Maurer diet...@proxmox.com wrote: Yes :-) Our todo lists are quite long, so we try to enlarge the team. Speaking of todo lists. What are the status for adding DHCP server feature to proxmox? -- Hilsen/Regards Michael Rasmussen Get my public

Re: [pve-devel] [PATCH] enable debug package for pve-cluster

2015-02-10 Thread Stefan Priebe - Profihost AG
Am 10.02.2015 um 17:42 schrieb Dietmar Maurer diet...@proxmox.com: Here are some more lines: pmxcfs[4156]: segfault at 21341873 ip 0041aa9c sp # addr2line -e /usr/bin/pmxcfs 0041aa9c /home/dietmar/pve2-devel/pve-cluster/build/src/logger.c:167 I am unable to find the bug,

[pve-devel] [PATCH] bug 597: hotplug fix

2015-02-10 Thread Wolfgang Link
wrap params in dopple quotes, so spaces will accept. Signed-off-by: Wolfgang Link w.l...@proxmox.com --- PVE/QemuServer.pm |4 1 file changed, 4 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 7045c14..9b4e137 100644 --- a/PVE/QemuServer.pm +++

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
applied with additional cleanups to avoid hard-coded constants - please can you test? https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=2cf71959752511f5c776fc1915e17e836acab686 ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] [PATCH] bug 597: hotplug fix

2015-02-10 Thread Dietmar Maurer
applied, thanks! On 02/10/2015 12:59 PM, Wolfgang Link wrote: wrap params in dopple quotes, so spaces will accept. Signed-off-by: Wolfgang Link w.l...@proxmox.com --- PVE/QemuServer.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm

[pve-devel] [PATCH] zfspoolplugin: fix volume_resize

2015-02-10 Thread Wolfgang Link
copy methode volume_resize form ZFSPlugin.pm to ZFSPoolPlugin.pm refactor volume_resize Signed-off-by: Wolfgang Link w.l...@proxmox.com --- PVE/Storage/ZFSPlugin.pm |7 --- PVE/Storage/ZFSPoolPlugin.pm | 10 ++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
Fixme : apply same behaviour for maxmemory field just implemented this. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] bug 597: hotplug fix

2015-02-10 Thread Wolfgang Link
wrap params in dopple quotes, so spaces will accept. Signed-off-by: Wolfgang Link w.l...@proxmox.com --- PVE/QemuServer.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 556bbb7..59441e1 100644 --- a/PVE/QemuServer.pm +++

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Alexandre DERUMIER
I'll try tomorrow does onSpinUp, onSpinDown also work if we change value manually without using up|down button ? - Mail original - De: dietmar diet...@proxmox.com À: aderumier aderum...@odiso.com, pve-devel pve-devel@pve.proxmox.com Envoyé: Mardi 10 Février 2015 11:46:10 Objet: Re:

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
I was under the impression that a decision whether to develop one from scratch in Perl or to use dnsmasq, unbound etc. was not made yet so I stopped with the IPv4 implementation waiting for a decision. If the decision was dnsmasq, unbound etc. there was no idea going any further since this

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Michael Rasmussen
On Tue, 10 Feb 2015 20:11:20 +0100 (CET) Dietmar Maurer diet...@proxmox.com wrote: Do you (or alexandre) have time to update the dnsmasqd based patch? Maybe the new firewall can help to implement all features we need? I will look in to this. I can't seem to find the git repo for dnsmasq in

Re: [pve-devel] Optimizing CPU flags

2015-02-10 Thread Dietmar Maurer
On 01/30/2015 10:23 PM, Stefan Priebe wrote: For mixed clusters, use the lowest available CPU version, so if one host is Penryn and the other Nehalem, use Penryn on both. If you are using RHEV or oVirt, this is already built in. VMWare have this called EVC and position it as a huge feature.

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
Do you (or alexandre) have time to update the dnsmasqd based patch? Maybe the new firewall can help to implement all features we need? I will look in to this. I can't seem to find the git repo for dnsmasq in git.proxmox.com? Cant we use the debian package?

Re: [pve-devel] [PATCH 1/2] Fix next_unused_port already bin detection

2015-02-10 Thread Dietmar Maurer
applied both patches, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] QemuServer: fix wrong binding of pci root ports, bridges or switches to vfio

2015-02-10 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] Optimizing CPU flags

2015-02-10 Thread Alexandre DERUMIER
this might also need the enforce parameter. enforce is currently buggy on 2.6.32, but works fine with 3.10 kernel. - Mail original - De: Stefan Priebe s.pri...@profihost.ag À: dietmar diet...@proxmox.com, pve-devel pve-devel@pve.proxmox.com Envoyé: Mercredi 11 Février 2015 08:17:01

Re: [pve-devel] [PATCH] memory form : hotplug improvements

2015-02-10 Thread Dietmar Maurer
does onSpinUp, onSpinDown also work if we change value manually without using up|down button ? no, I need to fix that. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel