Bacula-users

Re: [Bacula-users] Why doesn't Bacula use the whole tape? [SOLVED]

2011-07-06 04:33:38
Subject: Re: [Bacula-users] Why doesn't Bacula use the whole tape? [SOLVED]
From: "Stefan Günther" <prolinux AT web DOT de>
To: "John Drescher" <drescherjm AT gmail DOT com>
Date: Wed, 6 Jul 2011 10:30:40 +0200 (CEST)
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] Why doesn't Bacula use the whole tape? [SOLVED], Stefan_G=C3=BCnther <=