On 10/1/07, Dane Miller <[EMAIL PROTECTED]> wrote:
> Arno Lehmann wrote:
> > You need one storage device per job.
> >
> > Think of storage devices as tapes: One drive can only write to one
> > tape at a time. And tape is what Bacula was designed to use.
> >
> > You can probably easily integrate the necessary definitions into your
> > client-specific settings.
>
> So to get multiple jobs to write to disk simultaneously, I need one
> Storage{} resource for each job, each with a unique "Device ="
> parameter?  I thought that was the meaning of 'Maximum Concurrent Jobs'
> in the Director's Storage{} resource.
>
The problem here is you want to use different volumes for each job.
That stops your concurrency because 1 storage device can only load 1
volume at a time although multiple jobs may write to that volume with
the Maximum Concurrent Jobs param.

John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to