bareos使用两个磁带驱动器(不复用)

我正在使用带有两个驱动器的Neoseries T24(Flexstor II)自动装载机。 我把磁带(其中11个)放在标有“Full”的池中。

当我运行两个“Full”池的作业时,它们将按顺序等待,以使它们都可以使用相同的驱动器(0),而不是在驱动器0上运行的驱动器,以及在驱动器1上运行的驱动器。

这是因为我在标签过程中select了驱动器0吗?

是否有可能在自动加载磁带机中将完整存储池中的任何磁带设置为可用驱动器,以便两个作业可以同时运行?

两个SD守护进程需要运行吗?

** bareos-sd.d / server-sd.conf **

storage { Name = server-sd Maximum Concurrent Jobs = 20 # Plugin Directory = /usr/lib/bareos/plugins # Plugin Names = "" } 

** bareos-sd.d / autochanger / autochanger-0.conf **

 Autochanger { Name = "FlexStor_II" Changer Device = /dev/tape/by-id/scsi-1BDT_FlexStor_II_xxxxxxxxxxx_LL0 Device = ULTRIUM-HH7-0 Device = ULTRIUM-HH7-1 Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a %d" } 

** lessos-sd.d / device / ULTRIUM-HH7-0.conf **

 Device { Name = "ULTRIUM-HH7-0" DeviceType = tape DriveIndex = 0 ArchiveDevice = /dev/tape/by-id/scsi-xxxxxxxxxxxxxx001-nst MediaType = LTO-7 AutoChanger = yes # default: no AutomaticMount = yes # default: no MaximumFileSize = 500GB # default: 1000000000 (1GB) AlwaysOpen = yes Autoselect = yes RemovableMedia = yes } 

** bareos-sd.d / device / ULTRIUM-HH7-1.conf **

 Device { Name = "ULTRIUM-HH7-1" DeviceType = tape DriveIndex = 1 ArchiveDevice = /dev/tape/by-id/scsi-xxxxxxxxxxxxxx004-nst MediaType = LTO-7 AutoChanger = yes # default: no AutomaticMount = yes # default: no MaximumFileSize = 500GB # default: 1000000000 (1GB) AlwaysOpen = yes Autoselect = yes RemovableMedia = yes } 

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

 Storage { Name = Tape Address = server # NB Use a fully qualified name here (do not use "localhost" here). Password = "e9cxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg" Device = FlexStor_II Media Type = LTO-7 Autochanger = yes }