From: mike Subject: Re: Trying to determine why my NFS connection goes away Date: Fri, 15 Jun 2007 23:57:01 -0700 Message-ID: References: <1181874951.15174.15.camel@heimdal.trondhjem.org> <1181915360.6135.7.camel@heimdal.trondhjem.org> <1181966629.6135.27.camel@heimdal.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: nfs@lists.sourceforge.net To: "Trond Myklebust" Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1HzSDV-0007LR-CB for nfs@lists.sourceforge.net; Fri, 15 Jun 2007 23:57:01 -0700 Received: from nz-out-0506.google.com ([64.233.162.230]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1HzSDW-00037u-Gy for nfs@lists.sourceforge.net; Fri, 15 Jun 2007 23:57:04 -0700 Received: by nz-out-0506.google.com with SMTP id 18so2960704nzp for ; Fri, 15 Jun 2007 23:57:01 -0700 (PDT) In-Reply-To: <1181966629.6135.27.camel@heimdal.trondhjem.org> List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net On 6/15/07, Trond Myklebust wrote: > Did you check that the above parameters are indeed set in /proc/mounts? okay i am having a weird issue. it is totally ignoring the timeo=XXX parameter in fstab, and even manually mounting: [root@web03 /]# mount -t nfs -o timeo=600 raid01:/home /home [root@web03 /]# mount raid01:/home on /local/home type nfs (rw,timeo=600,addr=192.168.1.151) [root@web03 /]# cat /proc/mounts raid01:/home /local/home nfs rw,vers=3,rsize=16384,wsize=16384,hard,intr,nolock,proto=tcp,timeo=10,retrans=2,sec=sys,addr=raid01 0 0 is there some sort of weird caching or something i should be aware about? if i do not have timeo defined in fstab, it still has the timeo=10, if i define it as 600, it still keeps it as 10. i didn't even define tcp on the command line above and it kept the old settings... i suppose if i can figure out why this is ignoring my requests then i can try to configure it to have the longer timeouts, etc... ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs