From owner-freebsd-fs@FreeBSD.ORG Wed Dec 5 12:04:53 2012 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A9663C4 for ; Wed, 5 Dec 2012 12:04:53 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id CF6578FC19 for ; Wed, 5 Dec 2012 12:04:52 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA13329; Wed, 05 Dec 2012 14:04:45 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1TgB8M-0009xS-MI; Wed, 05 Dec 2012 11:19:14 +0200 Message-ID: <50BF1191.8010007@FreeBSD.org> Date: Wed, 05 Dec 2012 11:19:13 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Andreas Nilsson Subject: Re: kern/167066: [zfs] ZVOLs not appearing in /dev/zvol References: <201211241313.qAODDwld048466@freefall.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-fs@freebsd.org" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 12:04:53 -0000 on 03/12/2012 13:19 Andreas Nilsson said the following: > Hello again, > > I think that the nodes in /dev/zvol should be removed after a zfs destroy. > > Ie. if you do > > zfs create -V1g tank/vol ; zfs snapshot tank/vol@1 ; zfs snapshot tank/vol@2 ; > zfs destroy tank/vol@2 ; zfs destroy tank/vol@1 > > I think that only /dev/zvol/tank/vol should still exist. Even after > > zfs destroy tank/vol > > /dev/zvol/tank/vol@1 and /dev/zvol/tank/vol@2 still exists. Telegraph style: kern/173442, r242862 > It gets a bit more exiting when creating partitions on the volume as well. > > Best regards > Andreas > > > On Sat, Nov 24, 2012 at 2:13 PM, > wrote: > > Synopsis: [zfs] ZVOLs not appearing in /dev/zvol > > Responsible-Changed-From-To: freebsd-fs->avg > Responsible-Changed-By: avg > Responsible-Changed-When: Sat Nov 24 13:13:49 UTC 2012 > Responsible-Changed-Why: > I am handling this. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=167066 > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org > " > > -- Andriy Gapon