On Fri, Oct 8, 2010 at 10:24 AM, Brian Cuttler <br...@wadsworth.org> wrote:
> Feature request (?) - There are checks for DLE > tape, seems almost
>                      silly but a check for
>                         SUM(DLEs) > (tape_capacity * runtapes)

One DLE with a full size larger than available tape is always a
problem: there's no way to set up a dump run that will get that DLE on
tape.  So we warn about it.

However, it's not a bug for the sum of the full size of each DLE to be
greater than tape length, because the planner can conceivably
rearrange fulls and partials to fit everything on tape anyway.  When
the planner *fails* to pull this off, it will warn.

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com

Reply via email to