All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael <michael@kmaclub.com>
To: autofs mailing list <autofs@linux.kernel.org>
Subject: Strange issue with autofs5/fc6
Date: Wed, 18 Apr 2007 09:21:45 -0700	[thread overview]
Message-ID: <46264599.90105@kmaclub.com> (raw)

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

             reply	other threads:[~2007-04-18 16:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-18 16:21 Michael [this message]
2007-04-19  4:15 ` Strange issue with autofs5/fc6 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

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=46264599.90105@kmaclub.com \
    --to=michael@kmaclub.com \
    --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.