Bacula-users

Re: [Bacula-users] Full job terminates claiming no space left but tape gets more data

2012-12-10 08:58:04
Subject: Re: [Bacula-users] Full job terminates claiming no space left but tape gets more data
From: Marco van Wieringen <mvw AT planets.elm DOT net>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 10 Dec 2012 13:54:18 +0000 (UTC)
Robert Wirth <Robert.Wirth <at> dfki.de> writes:
> ...
> Fseek on attributes file failed: ERR=No space left on device
> ...
> Last Volume Bytes:      1,283,646,163,968 (1.283 TB)
> 
> Really, the tape isn't full!  The other 5 jobs (and this one 
> after being rescheduled) continue to write that tape AD0016L5
> which by now has 1,633,895,424,000 Bytes written and is still 
> in Append state.
> 
> Question
> --------
> What may be the cause for that "ERR=No space left on device"
> 
Older versions of Bacula (at least the old ones you talk about)
never did so called attribute spooling. The problem is probably the
amount of storage on the storage daemon see commit_attribute_spool()
function that emits the error "Fseek on attributes file failed".

You have a couple of options:

- disable attribute spooling (see spoolattributes setting on director)
- make sure enough space is available on disk for spooling the
  attributes first to disk before they are batch inserted into
  the database. Keep in mind that disabling attribute spooling
  and batch insert will slow down the overall backup probably.)
  The attribute spool files are created in either the spool directory
  or the working directory.

Marco


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
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>