From: jmoyer@redhat.com
To: Gokdeniz Karadag <gokdeniz@cclub.metu.edu.tr>
Cc: autofs@linux.kernel.org
Subject: Re: autofs-ldap-nfs is slow because of mtab
Date: Tue, 16 Jan 2007 18:09:03 -0500 [thread overview]
Message-ID: <m3wt3ma7sg.fsf@redhat.com> (raw)
In-Reply-To: <45AD5611.3080405@cclub.metu.edu.tr> (Gokdeniz Karadag's message of "Wed, 17 Jan 2007 00:47:45 +0200")
==> Regarding [autofs] autofs-ldap-nfs is slow because of mtab; Gokdeniz Karadag <gokdeniz@cclub.metu.edu.tr> adds:
gokdeniz> Hello, In my setup there are three automount mount points. They
gokdeniz> are all ldap maps. The nfs shares are on the same nfs server. nfs
gokdeniz> client and automount is on a debian system, nfs server is a
gokdeniz> solaris one.
gokdeniz> The problem is, trying to mount a nonexisting directory fails
gokdeniz> immediately with the message, "No such file or directory" in two
gokdeniz> of the shares. But the third share waits for 10-30 seconds before
gokdeniz> giving the error. The maps have 1, 9 and 19 items respectively.
gokdeniz> I have run strace on the different automount processes. The quick
gokdeniz> ones show a query to ldap server, then a reasonable amount of
gokdeniz> mtab stats & reads, then they finish. The process for the slow
gokdeniz> mount point queries ldap, gets mount map, then for about 100000
gokdeniz> times; opens mtab file, reads contents and then closes it. the
gokdeniz> trace file is full of these; open("/etc/mtab", O_RDONLY) = 7
gokdeniz> fstat64(7, {st_mode=S_IFREG|0644, st_size=1733, ...}) = 0
gokdeniz> mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
gokdeniz> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7afb000 read(7, "/dev/sda1
gokdeniz> / ext3 rw,errors=remou"..., 4096) = 1733 close(7)
gokdeniz> Any pointers to where should I look ?
Well, first we need to start with a version. ;) What version of autofs
are you running? Next, you will want to gather a debug log. My people
page has instructions on how to do that:
http://people.redhat.com/jmoyer
That *should* make things fairly obvious. If it doesn't (or even if it
does), post a follow-up message here.
Thanks!
Jeff
next prev parent reply other threads:[~2007-01-16 23:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-16 22:47 autofs-ldap-nfs is slow because of mtab Gokdeniz Karadag
2007-01-16 23:09 ` jmoyer [this message]
2007-01-17 16:01 ` Gokdeniz Karadag
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=m3wt3ma7sg.fsf@redhat.com \
--to=jmoyer@redhat.com \
--cc=autofs@linux.kernel.org \
--cc=gokdeniz@cclub.metu.edu.tr \
/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.