From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Subject: Re: Strange issue with autofs5/fc6 Date: Mon, 23 Apr 2007 10:22:44 -0700 Message-ID: <462CEB64.2020103@kmaclub.com> References: <46264599.90105@kmaclub.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: Jeff Moyer Cc: autofs mailing list Jeff Moyer wrote: > ==> On Wed, 18 Apr 2007 09:21:45 -0700, Michael said: > > michael> The 262144 size is strange and I don't have any idea where > michael> that is coming from. > > Can you send along an automount debug log? Perhaps automount is not > passing the [rw]size parameters to mount. For information on > gathering debug logs, see: > http://people.redhat.com/jmoyer/ > I will go capture the logs. However, it does appear to be a kernel/mount issue. If I do the mount by hand and not using autofs it still has the same problem. root@client /]# mount -o rsize=16384,wsize=16384,proto=tcp,timeo=600,retrans=2 filer:/export /mnt mount | grep mnt filer:/export on /mnt type nfs (rw,rsize=16384,wsize=16384,proto=tcp,timeo=600,retrans=2,addr=192.168.101.1) grep mnt /proc/mounts filer:/export /mnt nfs rw,vers=3,rsize=262144,wsize=262144,hard,proto=tcp,timeo=600,retrans=2,sec=sys,addr=filer 0 0 So I don't know if it is just reporting incorrectly or if it is actually mounted incorrectly. I will also open an issue on bugzilla for fc6. Michael