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

------------------------------------------------------------------------------
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