Hi,

We've been using bacula on our company for few months now and we are loving it!
However, we noticed there are quite few jobs that are marked as
"Terminated Normally" but they have warnings. Shouldn't it be marked
as "Terminated normally with warnings"?

I saw there is a remark in the source of src/dird/backup.c:

> #ifdef xxxx
>   /* The current implementation of the JS_Warning status is not
>    * completed. SQL part looks to be ok, but the code is using
>    * JS_Terminated almost everywhere instead of (JS_Terminated || JS_Warning)
>    * as we do with is_canceled()
>    */
>   if (jcr->getJobStatus() == JS_Terminated &&
>        (jcr->JobErrors || jcr->SDErrors || jcr->JobWarnings)) {
>      TermCode = JS_Warnings;
>   }
> #endif


What does it needs to get fully implemented?
Is there a deadline or guesstimation of when it will be?


Best Regards,

--
Renan Gonçalves aka renan.saddam
Software Engineer at TrueServer B.V.
CakePHP Core Developer

W: renangoncalves.com
T: twitter.com/renan_saddam
M: +31 (0)6 4662 1860
L: Amsterdam, The Netherlands

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to