From owner-freebsd-fs@FreeBSD.ORG Wed Sep 24 01:26:44 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 DA6F5686; Wed, 24 Sep 2014 01:26:44 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C588F7AF; Wed, 24 Sep 2014 01:26:44 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id A83F01B3905; Tue, 23 Sep 2014 21:26:43 -0400 (EDT) Received: from app.lifanov.com (chat.lifanov.com [206.125.175.13]) by mail.lifanov.com (Postfix) with ESMTPA id 029B61B2AD9; Tue, 23 Sep 2014 21:26:41 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 23 Sep 2014 21:26:41 -0400 From: Nikolai Lifanov To: Andriy Gapon Subject: Re: zfs bookmark [ -r ] question In-Reply-To: <5421E3EF.4080704@FreeBSD.org> References: <5421D604.9050009@mail.lifanov.com> <5421E3EF.4080704@FreeBSD.org> Message-ID: <68e59516484bc319ca4f2c773db1a61d@mail.lifanov.com> X-Sender: lifanov@mail.lifanov.com User-Agent: Roundcube Webmail/1.0.2 Cc: freebsd-fs@freebsd.org 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 01:26:44 -0000 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. - Nikolai Lifanov