Never done anything at your scale with Bareos, and only done it with 1 drive 8 slot loader.
I think you want to have just one storage, and that/s how baroes knows all the drives can access the same volumes, check over:
https://docs.bareos.org/TasksAndConcepts/AutochangerSupport.html
https://docs.bareos.org/Configuration/StorageDaemon.html#autochanger-resource
You define a storage type that’s has autochanges set to yes in your dir.conf
Storage {
Name = Tand-LTO5-Lib
Address = myth
Password = “<snip>"
Device = Tand-LTO5-Lib
Media Type = LTO5
Maximum Concurrent Jobs = 1 #update for number of drives
Auto Changer = yes
Heartbeat Interval = 60
}
In your sd config though define a device for each tape drive, and for the Autochange config in sd give it a list of devices.
This is in theory how this works, the autochanger metadevice has a list of tape drives it can use, and thus any drive can access the same Media type etc.
That’s where I would start.
Device {
Name = Tand-LTO5
Autochanger = yes
Drive Index = 0
Media Type = LTO5
Archive Device = /dev/nst1
Device Type = Tape
Maximum File Size = 20000000000 # 20 GB
Spool Directory = /mnt/spool/Tand-LTO5
Maximum Job Spool Size = 80000000000
Maximum Spool Size = 160000000000
Drive Crypto Enabled = Yes
Query Crypto Status = yes
Maximum Concurrent Jobs = 1
}
Autochanger {
Name = "Tand-LTO5-Lib"
Device = Tand-LTO5, Tand-LTO5-2, etc
Changer Device = /dev/sg7
Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a %d"
}
Brock Palen
bro...@mlds-networks.com
www.mlds-networks.com
Websites, Linux, Hosting, Joomla, Consulting
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/3a59b506-3bcd-4698-9452-0bc777507bf6n%40googlegroups.com.
> <bareosTape.png>