All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Wooledge <wooledg@eeg.ccf.org>
To: autofs@linux.kernel.org
Subject: How to reload /net "maps"
Date: Wed, 25 Aug 2010 14:27:38 -0400	[thread overview]
Message-ID: <20100825182738.GC23737@eeg.ccf.org> (raw)

Debian 5.0, autofs 4.1.4, kernel 2.6.26-2-686

I may be overlooking some documentation, but I couldn't find out how to
do this.  Occasionally one of our NFS servers adds a new entry to its
/etc/exports file, and we'd like the clients to be able to use it.

The clients look like:

# grep -v '^#' /etc/auto.master
/net    /etc/auto.net

At some point in the past, autofs will have contacted this host and
somehow "cached" the fact that it was sharing /home, /data, etc.
Now I've added /opt to the exports file.  But when I do "ls /net/servername"
I still only see home and data, not opt.

Rebooting the client works -- after a reboot, I can see home, data and opt.

I'm trying to find a way to get autofs to reload the server's list of
shared file systems without totally rebooting the client.  If I issue
a "/etc/init.d/autofs reload" command, I get a few normal-looking messages,
but no change in the list of results.  If I try "/etc/init.d/autofs restart"
it tell me it cannot stop the /net daemon, and cannot start a new one.
Manually attempting "kill PID" or "kill -HUP PID" has no visible effect.

             reply	other threads:[~2010-08-25 18:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-25 18:27 Greg Wooledge [this message]
2010-09-09 20:04 ` How to reload /net "maps" Jeff Moyer
2010-09-13  1:27   ` Ian Kent

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=20100825182738.GC23737@eeg.ccf.org \
    --to=wooledg@eeg.ccf.org \
    --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.