public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v3 0/4] improve catalog handling
@ 2021-07-28  9:11 Dietmar Maurer
  2021-07-28  9:11 ` [pbs-devel] [PATCH proxmox-backup v3 1/4] cleanup: factor out tape catalog path helpers Dietmar Maurer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Dietmar Maurer @ 2021-07-28  9:11 UTC (permalink / raw)
  To: pbs-devel

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-29 12:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28  9:11 [pbs-devel] [PATCH proxmox-backup v3 0/4] improve catalog handling Dietmar Maurer
2021-07-28  9:11 ` [pbs-devel] [PATCH proxmox-backup v3 1/4] cleanup: factor out tape catalog path helpers Dietmar Maurer
2021-07-28  9:11 ` [pbs-devel] [PATCH proxmox-backup v3 2/4] tape: lock media_catalog file to to get a consistent view with load_catalog Dietmar Maurer
2021-07-28  9:11 ` [pbs-devel] [PATCH proxmox-backup v3 3/4] tape: media_catalog: add snapshot list cache for catalog Dietmar Maurer
2021-07-28  9:11 ` [pbs-devel] [PATCH proxmox-backup v3 4/4] api2: tape: media: use MediaCatalog::snapshot_list for content listing Dietmar Maurer
2021-07-29 12:30 ` [pbs-devel] applied: [PATCH proxmox-backup v3 0/4] improve catalog handling Dietmar Maurer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal