[pbs-devel] applied-series: [PATCH v2 proxmox-backup 0/3] close #3459: add --ignore-verified and --outdated-after to CLI and api2
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jun 28 11:29:04 CEST 2021
On 22.06.21 09:56, Hannes Laimer wrote:
> v2, based on Dominik Csapak <d.csapak at proxmox.com>'s feedback:
> - new function is now the filter, instead of returning a closure
> - used extract_output_format in the binary
>
>
> Moved the snapshot filter into a function, so verify jobs and
> the datastore verify endpoint don't have duplicated code. Also adds
> --ignore-verified and --outdated-after to the CLI and api2 endpoint for
> verifing datastores.
> It might make sense to also make those option avaiable in the WebUI.
>
> Hannes Laimer (3):
> close #3459: verify-job: move snapshot filter into function
> close #3459: api2: add ignore-verified and outdated-after to datastore
> verify endpoint
> close: #3459: manager_bin: add --ignore-verified and --outdated-after
> parameters
>
> src/api2/admin/datastore.rs | 28 +++++++++++++++++++++++---
> src/backup/verify.rs | 27 +++++++++++++++++++++++++
> src/bin/proxmox-backup-manager.rs | 14 ++++++++++---
> src/server/verify_job.rs | 33 +++++++++----------------------
> 4 files changed, 72 insertions(+), 30 deletions(-)
>
applied, thanks! Adapted some comment messages do not falsely state to fix
an bugzilla entry they do not actively fix and added Dominik's T-b/R-b tags.
More information about the pbs-devel
mailing list