[pve-devel] [PATCH: proxmox-widget-toolkit] parse_task_upid: Allow additional (optional) task_id field

2019-12-17 Thread dietmar
From: Dietmar Maurer We need that if tasks runs inside multi-threaded applications (several tasks inside one process). --- Utils.js | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Utils.js b/Utils.js index 1fa6999..6d1b24c 100644 --- a/Utils.js +++ b/Utils.js @@

[pve-devel] applied: [PATCH: proxmox-widget-toolkit] parse_task_upid: Allow additional (optional) task_id field

2019-12-17 Thread Thomas Lamprecht
On 12/17/19 11:46 AM, diet...@proxmox.com wrote: > From: Dietmar Maurer > > We need that if tasks runs inside multi-threaded applications (several > tasks inside one process). > --- > Utils.js | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > applied, thanks! ___

[pve-devel] applied: [PATCH proxmox-widget-toolkit] task viewer: add new taks_id field as optional row entry

2019-12-17 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- window/TaskViewer.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/window/TaskViewer.js b/window/TaskViewer.js index d3133f9..347542e 100644 --- a/window/TaskViewer.js +++ b/window/TaskViewer.js @@ -137,6 +137,9 @@ Ext.define('Proxmox.window.TaskViewer

Re: [pve-devel] [RFC manager 1/2] api: backup: Add endpoint for disk included status

2019-12-17 Thread Dominic Jäger
Hi, the attached test cases show some small problems with uninitialized values. Please use them only in a test environment. It might destroy pools, VMs or backup jobs. On Thu, Dec 12, 2019 at 11:27:44AM +0100, Aaron Lauterer wrote: > + my $vzconf = cfs_read_file('vzdump.cron'); > + my $j