From: Ted Ts'o <tytso@mit.edu>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-fsdevel@vger.kernel.org, Al Viro <viro@ZenIV.linux.org.uk>
Subject: Re: Some way of telling which block devices are in use (and how)
Date: Mon, 30 Apr 2012 05:11:19 -0400 [thread overview]
Message-ID: <20120430091119.GE7342@thunk.org> (raw)
In-Reply-To: <20120430051033.GA562@kroah.com>
On Mon, Apr 30, 2012 at 01:10:33AM -0400, Greg KH wrote:
>
> And why would you be doing this at a fs-specific level? If you want to
> know what type of filesystem is mounted on each block device, yes, that
> would matter, but you don't. You want to know what is "busy", right?
Well, I'd much rather do something at the VFS layer. But my
experience is that getting consensus across all of the various FS
maintainers is sometimes, well, hard.
And the meantime, I'd like it to be easier to debug various problems.
The complete problem I'd like to solve is to be able to answer, in a
debugging situation, why a particular block device is "busy". If I
can't get that, in the worst case, I'd like to be able to answer the
question, is this block device being used by ext4? And if that's
something I can solve by myself, where there's resistance to solving
the whole problem, at least I can make my patch of the world a little
easier to debug.
> And "busy" means different things, including the fact that the whole
> block device underneath can disappear at any moment no matter how much
> it isn't nice that this happens.
Sure, at which point it's not my problem. :-)
> So a combination of 'lsof' and other things might just be the best that
> we can do, like GNOME and KDE are doing today. As you point out the
> mount namespace issue, it gets really tricky to try to figure it all
> out, so maybe we really don't want to?
The mount namespace issue is one of the ones that has always worried
me, because it's very hard to debug. And as it gets more and more
use, it would be nice if there was an answer better than, "just
iterate over /proc/$pid/mounts". Think of the issue from the point of
view of a someone at a RHEL or SLES help desk, trying to debug a
problem where they don't have access to the remote system, and want to
tell the user to issue a command which gathers as much information as
possible. Do we really think the best thing to do is to gather up
information on a per-pid basis?
As to your last point, we're kernel developers. Since when has
something been hard been a reason not to do the right thing? :-)
- Ted
next prev parent reply other threads:[~2012-04-30 9:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-29 18:57 Some way of telling which block devices are in use (and how) Theodore Ts'o
2012-04-29 20:18 ` Greg KH
2012-04-29 21:23 ` Ted Ts'o
2012-04-29 22:05 ` Ted Ts'o
2012-04-30 5:10 ` Greg KH
2012-04-30 9:11 ` Ted Ts'o [this message]
2012-04-30 16:21 ` Greg KH
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=20120430091119.GE7342@thunk.org \
--to=tytso@mit.edu \
--cc=gregkh@linuxfoundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=viro@ZenIV.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).