From owner-freebsd-fs@FreeBSD.ORG Wed Sep 24 02:40:22 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E289775; Wed, 24 Sep 2014 02:40:22 +0000 (UTC) Received: from odin.blazingdot.com (odin.blazingdot.com [204.109.60.170]) by mx1.freebsd.org (Postfix) with ESMTP id 50D99D53; Wed, 24 Sep 2014 02:40:22 +0000 (UTC) Received: by odin.blazingdot.com (Postfix, from userid 1001) id 19549131944; Tue, 23 Sep 2014 22:40:15 -0400 (EDT) Date: Tue, 23 Sep 2014 22:40:15 -0400 From: Marcus Reid To: Nikolai Lifanov Subject: Re: zfs bookmark [ -r ] question Message-ID: <20140924024014.GA49256@blazingdot.com> References: <5421D604.9050009@mail.lifanov.com> <5421E3EF.4080704@FreeBSD.org> <68e59516484bc319ca4f2c773db1a61d@mail.lifanov.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <68e59516484bc319ca4f2c773db1a61d@mail.lifanov.com> X-Coffee-Level: nearly-fatal User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-fs@freebsd.org, Andriy Gapon X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 02:40:22 -0000 On Tue, Sep 23, 2014 at 09:26:41PM -0400, Nikolai Lifanov wrote: > On 2014-09-23 17:19, Andriy Gapon wrote: > > On 23/09/2014 23:20, Nikolai Lifanov wrote: > >> I noticed that recursive bookmarks were not made available with the > >> import of https://www.illumos.org/issues/4369 > >> > >> Is there a technical reason for this? > > > > As far as I can see that functionality (-r) was not implemented > > upstream, so it > > was impossible to import it. > > You are right. I'm looking at Illumos git repo and it's not supported. I > guess the issue description at the above link is misleading. I looked into this as well. As I recall, the stated reason for not supporting -r is that they had no need for it, and since bookmarks use a different interface than snapshots it would have been a lot of work. It would definitely be a nice feature to have though. Marcus