I've got another behavioral anomaly with 5.2.1.  I've now seen this
twice, both times when this set of conditions has been in effect.

Right now, I have four Jobs actively in use:

Babylon5 backup
Babylon4 backup
Spikyfishthing backup
MySQL backup

The 'Babylon4 backup' and 'MySQL backup' jobs both run on babylon4.
Applicable definitions follow:

JobDefs {
  Name = Backup
  Type = Backup
  Level = Full
  Pool = Full-Disk                      # Full-Tape
  Full Backup Pool = Full-Disk          # Full-Tape
  Differential Backup Pool = Diff-Disk
  Incremental Backup Pool = Incr-Disk
  Schedule = "Monthly Rotation"
  RunBeforeJob = "/opt/bacula/sbin/checkhost %c"
  Write Bootstrap = "/opt/bacula/working/%c.bsr"
  Rerun Failed Levels = yes
  Messages = Daemon
  Priority = 10
  Allow Duplicate Jobs = no
  Cancel Queued Duplicates = yes
  Accurate = no
}

Job {
  Name = "Babylon4 Backup"
  JobDefs = Backup
  Client = babylon4
  FileSet = "Babylon4 Full Set"
}

Job {
  Name = "MySQL Backup"
  JobDefs = Backup
  Enabled = Yes
  FileSet = "Catalog Snapshot"
  Schedule = "Catalog"
  Client = babylon4
  RunBeforeJob = "/opt/bacula/sbin/snaptool -c
/opt/bacula/etc/snaptool.cfg -s %c -l %j"
  RunAfterJob = "/opt/bacula/sbin/snaptool -c
/opt/bacula/etc/snaptool.cfg -s %c -l %j DESTROY"
  Write Bootstrap = /opt/bacula/working/MySQLBackup.bsr
  Priority = 15
}


Director concurrency is 25.  Storage concurrency is 20.  File daemon
concurrency is 20.


I can manually start and run 'Babylon5 backup', 'Babylon4 backup', and
'Spikyfishthing backup' (via BAT) concurrently at priority 10, and they
all run to completion without incident.  However, if, while the
'Babylon4 backup' job is still running, I queue 'MySQL Backup' at
priority 12, BAT loses its Director connection and I can no longer
connect to the Director either with BAT or with bconsole:

babylon4:root:/opt/bacula/etc:7 # bconsole
Connecting to Director babylon4:9101
Director authorization problem.
Most likely the passwords do not agree.
If you are using TLS, there may have been a certificate validation error
during the TLS handshake.
Please see
http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000
for help.


Before the MySQL Backup job was queued, bconsole and BAT were both able
to connect without problems.

I can't tell whether the MySQL Backup job is actually queued right now,
because I can't get to any console, but if started by the Director as a
scheduled job at priority 15, MySQL Backup runs to completion without
incident.  I haven't (yet) tried connecting to the Director while a
prescheduled MySQL Backup job is running.




-- 
  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
                 It's not the years, it's the mileage.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to