Return-Path: MIME-Version: 1.0 Sender: zpierzycki@acg999.com In-Reply-To: References: Date: Thu, 14 Apr 2016 14:15:01 -0500 Message-ID: Subject: Re: What is a 10.10.10.20-man process? From: Ziemowit Pierzycki To: Benjamin Coddington Cc: linux-nfs@vger.kernel.org Content-Type: text/plain; charset=UTF-8 List-ID: [] rpc_wait_bit_killable+0x38/0x80 [sunrpc] [] __rpc_wait_for_completion_task+0x2d/0x30 [sunrpc] [] nfs4_run_open_task+0x130/0x1a0 [nfsv4] [] nfs4_open_recover_helper+0x16d/0x230 [nfsv4] [] nfs4_open_recover+0x35/0xb0 [nfsv4] [] nfs4_open_expired.isra.60+0xcd/0x180 [nfsv4] [] nfs40_open_expired+0x2e/0x40 [nfsv4] [] nfs4_do_reclaim+0x175/0x5f0 [nfsv4] [] nfs4_run_state_manager+0x4ee/0x7d0 [nfsv4] [] kthread+0xd8/0xf0 [] ret_from_fork+0x3f/0x70 [] 0xffffffffffffffff Waiting for something to complete but it can't? On Thu, Apr 14, 2016 at 2:08 PM, Benjamin Coddington wrote: > > On Thu, 14 Apr 2016, Ziemowit PIerzycki wrote: > > > I have a strange issue when NFS4 mounts to a Netapp filer freeze on my Linux > > KVMs. Looking over few things I noticed a process "10.10.10.20-man" is in D > > state but I can't find anything information about it. Mainly because > > 10.10.10.20 is the IP of the filer and searching for "-man" is too generic. > > > > Why would this process be frozen? > > This is the nfs4 state manager process. What's in the file: > /proc//stack > > Ben