]> git.proxmox.com Git - proxmox-backup.git/commit
tape/pool_writer: give proper types to 'contains_snapshot'
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 16 May 2022 11:36:09 +0000 (13:36 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 23 May 2022 14:20:13 +0000 (16:20 +0200)
commit8bec3ff691cf99d7f498576e658116126706218a
tree20ab8ae0b2a77bc70c0cdfce1dd4d33b8ac7ce1e
parent789e22d905889186febee62928507f4cfad2bb63
tape/pool_writer: give proper types to 'contains_snapshot'

instead of a string. The underlying catalog implementation has to
care about how this is formatted, not the external caller

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/api2/tape/backup.rs
src/tape/media_catalog.rs
src/tape/pool_writer/catalog_set.rs
src/tape/pool_writer/mod.rs