From: Eric Bollengier Date: Tue, 8 Apr 2008 18:59:32 +0000 (+0000) Subject: ebl Add comments X-Git-Tag: Release-2.2.9-b7~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e876c72d4af2f89f50f3bb11400cf6eb342bdc33;p=bacula%2Fbacula ebl Add comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6763 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/2.2.8-volstats.patch b/bacula/patches/2.2.8-volstats.patch index 3982849d6d..db6dd73906 100644 --- a/bacula/patches/2.2.8-volstats.patch +++ b/bacula/patches/2.2.8-volstats.patch @@ -1,3 +1,25 @@ + + This patch fix a catalog query error while trying to update + Volume information. You can apply this patch if you have seen + this error : + + Error getting Volume info: 1990 Invalid Catalog Request: CatReq Job=ZOLTAN.2008-04-07_02.17.28 UpdateMedia + VolName=IMG011 VolJobs=1 VolFiles=17 VolBlocks=247999 VolBytes=15998976000 VolMounts=2 VolErrors=0 + VolWrites=2609347 MaxVolBytes=0 EndTime=1207602760 VolStatus=Full Slot=2 relabel=0 InChanger=1 + VolReadTime=0 VolWriteTime=-2382413895 VolFirstWritten=0 VolParts=0 + + Apply it to version 2.2.8 or earlier with: + + cd + patch -p0 <2.2.8-volstats.patch + ./configure + make + ... + make install + + + + Index: src/stored/askdir.c =================================================================== --- src/stored/askdir.c (révision 6743)