[pve-devel] applied: [PATCH v3 manager 1/3] fix #1594: add "Run now" button to cluster backup page

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Aug 14 14:03:42 CEST 2019


Am 8/12/19 um 2:50 PM schrieb Stefan Reiter:
> Iterate all (online) nodes client-side and call vzdump with the correct
> parameters (according to the job selected) for each one.
> 
> Then, show a progress bar in a non-closeable modal-dialog, to ensure the
> user stays on the Backup page during the /vzdump API calls. Any errors
> that occurred will be displayed in a consolidated message box.
> 
> Includes a "confirm" dialog to not accidentally run a potentially large
> backup job.
> 
> Curiously, the "pve-cluster-backup" data model seems to have been broken
> entirely.  I'm not sure how it was working before, but the changes in
> this patch need it fixed, so include that as well (use "mode" instead of
> individual flags + "compress" is not a boolean).
> 
> Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
> ---
>  www/manager6/dc/Backup.js | 97 ++++++++++++++++++++++++++++++++++++---
>  1 file changed, 90 insertions(+), 7 deletions(-)
> 

applied, but after 2/3 as it somewhat depends on it.




More information about the pve-devel mailing list