[pbs-devel] applied-series: [PATCH v3 proxmox-backup 0/3] datastore: Create a prune job upon datastore creation
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Nov 24 12:20:59 CET 2023
Am 23/11/2023 um 17:38 schrieb Stefan Lendl:
> prune-schedule was availible as an option in API and GUI but had no effect
> because datastore prunes are handles by prune-jobs.
> This creates a default prune job if prune-schedule is set when creating the
> datastore.
>
> Differences to v2->v3:
> updated Option.and_then() to Option.map()
> Added Tested-by g.goller trailer
Please add new trailers (how git calls those metadata lines at the end) always
at the end, i.e., those should only grow downwards and your S-o-b should stay
the top one.
>
> Differences to v1->v2:
> split into individual patches to separatly move logic to do_create_prune_job
>
> Stefan Lendl (3):
> prune job: prune job creation in separate function
> pass worker context to do_create_prune_job
> fix #4374: create a prune job upon datastore creation
>
> src/api2/config/datastore.rs | 49 +++++++++++++++++++++++++++++-------
> src/api2/config/prune.rs | 43 ++++++++++++++++++++-----------
> 2 files changed, 68 insertions(+), 24 deletions(-)
>
applied series, with Lukas' R-b and T-b added, thanks!
More information about the pbs-devel
mailing list