On Mon, Oct 27, 2003 at 09:18:07AM -0500, Todd Kover wrote:
> 
>  > Perhaps a warning should be added to amdump and amcheck to alert
>  > users to the situation when tapecycle is less than dumpcycle.
> 
> I would think you'd actully care if tapecycle < runspercycle (and I've
> added a warning when this happens to planner and amcheck).

I think it should be:
  tapecycle <= runspercycle * runtapes
but because you might not use runtapes tapes at every run, something like
  tapecycle <= #tape_use_in_last_dumpcycle_days
may be better.

Jean-Louis
-- 
Jean-Louis Martineau             email: [EMAIL PROTECTED] 
D�partement IRO, Universit� de Montr�al
C.P. 6128, Succ. CENTRE-VILLE    Tel: (514) 343-6111 ext. 3529
Montr�al, Canada, H3C 3J7        Fax: (514) 343-5834

Reply via email to