From owner-freebsd-fs@freebsd.org Tue Jul 21 14:30:04 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 386F19A7212 for ; Tue, 21 Jul 2015 14:30:04 +0000 (UTC) (envelope-from email.ahmedkamal@googlemail.com) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (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 D2AAE1115 for ; Tue, 21 Jul 2015 14:30:03 +0000 (UTC) (envelope-from email.ahmedkamal@googlemail.com) Received: by wgbcc4 with SMTP id cc4so65044300wgb.3 for ; Tue, 21 Jul 2015 07:30:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=AJ78TDKLUaUy+mP18D96yWAuvG2DkMdMkD0UldkCQWs=; b=zvOej42AJoiaD7T883LRRUtBAiAUjtawRHlUqKGrQHYH4DzAvIfGg2iKFDRXvVQwgh IwVlCsSsnpFtMGOcoHYdCQ12VxvMkocqQ4Igr5SyTAEiZ2RMzczTX+OZjfeuo8UZhrrK wRpc9SDMLx6pOacIB1Fx3QXYOhwL6zXEy3hQATI5fxMG1yqjpd7u9ysC61wbk12T+xR2 akTt1v4C6llrpX2D3seAYY3rtjMTDBIbhGnjCJ96Nc3qT8y+FEP6+NLRFpY45p0VGkhU w7bRG6Pl5MPv9AKYSvEsJ7ZqpKom9I2QrMiD4xxifQTXI5wlg2noJ/qvULUWj2x9g2ux pHMw== X-Received: by 10.180.21.244 with SMTP id y20mr32158899wie.65.1437489002183; Tue, 21 Jul 2015 07:30:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.6.143 with HTTP; Tue, 21 Jul 2015 07:29:42 -0700 (PDT) From: Ahmed Kamal Date: Tue, 21 Jul 2015 16:29:42 +0200 Message-ID: Subject: 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:30:04 -0000 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!