[pbs-devel] applied: [PATCH proxmox-backup] server/prune_job: fix locking during prune jobs

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 2 17:09:47 CEST 2021


On 02.06.21 15:54, Dominik Csapak wrote:
> removing the backup dir must acquire the snapshot lock, else it can
> happen that we remove a snapshot while it is being restored
> or backed up to tape
> 
> the original commit that adds the force flag
> (c9756b40d1b33c573216f7c8eba209200c1d9bd5)
> mentions that the prune checks itself if the snapshot is in use,
> but i could not find such code, so simply set force to false


argh... 

> to avoid failing and aborting the prune job, warn if it could not
> and continue
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  src/server/prune_job.rs | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
>

applied, thanks!





More information about the pbs-devel mailing list