bareos: master d518ff2b

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm master 2013-07-09 11:25 master e91fc068 Pending
Affected Issues  0000200: Storage Daemon Tape Alert Useless / Defective
Changeset Add config option for storing a diagnostic device.

For some setups with an autochanger you might want to query the
individual drives for tape alerts. As you cannot open the tape
device twice you need to access the drive via a SCSI generic
device. We now have a per device diagnostic device config variable
which you can expand using a %D in the tape alert cmdline. Normally
you should query the autochanger for tape alerts and that should also
report any tape drive errors but some devices implement this poorly and
as such it doesn't work. This option allows you to work around that and
actually ask the drive for any tape alerts.

Fixes 0000200: Storage Daemon Tape Alert Useless / Defective
mod - src/stored/stored_conf.h Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/sd_plugins.c Diff File