I have a autoloader that has two drives in it. For some reason, Drive1 is only 
being utilized and jobs are being backlogged in the que without taking 
advantage of the other drives. Any ideas why this might be? I've included info 
from bconsole and bacula-sd.conf.

Thanks!
JJ

Bacula-sd.conf

Autochanger {
        Name = ADIC_Scalar_24
        Device = Drive1
        Device = Drive2
        Changer Device = /dev/sg3
        Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
}
Device {
        Name=Drive1
        Media Type = LTO2
        Archive Device = /dev/st0
        Autochanger = yes
        AutomaticMount = yes;
        AlwaysOpen = yes;
        LabelMedia = no;
        RemovableMedia = yes;
        Random Access = no;
}
Device {
        Name=Drive2
        Media Type = LTO2
        Archive Device = /dev/st1
        Autochanger = yes
        AutomaticMount = yes;
        AlwaysOpen = yes;
        LabelMedia = no;
        RemovableMedia = yes;
        Random Access = no;
}


Bconsole.
...
Device status:
Autochanger "ADIC_Scalar_24" with devices:
   "Drive1" (/dev/st0)
   "Drive2" (/dev/st1)
Device "Drive1" (/dev/st0) is mounted with:
    Volume:      KL0410
    Pool:        Onsite
    Media type:  LTO2
    Device is being initialized.
    Slot 17 is loaded in drive 0.
    Total Bytes Read=0 Blocks Read=0 Bytes/block=0
    Positioned at File=0 Block=0
Device "Drive2" (/dev/st1) is not open.
    Slot 17 is loaded in drive 0.
Device "FileStorage" (/tmp) is not open.




Jeremiah Jester
Senior Informatics Specialist
Microbiology, Katze Lab
Box 357242
P: 206-732-6185

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to