Ignore:
Timestamp:
Jul 6, 2006, 1:19:31 PM (18 years ago)
Author:
andree
Message:

Doubled MAX_TAPECATALOG_ENTRIES to 8192 and increased
bkpinfo->optimal_set_size to 16MB for both streaming and non-streaming
backups to avoid problem where afio says 'No space left on device'
because we've run out of tape catalog entries.

Note that this is a temporary measure which will be replaced by dynamic
memory configuration soon(ish).

This is also the fix for Debian Bug #369321. Further details can be
found there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/libmondo-tools.c

    r680 r686  
    586586    malloc_string(iso_path);
    587587    bkpinfo->optimal_set_size =
    588         (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type) ? 4 : 8) *
     588        (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type) ? 16 : 16) *
    589589        1024;
    590590
Note: See TracChangeset for help on using the changeset viewer.