From owner-freebsd-fs@FreeBSD.ORG Thu Oct 20 15:09:11 2011 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 E2877106566B for ; Thu, 20 Oct 2011 15:09:10 +0000 (UTC) (envelope-from bgold@simons-rock.edu) Received: from hedwig.simons-rock.edu (hedwig.simons-rock.edu [208.81.88.14]) by mx1.freebsd.org (Postfix) with ESMTP id AAC5B8FC17 for ; Thu, 20 Oct 2011 15:09:10 +0000 (UTC) Received: from hp6000new (behemoth.simons-rock.edu [10.30.2.44]) by hedwig.simons-rock.edu (Postfix) with ESMTP id 833402BB35B for ; Thu, 20 Oct 2011 10:40:37 -0400 (EDT) From: "Brian Gold" To: Date: Thu, 20 Oct 2011 10:40:33 -0400 Message-ID: <05b701cc8f36$3934cf70$ab9e6e50$@simons-rock.edu> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AcyPNjkccBdkHrdhSMKChgRJOdOxbQ== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: system hangs using zfs28 after enabiling nfsshare on a new dataset 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: Thu, 20 Oct 2011 15:09:11 -0000 Hello all, I've been using the 8.2-RELEASE w/ ZFSv28 from mfsBSD (http://mfsbsd.vx.sk/) for a while now without any issues. Today I decided to try out sharenfs to see how it works. I got everything configured and successfully shared a new dataset (backup/vmimages) to another system on my network. After an hour or so however, the nfs host locked up. I tried rebooting it and it hung shortly after mounting my zfsroot pool (see screenshot http://i.imgur.com/qjJO2.jpg). I rebooted into single-user mode and attempted to run a "zfs set sharenfs=off backup/vmimages", but that hung the system as well. I rebooted again into single-user mode and ran "zfs destroy backup/vmimages" (nothing important on there yet) and even that hangs the system. Any thoughts as to what I can do to troubleshoot this further?