From owner-freebsd-fs@FreeBSD.ORG Mon Sep 7 20:12:54 2009 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 765001065676; Mon, 7 Sep 2009 20:12:54 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66AAF8FC20; Mon, 7 Sep 2009 20:12:54 +0000 (UTC) Received: from freefall.freebsd.org (pjd@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n87KCsS7075638; Mon, 7 Sep 2009 20:12:54 GMT (envelope-from pjd@freefall.freebsd.org) Received: (from pjd@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n87KCr18075634; Mon, 7 Sep 2009 20:12:53 GMT (envelope-from pjd) Date: Mon, 7 Sep 2009 20:12:53 GMT Message-Id: <200909072012.n87KCr18075634@freefall.freebsd.org> To: sudakov@sibptus.tomsk.ru, pjd@FreeBSD.org, freebsd-fs@FreeBSD.org, pjd@FreeBSD.org From: pjd@FreeBSD.org Cc: Subject: Re: bin/120288: zfs(8): "zfs share -a" does not send SIGHUP to mountd 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: Mon, 07 Sep 2009 20:12:54 -0000 Synopsis: zfs(8): "zfs share -a" does not send SIGHUP to mountd State-Changed-From-To: open->closed State-Changed-By: pjd State-Changed-When: pon 7 wrz 2009 20:10:46 UTC State-Changed-Why: I think the problem you were seeing was related to bug in pidfile(3), which was fixed some time ago. There was also another bug in detecting if file system is shared which I just fixed. Now the following commands should properly remove file systems from the 'showmount -e' output: # zfs unshare -a # zfs destroy foo/bar # zfs rename foo/bar foo/baz Thanks for the report! Responsible-Changed-From-To: freebsd-fs->pjd Responsible-Changed-By: pjd Responsible-Changed-When: pon 7 wrz 2009 20:10:46 UTC Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=120288