[pbs-devel] [PATCH proxmox-backup v3 0/4] improve catalog handling
Dietmar Maurer
dietmar at proxmox.com
Wed Jul 28 11:11:14 CEST 2021
Resend all patches to make it clear how it is supposed to be used.
The basic diffence to Dominiks patches is that the cache files are
created on demand.
Dietmar Maurer (3):
cleanup: factor out tape catalog path helpers
tape: lock media_catalog file to to get a consistent view with
load_catalog
tape: media_catalog: add snapshot list cache for catalog
Dominik Csapak (1):
api2: tape: media: use MediaCatalog::snapshot_list for content listing
src/api2/tape/media.rs | 45 +++++++------
src/tape/media_catalog.rs | 65 +++++++++++--------
src/tape/media_catalog_cache.rs | 108 ++++++++++++++++++++++++++++++++
src/tape/mod.rs | 3 +
4 files changed, 171 insertions(+), 50 deletions(-)
create mode 100644 src/tape/media_catalog_cache.rs
--
2.30.2
More information about the pbs-devel
mailing list