On Fri, Nov 21, 2008 at 02:42:02AM -0500, Daniel Dickinson wrote:
> Pretty much every run I get messages like the following:

AFAIK it's because mtio operations are done in D state (uninterruptible
sleep).

And except for mtio operations which may last more than two minutes,
nothing in the usual kernel operation will last that long.

Solutions:
   - either fix mtio to be interruptible (which may well cause problems
     because e.g. SCSI reselection might happen later)
   - use the proposed work-around
   - ignore those messages in your logcheck.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to