]> git.proxmox.com Git - proxmox-backup.git/commit
tape: add media state database
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Dec 2020 09:16:01 +0000 (10:16 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Dec 2020 10:21:56 +0000 (11:21 +0100)
commitcafd51bf428770e6d5a3300a7a038d77ef6d813c
treeca106ffeff620bce9927946bc1b32858ef8b6166
parenteaff09f483419a2b227253ea6997102d0e1fb8ba
tape: add media state database
src/api2/tape/changer.rs
src/api2/types/tape/media_status.rs [new file with mode: 0644]
src/api2/types/tape/mod.rs
src/bin/proxmox-backup-api.rs
src/tape/inventory.rs
src/tape/media_state_database.rs [new file with mode: 0644]
src/tape/mod.rs
src/tape/online_status_map.rs [new file with mode: 0644]