[pve-devel] [PATCH] memory hotplug option is not hotpluggable

2015-02-09 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 52b1a1c..556bbb7 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3746,7 +3746,6 @@

Re: [pve-devel] [PATCH] memory hotplug option is not hotpluggable

2015-02-09 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] BUG: Firewall Alias not resolve correct !!!

2015-02-09 Thread Dietmar Maurer
*So, is that not possible to usar numbers in the alias?* Thanks for the bug report. I just committed a fix for that: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff;h=04f5088f6b7338732c8071904b9be44f564b6c94 - Dietmar ___ pve-devel mailing

[pve-devel] [PATCH 3/5] api2 : node : add migrate_all

2015-02-09 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/API2/Nodes.pm | 102 + 1 file changed, 102 insertions(+) diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm index 839fba3..9cb05f0 100644 --- a/PVE/API2/Nodes.pm +++

[pve-devel] [PATCH 4/5] add migrate_all form

2015-02-09 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/Makefile |1 + www/manager/window/MigrateAll.js | 84 ++ 2 files changed, 85 insertions(+) create mode 100644 www/manager/window/MigrateAll.js diff --git

[pve-devel] pve-manager : vms maintenance (migrateall|stopall|startall)

2015-02-09 Thread Alexandre Derumier
This is an old patches serie that we use at work since 2years now. I have add a request for this during the last week session training ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH 2/5] api2: node : startall : add force option

2015-02-09 Thread Alexandre Derumier
force start if onboot = 0 Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/API2/Nodes.pm | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm index 5ffb277..839fba3 100644 --- a/PVE/API2/Nodes.pm +++

[pve-devel] [PATCH 1/5] add stopall/startall vm buttons

2015-02-09 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/node/Config.js | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/www/manager/node/Config.js b/www/manager/node/Config.js index c351ffd..0992e15 100644 ---

[pve-devel] [PATCH 5/5] add migration_all button

2015-02-09 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/node/Config.js | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/www/manager/node/Config.js b/www/manager/node/Config.js index 0992e15..7e0d04a 100644 --- a/www/manager/node/Config.js +++

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

2015-02-09 Thread Michael Rasmussen
On Mon, 9 Feb 2015 19:07:31 +0100 (CET) Dietmar Maurer diet...@proxmox.com wrote: So there must be something wrong with that clog data structure. Will dig deeper tomorrow. Looks like an instance of the struct is freed to early so that the cast fails. -- Hilsen/Regards Michael Rasmussen

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

2015-02-09 Thread Stefan Priebe
Am 09.02.2015 um 17:43 schrieb Dietmar Maurer: I re-compiled the package with same compiler and libs, so maybe it generate the same code. Running addr2line: # addr2line -e /usr/bin/pmxcfs 0041a730 /home/dietmar/pve2-devel/pve-cluster/build/src/logger.c:314 what IP did you get at the

[pve-devel] Debian Appliance Builder exec: cd: not found

2015-02-09 Thread Wendel Toews
I am trying to build a appliance that requires some packages to be built from source. When I try to change the working directory with : dab exec cd /usr/local/src I get : /sbin/defenv: 10: exec: cd: not found If I use: dab exec /bin/sh -c cd /usr/local/src; pwd it returns: / I am trying to

Re: [pve-devel] crashes of pmxcfs

2015-02-09 Thread Stefan Priebe - Profihost AG
Hi Dietmar, i can build a debug package on my own to debug this issue. I just don't know how to pass -DDEBUG to gcc with your makefile / configure script. Can you tell me? Stefan Am 09.02.2015 um 11:30 schrieb Stefan Priebe - Profihost AG: Am 09.02.2015 um 08:50 schrieb Stefan Priebe -

Re: [pve-devel] [PATCH] zfs: auto import after reboot

2015-02-09 Thread Dietmar Maurer
On 02/03/2015 12:59 PM, Wolfgang Link wrote: @@ -419,6 +419,14 @@ sub volume_snapshot_rollback { sub activate_storage { my ($class, $storeid, $scfg, $cache) = @_; + +my @param = ('-o', 'name', '-H'); + +my $text = zfs_request($class, $scfg, undef, 'zpool_list', @param); + +

Re: [pve-devel] crashes of pmxcfs

2015-02-09 Thread Stefan Priebe - Profihost AG
Am 09.02.2015 um 12:24 schrieb Alexandre DERUMIER: I just don't know how to pass -DDEBUG to gcc with your makefile / configure script. I think it need to be done in debian/rules override_dh_auto_configure: ./autogen.sh ./configure --prefix=/usr sure but it

Re: [pve-devel] [PATCH] zfs: auto import after reboot

2015-02-09 Thread Dietmar Maurer
On 02/09/2015 12:24 PM, Wolfgang Link wrote: ctivate_storage is inherted by ZFSPlugin, so we cannot do that! So please overwrite it inside ZFSPlugin.pm. ahead in this patch I override it in ZFSPlugin.pm Sorry, you are correct! I just applied your patch.

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

2015-02-09 Thread Stefan Priebe
Signed-off-by: Stefan Priebe s.pri...@profihost.ag --- debian/control |5 + debian/rules |6 ++ 2 files changed, 11 insertions(+) diff --git a/debian/control b/debian/control index b4375a6..1be793a 100644 --- a/debian/control +++ b/debian/control @@ -12,3 +12,8 @@ Description:

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

2015-02-09 Thread Stefan Priebe
Signed-off-by: Stefan Priebe s.pri...@profihost.ag --- debian/control |5 + debian/rules |6 ++ 2 files changed, 11 insertions(+) diff --git a/debian/control b/debian/control index b4375a6..1be793a 100644 --- a/debian/control +++ b/debian/control @@ -12,3 +12,8 @@ Description:

Re: [pve-devel] crashes of pmxcfs

2015-02-09 Thread Alexandre DERUMIER
I just don't know how to pass -DDEBUG to gcc with your makefile / configure script. I think it need to be done in debian/rules override_dh_auto_configure: ./autogen.sh ./configure --prefix=/usr - Mail original - De: Stefan Priebe s.pri...@profihost.ag À: dietmar

Re: [pve-devel] [PATCH] zfs: auto import after reboot

2015-02-09 Thread Wolfgang Link
On 02/09/2015 12:07 PM, Dietmar Maurer wrote: On 02/03/2015 12:59 PM, Wolfgang Link wrote: @@ -419,6 +419,14 @@ sub volume_snapshot_rollback { sub activate_storage { my ($class, $storeid, $scfg, $cache) = @_; + +my @param = ('-o', 'name', '-H'); + +my $text =

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

2015-02-09 Thread Alexandre Derumier
we need to change memory field step dynamically, and also map values to dimm size. Fixme : apply same behaviour for maxmemory field Signed-off-by: Alexandre Derumier aderum...@odiso.com --- www/manager/qemu/HardwareView.js |4 ++ www/manager/qemu/MemoryEdit.js | 112

Re: [pve-devel] Debian Appliance Builder exec: cd: not found

2015-02-09 Thread Dietmar Maurer
Instead, you should use make with -C option On February 9, 2015 at 9:32 PM Wendel Toews wen...@dynamo-electric.com wrote: I am trying to build a appliance that requires some packages to be built from source. When I try to change the working directory with : dab exec cd /usr/local/src I