From owner-freebsd-fs@freebsd.org Tue Jul 21 14:31:15 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A87C79A731D for ; Tue, 21 Jul 2015 14:31:15 +0000 (UTC) (envelope-from email.ahmedkamal@googlemail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42EB11236 for ; Tue, 21 Jul 2015 14:31:15 +0000 (UTC) (envelope-from email.ahmedkamal@googlemail.com) Received: by wgav7 with SMTP id v7so92740198wga.2 for ; Tue, 21 Jul 2015 07:31:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=BSsUlg8l/HkvHlVsvHCjtLPvLObl+5MltOIcP91NVMc=; b=SGRqj1E7VkUlqYfT/DrfwV82h+GE7ucUPPLDKiMtUjRgOoaJvKWZLzCgDdcdDK7kKe kbnmgzwzCG9jvOt27/2HlyG1RUGVWTc4HVN/ZjTnBQSm/T7npnKPC/Dr3DGiP2WSe6H+ RPYH/z/tMKL7PcKGsdSTA+eoDpkVJUcgn69VfTKlQZeFrL9SvD8MSl0wiexTGUPZteTG P4egd5FgdrIq2tcK6zXrhUWLc1W2ns+HPn+usvEcddNiI0C2EMJw+wSRBbwL5q7fjjQN jw+4Oac4rr7gCISy4BZ8h1aqF2iYO50mIrk46Urc0LB7ce47BDqj1pWN3eGWZk6SBXin 0Cnw== X-Received: by 10.180.21.244 with SMTP id y20mr32169025wie.65.1437489073722; Tue, 21 Jul 2015 07:31:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.6.143 with HTTP; Tue, 21 Jul 2015 07:30:54 -0700 (PDT) In-Reply-To: References: From: Ahmed Kamal Date: Tue, 21 Jul 2015 16:30:54 +0200 Message-ID: Subject: Re: Allow filtering of properties on zfs receive | is it merged ? To: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2015 14:31:15 -0000 Just got a reply from Steven ... So FYI .. Wish someone can clean it up though, it looks quite useful .. Thanks! --- Comment #4 from Steven Hartland --- Afraid not, need to get some time to clean up based on feedback from illumos On Tue, Jul 21, 2015 at 4:29 PM, Ahmed Kamal < email.ahmedkamal@googlemail.com> wrote: > Hi folks, > > I am interested in > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173234 > I don't understand what Steven means by (I'll take it) .. is this now > merged ? It's not showing up on my 10.1p14 > > Related work: > https://www.illumos.org/issues/2745 > https://github.com/zfsonlinux/zfs/issues/1350 > > http://www.listbox.com/member/archive/182191/2014/20140405192243:28750F74-BD19-11E3-A7AF-904883EF6A73/ > > Why I need this => I'd like to zfs send | recv from locally attached > disks, while filtering properties like (mountpoint, and sharenfs) to avoid > production server disruption. > > Thanks! >