Hello Eric, On Thursday 03 April 2008 22:10:03 Eric Bollengier wrote: > Hello, > > At this time, users can use Diff/Incr/Full MaxWaitTime options to > cancel jobs if they run too much time. > > Actualy, the code doesn't work as expected. It doesn't count the > the time that the job waits for mounting something, or > JS_WaitFD > JS_WaitSD > JS_WaitMedia > JS_WaitMount > JS_WaitStoreRes > JS_WaitJobRes > JS_WaitClientRes > JS_WaitMaxJobs > JS_WaitPriority > JS_WaitMedia > JS_WaitMount > JS_WaitMaxJobs > > But, it works as MaxRunTime. It could be great to rename them > Diff MaxWaitTime to Diff MaxRunTime > Incr MaxWaitTime to Incr MaxRunTime > Full MaxWaitTime to Full MaxRunTime > > I think that using a *real* MaxWaitTime for each level does not make > sens. > > What do you think ?
I think the least painful solution is for you to implement a correct "MaxWaitTime" directive, then to temporarily keep the three "DiffMaxWaitTime", "IncMaxWaitTime", and "FullMaxWaitTime" directives, but add new ones with correct names that do the same thing -- that is "DiffMaxRunTime"... That would be released in the next version, and we would tell users that in the following release the three "DiffMaxWaitTime", "IncMaxWaitTime", and "FullMaxWaitTime" directives will be removed. This would permit one more release where we would not "break" user's configuration files and give them more time to make the changes ... Thanks, Kern ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
