All of lore.kernel.org
 help / color / mirror / Atom feed
* autofs-ldap-nfs is slow because of mtab
@ 2007-01-16 22:47 Gokdeniz Karadag
  2007-01-16 23:09 ` jmoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Gokdeniz Karadag @ 2007-01-16 22:47 UTC (permalink / raw)
  To: autofs

Hello,

In my setup there are three automount mount points. They are all ldap maps. The 
nfs shares are on the same nfs server. nfs client and automount is on a debian 
system, nfs server is a solaris one.

The problem is, trying to mount a nonexisting directory fails immediately  with 
the message, "No such file or directory" in two of the shares. But the third 
share waits for 10-30 seconds before giving the error. The maps have 1, 9 and 
19 items respectively.

I have run strace on the different automount processes. The quick ones show a 
query to ldap server, then a reasonable amount of mtab stats & reads, then they 
  finish. The process for the slow mount point queries ldap, gets mount map, 
then for about 100000 times; opens mtab file, reads contents and then closes it.
the trace file is full of these;
open("/etc/mtab", O_RDONLY)             = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=1733, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xa7afb000
read(7, "/dev/sda1 / ext3 rw,errors=remou"..., 4096) = 1733
close(7)


Any pointers to where should I look ?


-- 
Gokdeniz Karadag

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-17 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-16 22:47 autofs-ldap-nfs is slow because of mtab Gokdeniz Karadag
2007-01-16 23:09 ` jmoyer
2007-01-17 16:01   ` Gokdeniz Karadag

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.