proxmox-backup/src/tape
Dietmar Maurer a484c9cf96 tape: automatically reload tapes inside autoloader
We always automatically unload tapes to free library slots,
so it should not happen that an ejected tape resides inside the drive.

This is just a safe guard to handle the situation in case it happens ...

You can manually produce the situation by ejecting a tape without unloading:

 mt -f /dev/nst0 eject

Note: Our "proxmox-tape eject" does automatic unload
2021-01-12 09:49:05 +01:00
..
changer tape: remove unused eject_on_unload method 2021-01-10 16:20:18 +01:00
drive tape: automatically reload tapes inside autoloader 2021-01-12 09:49:05 +01:00
helpers tape: use SnapshotReader to create snapshot archive 2020-12-18 12:11:29 +01:00
chunk_archive.rs tape: improve docu 2020-12-16 12:43:51 +01:00
file_formats.rs tape: improve docu 2020-12-16 12:23:52 +01:00
inventory.rs tape: change default media set naming template to "%c" 2021-01-09 10:51:51 +01:00
media_catalog.rs tape: show catalog status in media list 2021-01-09 10:24:48 +01:00
media_pool.rs tape: merge MediaStateDatabase into Inventory 2021-01-01 16:15:13 +01:00
media_set.rs tape: split MediaSet into extra file 2021-01-09 08:54:58 +01:00
mod.rs tape: split MediaSet into extra file 2021-01-09 08:54:58 +01:00
online_status_map.rs tape: improve MediaChange trait 2021-01-07 14:26:43 +01:00
pool_writer.rs tape: make eject/export more reliable, improve logging 2021-01-12 09:16:16 +01:00
sgutils2.rs tape: implement binding for libsgutils2 2020-12-23 09:44:53 +01:00
snapshot_archive.rs tape: use SnapshotReader to create snapshot archive 2020-12-18 12:11:29 +01:00
tape_read.rs tape: add tape read trait 2020-12-05 10:54:38 +01:00
tape_write.rs tape: add tape write trait 2020-12-05 10:51:34 +01:00