From owner-freebsd-fs@FreeBSD.ORG Sun Sep 16 21:41:33 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 845C6106566B for ; Sun, 16 Sep 2012 21:41:33 +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 435628FC16 for ; Sun, 16 Sep 2012 21:41:32 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAO5GVlCDaFvO/2dsb2JhbAA+BxaFcbcSgkqBCwINGQJfiBMLmSeOQ5F0gSGKIYU1gRIDlWKBFI8NgwKBPiIb X-IronPort-AV: E=Sophos;i="4.80,432,1344225600"; d="scan'208";a="179287787" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 16 Sep 2012 17:41:25 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id EDA5579451 for ; Sun, 16 Sep 2012 17:41:25 -0400 (EDT) Date: Sun, 16 Sep 2012 17:41:25 -0400 (EDT) From: Rick Macklem To: FS List Message-ID: <1531430179.669311.1347831685957.JavaMail.root@erie.cs.uoguelph.ca> 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) Subject: testing/review of atomic export update patch X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2012 21:41:33 -0000 Hi, There is a simple patch at: http://people.freebsd.org/~rmacklem/atomic-export.patch that can be applied to a kernel + mountd, so that the new nfsd can be suspended by mountd while the exports are being reloaded. It adds a new "-S" flag to mountd to enable this. (This avoids the long standing bug where clients receive ESTALE replies to RPCs while mountd is reloading exports.) I am emailing to request testing and/or review of this patch by anyone who is interested. (One site has reported that the patch worked well for them and another is testing it as I type this.) Thanks in advance for any comments, rick