Hi Frank,

Below config with a Quantum Superloader 3:

/etc/bareos/bareos-dir.d/storage/Tape.conf

Storage {
  Name = Tape
  Address  = xxx
  Password = "xxx"
  Device = autochanger
  Media Type = LTO
  Auto Changer = yes
  Collect Statistics = yes
  Maximum Concurrent Jobs = 10
}

/etc/bareos/bareos-sd.d/autochanger/autochanger.conf

Autochanger {
  Name = "autochanger"
  Changer Device = /dev/tape/by-id/scsi-xxx
  Device = tapedrive

#  Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a %d"
  Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a 0"  # Workarround for Drive 65535 issue
}

/etc/bareos/bareos-sd.d/device/tapedrive.conf

Device {

    Name = "tapedrive"
    DeviceType = tape

    # default:0, only required if the autoloader have multiple drives.
    # DriveIndex = 0

    ArchiveDevice = /dev/tape/by-id/scsi-xxx
    MediaType = LTO

    AutoChanger = yes
    AutomaticMount = yes
    MaximumFileSize = 10GB
    Minimum block size = 524288
    Maximum block size = 524288

    Spool Directory = /spool
    Maximum Spool Size = 6000GB
    Maximum Concurrent Jobs = 10
    Removable Media = yes
    Collect Statistics = yes
}

Br, Sascha

On 02.04.20 13:46, Frank Bergkemper wrote:
I tried to reproduce the reported issue without success, yet.

How does your configuration look like in detail? Providing the following
configurations files could help to understand the problem better.

/etc/bareos/bareos-dir.d/storage/tapelib.conf
/etc/bareos/bareos-sd.d/autochanger/autochanger-*.conf
/etc/bareos/bareos-sd.d/device/tapedrive-*.conf

Thanks & regards,
Frank


--
.

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/ebd233a0-86c0-7a2e-531a-82034a3a445d%40access-company.com.

Reply via email to