public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Karel Zak <kzak@redhat.com>
To: Eric Rannaud <eric.rannaud@gmail.com>
Cc: util-linux@vger.kernel.org, Dave Reisner <d@falconindy.com>
Subject: Re: Using findmnt in the presence of a stale NFS mount
Date: Mon, 16 Jun 2014 15:28:16 +0200	[thread overview]
Message-ID: <20140616132816.GK30975@x2.net.home> (raw)
In-Reply-To: <CA+zRj8Xs=A2sHp3DMD78u9Ak9v-xDSyZVtjB1JGJZ6Dx9t1z=w@mail.gmail.com>

On Tue, Jun 10, 2014 at 08:03:35AM -0700, Eric Rannaud wrote:
> findmnt -snero fstype --tab-file '/etc/fstab' -T '/usr'
> findmnt -s /boot
> findmnt -s /usr
> 
> (note that on my system, /usr is not a mount point of any kind, while
> /boot is ext4. /mnt is the stale NFS mount)
> 
> This older Arch bug https://bugs.archlinux.org/task/36629 refers to
> the problem, but as far as I can tell the problem still exists in the
> same form (at the time, the package maintainer added the -T option to
> the command "findmnt -snero fstype --tab-file '/etc/fstab' -T '/usr'",
> but I don't believe it changed anything).
> 
> In any case, from having a look at the code on the latest git (I can
> reproduce the hang with 710ed55dcd), I believe the problem comes from
> the following sequence.
> 
> When used with the -s|--fstab flag, findmnt goes through the list of
> mount points in the tab file, and compares them with the target
> specified, say '/usr'.
> 
> The comparison is done using mnt_fs_match_target() in
> findmnt.c:match_func(). mnt_fs_match_target() uses mnt_resolve_path()
> on both target ('/usr') and
> fs->target, which uses canonicalize_path(fs->target), which uses
> realpath(fs->target). As the fs->target is the stale NFS mount point,
> this last call hangs in a lstat().
> 
> While it is clear that a system with a stale NFS mount point is a
> minefield, would it be possible to avoid the call to
> "realpath(fs->target)" (maybe controlled by a command line option)?
> 
> As it is, it is impossible to upgrade an Arch Linux install when there
> is a stale NFS mount anywhere on the system (and listed in fstab).

 You can try to  exclude NFS at all by --types nonfs, but maybe we can
 add option --nocanonicalize. I'll try to play with that tomorrow. 

    Karel


-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

  reply	other threads:[~2014-06-16 13:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-10 15:03 Using findmnt in the presence of a stale NFS mount Eric Rannaud
2014-06-16 13:28 ` Karel Zak [this message]
2014-06-16 14:00   ` Karel Zak
2014-06-16 16:02     ` Eric Rannaud
2014-06-17 12:37       ` Karel Zak

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=20140616132816.GK30975@x2.net.home \
    --to=kzak@redhat.com \
    --cc=d@falconindy.com \
    --cc=eric.rannaud@gmail.com \
    --cc=util-linux@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox