All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boaz Harrosh <bharrosh@panasas.com>
To: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Jesper Krogh <jesper@krogh.cc>,
	Linux NFS Mailing List <linux-nfs@vger.kernel.org>
Subject: Re: lsof and open files from the nfs-server
Date: Mon, 18 Oct 2010 19:14:03 +0200	[thread overview]
Message-ID: <4CBC805B.60909@panasas.com> (raw)
In-Reply-To: <20101018170459.GA3744@fieldses.org>

On 10/18/2010 07:04 PM, J. Bruce Fields wrote:
> On Mon, Oct 18, 2010 at 06:25:12PM +0200, Boaz Harrosh wrote:
>> On 10/13/2010 11:11 PM, Jesper Krogh wrote:
>>> Hi.
>>>
>>> Quite often when you have to umount a fileshare you get the
>>> message "Device or resource busy". Typically I traverse through
>>> the output of lsof | grep mountpoint and stop processes or kill
>>> until I can safely umount.
>>>
>>> But the nfs-kernel-server does not register its open files, so
>>> seen from userspace is it extremely hard to find out that is actually
>>> is the nfs-server that prevents you from being able to umount
>>> the filesystems.
>>>
>>> Would it be possible to register the open files the same place
>>> so administrators can see them?
>>>
>>> ... basically just a feature-request from one who just spend an hour on 
>>> that.
>>>
>>
>> Me to!
>>
>> Also note that even if there are no open files in clients
>> and no client mounts on the server, but there where in the
>> passed. The used to be used super-block is referenced. Only
>> restart of the nfs service will release it.
>>
>> But yes if it could register as a special file for lsof to
>> see it would help a lot.
> 
> So what does lsof do, scan /proc/?  Does it make sense to have proc
> entries for kernel threads?  Is there any other subsystem that does this
> kind of thing?
> 

Don't mind if I do ;-)

I don't know about policy here and what it actually means (Lifetime rules,
module dependency, ...) But it would be nice to have it, as a user.

If it can not be added to the regular /proc places. Maybe we can patch
lsof to also look in nfs special places and print those as well.

> --b.

Thanks
Boaz

      reply	other threads:[~2010-10-18 17:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-13 21:11 lsof and open files from the nfs-server Jesper Krogh
2010-10-18 16:25 ` Boaz Harrosh
2010-10-18 17:04   ` J. Bruce Fields
2010-10-18 17:14     ` Boaz Harrosh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CBC805B.60909@panasas.com \
    --to=bharrosh@panasas.com \
    --cc=bfields@fieldses.org \
    --cc=jesper@krogh.cc \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.