]> git.proxmox.com Git - proxmox-backup.git/commit
datastore: remove individual snapshots before group
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 14 Oct 2020 12:16:37 +0000 (14:16 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 15 Oct 2020 05:51:09 +0000 (07:51 +0200)
commit4c0ae82e23fae1431b061f58bf7037466bd8e43f
tree3f79d20056ede7ccc9c318755fcde97d20c8dcb5
parent883aa6d5a4c995c46379cde880eff92d9203ba82
datastore: remove individual snapshots before group

Removing a snapshot has some more safety checks which we don't want to
ignore when removing an entire group (i.e. locking the manifest and
notifying GC).

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