All of lore.kernel.org
 help / color / mirror / Atom feed
* Strange issue with autofs5/fc6
@ 2007-04-18 16:21 Michael
  2007-04-19  4:15 ` Ian Kent
  2007-04-23 16:56 ` Jeff Moyer
  0 siblings, 2 replies; 7+ messages in thread
From: Michael @ 2007-04-18 16:21 UTC (permalink / raw)
  To: autofs mailing list

I am seeing some weird behavior with autofs/mount. 

/proc/mounts, mounts, and auto.master don't seem to agree.

/proc/mounts:
filer:/export/users/mythtv /home/mythtv nfs 
rw,vers=3,rsize=262144,wsize=262144,hard,proto=tcp,timeo=600,retrans=2,sec=sys,addr=filer 
0 0

mount:
filer:/export/users/mythtv on /home/mythtv type nfs (rw,addr=192.168.101.1)

Here is my auto.master
ypcat -k auto.master
/home auto.home 
bg,hard,intr,retry=10000,rsize=8192,wsize=8192,acregmin=3,acregmax=60,acdirmin=30,acdirmax=60,timeo=600,retrans=5,nfsvers=3,tcp

The 262144 size is strange and I don't have any idea where that is 
coming from.

Also, mounting by hand:

[root@client ~]# mount -o rsize=8192,wsize=8192 
filer:/export/users/mythtv /mnt
[root@client ~]# mount | grep mnt
filer:/export/users/mythtv on /mnt type nfs 
(rw,rsize=8192,wsize=8192,addr=192.168.101.1)
[root@client ~]# grep mnt /proc/mounts
filer:/export/users/mythtv /mnt nfs 
rw,vers=3,rsize=262144,wsize=262144,hard,proto=tcp,timeo=600,retrans=2,sec=sys,addr=filer 
0 0

Any thoughts on what is happening here?  Is rsize really 262144 or are 
things being reported incorrectly?

[root@client ~]# uname -a
Linux client 2.6.20-1.2944.fc6 #1 SMP Tue Apr 10 17:46:00 EDT 2007 
x86_64 x86_64 x86_64 GNU/Linux
[root@client ~]# rpm -q autofs
autofs-5.0.1-0.rc3.26

Michael

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

end of thread, other threads:[~2007-04-24  3:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 16:21 Strange issue with autofs5/fc6 Michael
2007-04-19  4:15 ` Ian Kent
2007-04-23 16:56 ` Jeff Moyer
2007-04-23 17:22   ` Michael
2007-04-23 18:01     ` jmoyer
2007-04-24  0:02     ` Fabio Olive Leite
2007-04-24  3:21       ` Michael

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.