]> git.proxmox.com Git - proxmox-backup.git/commit
fix #4719: wait for tape to be available in changer
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 8 May 2023 11:03:41 +0000 (13:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 9 May 2023 08:23:51 +0000 (10:23 +0200)
commitbdce7fa154b7fa864cf0c5d1525f93296e524848
treef39fad62f698e566f6879e216a01449287e72e05
parent2ebe7bb54a43858ba10cd7c6fd00a45cc2935b20
fix #4719: wait for tape to be available in changer

instead of aborting. If the tape is currently e.g. offline, in an
import/export slot or in the wrong drive, this gives the user the chance to
manually move it/insert it, so that the backup job can continue.

Send an e-mail like we do on a standalone drive, but adapt the messages
to contain the changer instead of the drive.

This can help when not all tapes are currently available in the changer.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/server/email_notifications.rs
src/tape/drive/mod.rs