Hi,

I have configured backup to disk, with 10 parallel jobs to a single storage 
resource with single device resource. 

Director {                            
  Name = muc1pro-backup-1-dir
  DIRport = 9101
  QueryFile = "/etc/bareos/query.sql"
  WorkingDirectory = "/data/bareos"
  PidDirectory = "/var/run/bareos"
  Maximum Concurrent Jobs = 10
  Password = "***"  
  Messages = Standard
  FD Connect Timeout = 60
}

Pool {
  Name = DiskWeekly
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Storage = DiskStorageFull
  Maximum Volume Bytes = 10G
  Maximum Volumes = 1200
  Next Pool = TapeWeekly2
  Label Format = "Full-"
  Volume Retention = 1 week
  Action On Purge = Truncate
}


Storage {
  Name = DiskStorageFull
  Address = muc1pro-backup-1
  SDPort = 9103
  Password = "***"
  Device = DiskDeviceFull1
  Media Type = FileFull
  Autochanger = no
  Maximum Concurrent Jobs = 10
}

Device {
  Name = DiskDeviceFull1
  Media Type = FileFull
  Archive Device = /data/bareos-storage/Full
  LabelMedia = yes;
  Random Access = yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Concurrent Jobs = 10
}


I receive connection timeout from storage daemon on a random basis.
Currently, there are 2 jobs running:

Running Jobs:
Console connected at 24-Dec-16 07:50
 JobId Level   Name                       Status
======================================================================
  9152 Full    ad3kc0603.2016-12-24_00.13.00_35 is running
  9155 Full    ad3nc0602.2016-12-24_00.13.00_38 is running

and  least 30 waiting in the queue 'is waiting on Storage "DiskStorageFull"'

when I try to do in bconsole a :

*status storage=DiskStorageFull 
Connecting to Storage daemon DiskStorageFull at muc1pro-backup-1:9103

Failed to connect to Storage daemon DiskStorageFull.
====

I get repeatedly the above error.

Looking at the ip traffic, there's indeed traffic on 9103 between sd and the 2 
clients.

I've also seen more than 2 jobs, up to 10, running in parallel.

Is there a recommended max jobs per storage ( to disk )? or how could I avoid 
the random timeouts?

Thanks in advance.
Robert 

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to