DragonFly BSD
DragonFly bugs List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [issue1872] nfs stall (fix pushed)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Nov 2010 15:23:11 -0800 (PST)

:Thomas Nikolajsen <thomas.nikolajsen@mail.dk> added the comment:
:
:Some more info:
:console messages are like:
:got bad cookie vp 0xe09ddf38 bp 0xc480aa6c
:[diagnostic] cache_lock: blocked on 0xe32b26d8 "rate_sample"
:
:The bad cookie lines doesn't seem to cause stall, only the cache_lock lines.

    The cache lock lines are side effects due to whatever getting
    stalled also probably holding a vnode lock.

    So what we have here is a likely situation where the SMP NFS client
    is to blame.  With that in mind a forced core dump would be useful
    but to make it easier to track down please try to kill all the normal
    processes on the box, leaving just the ones that cannot be killed.

    Note that normal nfs mounts must be used.  Do not use the 'intr' or 'soft'
    options or even the stalled processes might be killable, which is not
    what we want.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]