HI,

we had to add the parameters

Maximum Block Size = 65536
Maximum Network Buffer Size = 65536

to the device definition in bacula-sd.conf:

Device {
  Name = Drive-1
  Media Type = Ultrium-LTO3
  Archive Device = /dev/st0
  AutomaticMount = yes;
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Spool Directory = /var/spool/bacula
  Maximum Spool Size = 100G
  Maximum Block Size = 65536
  Maximum Network Buffer Size = 65536
}

The corresponding output of dmesg was 

[ 3299.906724] st0: Failed to read 65536 byte block with 64512 byte transfer.
[ 3856.794626] st0: Failed to read 65536 byte block with 64512 byte transfer. 

Stefan
___________________________________________________________
Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die
Toolbar eingebaut! http://produkte.web.de/go/toolbar

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to