On Friday 28 August 2009 10:11:33 Ralf Gross wrote:
> Hi,
>
> Kern Sibbald schrieb:
> > OK, thanks for the confirmation. We will take a look at what happened in
> > the code.
>
> in bacula-2.4.4/src/dird/verify.c I see the following code which does not
> exist in 3.0.2.
>
>
>    /* If no files were expected, there can be no error */
>    if (jcr->JobLevel == L_VERIFY_VOLUME_TO_CATALOG &&
>        jcr->ExpectedFiles == 0) {
>       TermCode = JS_Terminated;
>    }

No, this is not the problem. JS_Terminated is a normal termination.

The problem is that we added additional code to detect errors in creating the 
bootstrap file that were previously ignored.  Because of a boolean return 
status, zero expected files, is also treated as an error condition.  We need 
to modify the code.

I suggest you submit a bug report, with your listing for 2.4.4 and 3.0.2.

Regards,

Kern

>
>
> This code was removed in commit c47adb7146b78abf0e0722e6f87f14f7cf4bffca
>
> http://bacula.git.sourceforge.net/git/gitweb.cgi?p=bacula/bacula;a=commitdi
>ff;h=c47adb7146b78abf0e0722e6f87f14f7cf4bffca
>
>
> I'm not a C++ developer but this looks like it could be the cause of the
> problem.
>
> Ralf
>
> ---------------------------------------------------------------------------
>--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day trial. Simplify your report design, integration and deployment - and
> focus on what you do best, core application coding. Discover what's new
> with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Bacula-devel mailing list
> Bacula-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-devel



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to