All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Rousse <Guillaume.Rousse@inria.fr>
Cc: autofs@linux.kernel.org
Subject: Re: kernel panic when accessing local filesystems on NFS server
Date: Thu, 13 Apr 2006 14:18:57 +0200	[thread overview]
Message-ID: <443E41B1.50804@inria.fr> (raw)
In-Reply-To: <x49vete1wr5.fsf@segfault.boston.redhat.com>

Jeff Moyer wrote:
> Autofs is probably attempting a recursive bind mount.  This problem was
> fixed, upgrade your kernel.
> 
> 	http://lkml.org/lkml/2005/6/4/11
Thanks, this fixed the crash issue.

However, it seems automount is still taking priority on direct access if
a mount point is activated.

If my /etc/fstab says:
/dev/hda1 /home

and /etc/init.d/autofs status says:
/usr/sbin/automount /home/graves ldap
ou=auto.home.graves,ou=autofs,dc=village,dc=inria,dc=fr

Any attempt to access /home/graves on graves host will mount it through
autofs, and access it through NFS, masking local filesystem and probably
wasting resources.

If however /etc/fstab has exactly the same mount point defined, it seems
the init script correctly filter it (it is configured, but not
activated), preventing the issue.

Is this expected behaviour ?

  reply	other threads:[~2006-04-13 12:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-12 12:48 kernel panic when accessing local filesystems on NFS server Guillaume Rousse
2006-04-12 18:20 ` Jeff Moyer
2006-04-13 12:18   ` Guillaume Rousse [this message]
2006-04-13 23:12     ` Jim Carter
2006-04-16 17:29       ` Guillaume Rousse

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=443E41B1.50804@inria.fr \
    --to=guillaume.rousse@inria.fr \
    --cc=autofs@linux.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.