On Thursday 06 January 2011 18:50:14 Hugo Letemplier wrote:
> Hi
> 
> I am running some job on the same storage, on a file device but it's
> always waiting on max storage jobs however I set Maximum concurrent
> job to 10 in the storage daemon configuration
> 
> On storage daemon :
> 
> Device {
>   Name = "DataTest"
>   Media Type = File
>   Archive Device = /BaculaData/Test/
>   LabelMedia = yes;                   # lets Bacula label unlabeled media
>   Random Access = Yes;
>   AutomaticMount = yes;               # when device opened, read it
>   RemovableMedia = no;
>   AlwaysOpen = Yes;
>   Maximum Volume Size = 4G
> }
> 
> 
> On director :
> 
> Storage {
>     Name = "DataTest"
>       Address = bacula.xxxx.xxx
>       SDPort = 9103
>       Password = "zFsrh6y"
>       Device = DataTest
>       Media Type = File
> }
> 
> Do I missed something ?
> 
> Hugo

Only one job can run on the same device. If you want another job to run into 
the save folder, you have to clone the device resource under some other name. 
Eg:


> Device {
>   Name = "DataTest1"
>   Media Type = File
>   Archive Device = /BaculaData/Test/
>   LabelMedia = yes;                   # lets Bacula label unlabeled media
>   Random Access = Yes;
>   AutomaticMount = yes;               # when device opened, read it
>   RemovableMedia = no;
>   AlwaysOpen = Yes;
>   Maximum Volume Size = 4G
> }


> Device {
>   Name = "DataTest2"
>   Media Type = File
>   Archive Device = /BaculaData/Test/
>   LabelMedia = yes;                   # lets Bacula label unlabeled media
>   Random Access = Yes;
>   AutomaticMount = yes;               # when device opened, read it
>   RemovableMedia = no;
>   AlwaysOpen = Yes;
>   Maximum Volume Size = 4G
> }

-- 
Silver

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to