[pbs-devel] [PATCH v5 proxmox-backup 0/2] fix rare race in garbage collection
Christian Ebner
c.ebner at proxmox.com
Wed Apr 16 12:49:58 CEST 2025
Fixes a rare race in phase 1 of garbage collection, as described in
more detail in the commit message of patch 2.
This patches are intended as stop gap for the time being, until a
different approach to guarantee the presence of index files also
after pruning has been explored and implemented, as suggested by
Thomas [0].
Changes since version 4:
- Adapt open_index_reader to fail for archive type blob, allows
detection of missing index files.
- Fix typos in commit message and bail message
[0] https://lore.proxmox.com/pbs-devel/7bac779b-e564-4f24-b58c-a4411c2a59aa@proxmox.com/
Christian Ebner (2):
garbage collection: fail on ArchiveType::Blob in open index reader
garbage collection: fix rare race in chunk marking phase
pbs-datastore/src/datastore.rs | 127 ++++++++++++++++++++++-----------
1 file changed, 85 insertions(+), 42 deletions(-)
--
2.39.5
More information about the pbs-devel
mailing list