Re: [pve-devel] [PATCH] support to execute multiple commands in one request

2013-12-09 Thread Stefan Priebe - Profihost AG
Hi, Am 09.12.2013 11:25, schrieb Dietmar Maurer: > Hi Stefan, > > I applied your patch, but mad some modification > > https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=496ec71600f4ec8d3a8c46a94b68423399e36a6c > > Please can you test? I get these errors: { 'errors'

Re: [pve-devel] [PATCH] support to execute multiple commands in one request

2013-12-09 Thread Dietmar Maurer
Hi Stefan, I applied your patch, but mad some modification https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=496ec71600f4ec8d3a8c46a94b68423399e36a6c Please can you test? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.

Re: [pve-devel] [PATCH] support to execute multiple commands in one request

2013-12-06 Thread Stefan Priebe
Am 06.12.2013 15:46, schrieb Dietmar Maurer: And do you get some speed improvements with that? yes works great! Now my script takes 4s to execute instead of 32s. Thanks! Stefan ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmo

Re: [pve-devel] [PATCH] support to execute multiple commands in one request

2013-12-06 Thread Dietmar Maurer
And do you get some speed improvements with that? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] support to execute multiple commands in one request

2013-12-06 Thread Stefan Priebe
--- PVE/API2/Nodes.pm | 54 + 1 file changed, 54 insertions(+) diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm index 4cfcfd2..d349764 100644 --- a/PVE/API2/Nodes.pm +++ b/PVE/API2/Nodes.pm @@ -110,6 +110,7 @@ __PACKAGE__->register_method ({