]> git.proxmox.com Git - proxmox-backup.git/commit
prune: never fail, just warn about failed removals
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 14 Oct 2020 12:16:30 +0000 (14:16 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 15 Oct 2020 05:09:34 +0000 (07:09 +0200)
commitf153930066b7c413f7ed582c32ae33b206f39fcd
tree39f7a605c5dcb605f0a2cce3bdd50647871ec6fa
parent836c4a278dabf97b57fefa199b672d60afe5abdf
prune: never fail, just warn about failed removals

A removal can fail if the snapshot is already gone (this is fine, our
job is done either way) or we couldn't get a lock (also fine, it can't
be removed then, just warn the user so he knows what happened and why it
wasn't removed) - keep going either way.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/api2/admin/datastore.rs