Hello,

Mikael schrieb:
Hello,

I'm trying to run 2 jobs (job-a & job-b)

Each job has its own "Storage" (sta & stb) but both "Storage" resources point on the same device :

Ooh, that might get you in trouble, I guess...

# Device in bacula-sd.conf
Device {
  Name = common-d
  Media Type = File
  Archive Device = /backups/linux
LabelMedia = yes; Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}

My problem is that these 2 jobs don't at the same time. :

  5626 Full    job-a.2005-12-13_22.32.43 is running
  5627 Full    job-b.2005-12-13_22.34.46 is waiting on Storage stb

I've not seen a directive that could allow more tha one job per device. Have I missed it ?

Maimum concurrent jobs in the right places? (storage definition, here)

Or, if you have more special needs, you could try using different path names but try to link them to the same directory (I haven't tried this).

When using Bacula, you should always remember that it handles tapes - file based storage is more or less a tape emulation. And you wouldn't want to try to load two tapes into one drive at the same time :-) so Bacula prevents such things.

Arno

Thanks,

Mikael


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to