From owner-freebsd-current@FreeBSD.ORG Wed Sep 7 21:13:38 2011 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 837C41065673 for ; Wed, 7 Sep 2011 21:13:38 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2EEBA8FC17 for ; Wed, 7 Sep 2011 21:13:38 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al8GAMPdZ06DaFvO/2dsb2JhbABDhFWUV486gUYBAQEBAgEBAQEgKyALBRYYAgINGQIpAQkmDgcEARwEh1QEpVSRe4EshC6BEQSRIIISiX2HNA X-IronPort-AV: E=Sophos;i="4.68,347,1312171200"; d="scan'208";a="136856555" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 07 Sep 2011 17:13:37 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 495C6B3F3F; Wed, 7 Sep 2011 17:13:37 -0400 (EDT) Date: Wed, 7 Sep 2011 17:13:37 -0400 (EDT) From: Rick Macklem To: lev@FreeBSD.org Message-ID: <2109435906.945862.1315430017247.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <1505890415.20110908005042@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.201] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: freebsd-current@freebsd.org Subject: Re: -CURRENT (BETA2) nfs client surprise 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 Sep 2011 21:13:38 -0000 Lev Serebryakov wrote: > Hello, Freebsd-current. > > I've built NanoBSD image for my router based on latest HEAD sources. > Image contains minimal set of kernel modules and custom kernel with > NFSCLIENT option. > Router mounts "/usr/home" via NFS with this "/etc/fstab" line: > > 192.168.134.2:/usr/home /usr/home nfs > rw,late,soft,intr,bg,wsize=65536,rsize=65536,tcp 0 0 > > And I've been very surprised when boot failed because it cannot find > "nfscl" module. > See UPDATING (in head) date 20110427. > Yes, I know, that now here are TWO versions of in-kernel NFS > clients. But, IMHO, it is POLA violation not to boot with valid > configuration from previous version. > I'll admit I don't even know what the acronym POLA stands for, but it was my understanding that this change was ok for a major new release. Anyhow, the new client (kernel "options NFSCL") is now the one called "nfs". If you want to use the old client (options NFSCLIENT), the file system type is called "oldnfs". > -- > // Black Lion AKA Lev Serebryakov > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"