From owner-freebsd-current@FreeBSD.ORG Wed Jan 7 20:02:19 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B416D1065686 for ; Wed, 7 Jan 2009 20:02:19 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 967EC8FC14 for ; Wed, 7 Jan 2009 20:02:19 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n07K2JMe071169 for ; Wed, 7 Jan 2009 12:02:19 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n07K2Jpd071168 for freebsd-current@freebsd.org; Wed, 7 Jan 2009 12:02:19 -0800 (PST) (envelope-from sgk) Date: Wed, 7 Jan 2009 12:02:19 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20090107200219.GA71053@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: mount_nfs is broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 20:02:20 -0000 Someone appears to have broken mount_nfs. I rebuilt kernel and world and install it on my primary system. Everything appears be working fine. So, I then update the first node in my cluster. It reboots fine until the node tries to mount the users' home directories. The line in /etc/fstab is node10:/home /home nfs rw,noatime 0 0 Trying to manually mount /home, I find % mount_nfs 192.168.0.10:/usr/home /home mount_nfs: /usr/home, mount option is unknown: Invalid argument There are no clues in src/UPDATING concerning incompatibilities with NFS. I do not use modules. The kernels are identical on the two system and it was built with options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_LEGACYRPC The last option is only documented at http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/mount_nfs/mount_nfs.c The wonderfully fun part of this problem is that I can no longer NFS mount /usr/src from the node. -- Steve