From owner-freebsd-fs@FreeBSD.ORG Thu Mar 4 12:59:20 2010 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 D19E4106564A for ; Thu, 4 Mar 2010 12:59:20 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7F68C8FC1F for ; Thu, 4 Mar 2010 12:59:20 +0000 (UTC) Received: by vws14 with SMTP id 14so1301446vws.13 for ; Thu, 04 Mar 2010 04:59:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:cc:subject :in-reply-to:message-id:references:user-agent:x-openpgp-key-id :x-openpgp-key-fingerprint:mime-version:content-type; bh=lewo2Iu9bZ9ntuC16+Xa5QEV0rvlx5ufb1a893bIdzk=; b=l0UniG2ziTxWtwvkXOVI4hTHeB6AUStWxDP8sCon4CL8nBVol+MveXkLnDkMKHB2F+ JLlSFFREOdBiBen3TXm/GPNs230FJh7jubu/9MLO7Il+x+ZFlIMaMfIHc5I8gT9sw1gi HFA/nKzH9uou5BHqiwbs28SsdA7hAXXRqv5N0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=RgwLqZLYe9KPhsAGWjIfUiMOE3uIhmgSyxQjkV9Io7iEEIxmzffqN++We4dXQGm4il 9hiL3BPSzXq+8GQVGU3hzD+DWt68V5KLnJZEXLBgsCHwOwHpWkqx5kDN0HD4Du1qfL/C U5fcAkpemvm0Od80i7i9qd+ivjOLCRYATJ7QQ= Received: by 10.220.122.193 with SMTP id m1mr936596vcr.154.1267707554285; Thu, 04 Mar 2010 04:59:14 -0800 (PST) Received: from centel.dataix.local (ppp-21.216.dialinfree.com [209.172.21.216]) by mx.google.com with ESMTPS id 23sm1294179vws.6.2010.03.04.04.59.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Mar 2010 04:59:12 -0800 (PST) Sender: "J. Hellenthal" Date: Thu, 4 Mar 2010 07:56:45 -0500 From: jhell cc: FreeBSD Filesystems In-Reply-To: <20100302001459.GT58319@cicely7.cicely.de> Message-ID: References: <20100302001459.GT58319@cicely7.cicely.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [ZFS] sharenfs stable/7 # !!! DO NOT EDIT THIS FILE MANUALLY !!! 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, 04 Mar 2010 12:59:20 -0000 On Mon, 1 Mar 2010 19:14, ticso@ wrote: > On Mon, Mar 01, 2010 at 06:29:44PM -0500, jhell wrote: >> >> Hi FS, >> >> After exporting some filesystems from zfs via sharenfs I decided to turn >> the shares back off after I was done with them on another machine. To my >> surprise the datasets that I had shared previously were still shared. >> >> FreeBSD 7.3-STABLE #0 r204486 Sun Feb 28 19:42:46 EST 2010 >> >> Process: >> >> # This command adds the share through nfs in /etc/zfs/exports >> zfs set sharenfs='-maproot=0 disbatch' exports/svn >> >> bla bla bla after using them for a little while: >> >> # This command should turn off the nfs share and remove the line from >> # /etc/zfs/exports and signal mountd or whatever. >> zfs set sharenfs=off exports/svn >> >> Low and behold this line is never removed the share and continues even >> through a reboot all while sharenfs=off on the dataset. No no other >> datasets are shared at this time. >> >> The line in /etc/zfs/exports changes just fine when changing the options >> via "zfs set sharenfs". >> >> I also removed /etc/zfs/exports and repeated the process. It still >> continued. >> >> Should a PR be filed ?, Can someone take a look at this ?. > > This reminds me that my mountd complains about a zfs-export line. > The given filesystem doesn't exist anymore. > > This is now has a PR, http://www.freebsd.org/cgi/query-pr.cgi?pr=144447 -- jhell