I can't seem to get Bacula to run simultaneous jobs when using the same storage 
device.  Can anyone offer advice?

Running Jobs:
Console connected at 13-Jul-17 19:37
JobId  Type Level     Files     Bytes  Name              Status
======================================================================
   934  Back Diff    106,028    537.4 G C2T-Data is running
   935  Back Diff          0         0  C2T-Archive is waiting for higher 
priority jobs to finish
   936  Back Full     19,943    13.58 G D2D-DC02-Application is running
   937  Back Full          0         0  D2D-HRMS-Application is waiting on 
Storage "Storage_Daily2Disk"
   938  Back Full          0         0  D2D-Fish-Application is waiting on 
Storage "Storage_Daily2Disk"
   939  Back Full          0         0  D2D-SPR01-Application is waiting on 
Storage "Storage_Daily2Disk"

Relavent configuration settings:

bacula-dir.conf
Director {
 Maximum Concurrent Jobs = 20
}

Storage {
  Name = Storage_Daily2Disk
  Maximum Concurrent Jobs = 10        # run up to 10 jobs a the same time
}

Client { /* All clients */
  Maximum Concurrent Jobs = 2
}

bacula-sd.conf
Storage {
  Name = bacula-sd
  Maximum Concurrent Jobs = 20
}

Autochanger {
  Name = FileChgr
  Device = DailyDevice, WeeklyDevice, MonthlyDevice
  Changer Command = ""
  Changer Device = /dev/null
}

Device {
  Name = DailyDevice
  Media Type = DailyDisk
  Archive Device = /backup/bacula/daily
  Autochanger = yes;
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Concurrent Jobs = 10
}

bacula-fd.conf
FileDaemon {                          # this is me
  Name = bacula-fd
  Maximum Concurrent Jobs = 20
}


Jim Richardson

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this email from your system. Thank you.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to