IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2010, 11:04:43 AM (16 years ago)
Author:
Paul Price
Message:

Only revert failures with fault=2 (SYS_ERROR), which tend to be
temporary filesystem problems. Every other fault type is interesting
and should be kept for debugging (and so it doesn't continue to
occur).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r26985 r27008  
    357357  task.exec
    358358    if ($LABEL:n == 0) break
    359     $run = stacktool -revertsumskyfile
     359    # Only revert failures with fault=2 (SYS_ERROR), which tend to be
     360    # temporary filesystem problems.  Every other fault type is
     361    # interesting and should be kept for debugging (and so it doesn't
     362    # continue to occur).
     363    $run = stacktool -revertsumskyfile -fault 2
    360364    if ($DB:n == 0)
    361365      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.