]> git.proxmox.com Git - proxmox-backup.git/commit - src/tape/pool_writer/mod.rs
tape: store media_uuid in PoolWriterState
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Mar 2021 06:33:59 +0000 (07:33 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Mar 2021 06:33:59 +0000 (07:33 +0100)
commit88bc9635aa51f4b93b5ca54db98f16eecc328dc4
treeb7d9577d364cba2dcae87ee5a69746d977ce8d26
parent1037f2bc2db704a4763b40d120dad9a16f653609
tape: store media_uuid in PoolWriterState

This is mainly a cleanup, avoiding to access the catalog_set to get the uuid.
src/tape/pool_writer.rs