Brand spankin new to Bacula... I like what I see so far.
I googled and looked through the archives and couldn't find anything
helpful. Anyway, I have a autochanger with 4 AIT-3 drives but it seems if I
start multiple jobs it will only run one job on the first drive and any job
after will sit with a status of "waiting on max storage jobs".  I guess I
expected the behavior to start any subsiquent jobs on the other three
drives. Am I wrong in my thinking? I suspected that perhaps "Maximum
Concurrent Jobs" would have something to do with it, but that is set to
four... So I'm stumped and looking for some help... Any suggestions?

Bacula version 2.0.3 on Centos 5.2, the RPM is from the EPEL Repository.

bacula-dir.conf

Director {                            # define myself
  Name = bacula-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/etc/bacula/query.sql"
  WorkingDirectory = "/var/spool/bacula"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 4
  Password = "XXXX"         # Console password
  Messages = Daemon
}

bacula-sd.conf

Storage {                             # definition of myself
  Name = bacula-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/var/spool/bacula"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
  Heartbeat Interval = 30 sec;
}

Thanks for any help,
Dave
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to