From owner-freebsd-fs@FreeBSD.ORG Sun Dec 25 22:44:31 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A0F31065670; Sun, 25 Dec 2011 22:44:31 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id A290F8FC15; Sun, 25 Dec 2011 22:44:30 +0000 (UTC) Received: by lahl5 with SMTP id l5so5897676lah.13 for ; Sun, 25 Dec 2011 14:44:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lREu/C+XsYBZXuiY8oP+LIXhEmd0sldwqTp+2QUesdo=; b=hdT9+opnicRZCuGhlAZa2NfT9Oi2gNzCVv5YiBfBkd1jGTcGVjyHdkl9AlyDwpjqaK 3GCX88c3kUTPqo7Jc+RxGdHqdK3Ij26ysUi1vLfQ/It5jW3rcyrXBZlWmJBY9z/K5/Ds OqNaM2HgC55pWNHRow1q3Sf8aBRzZVbzNyly0= MIME-Version: 1.0 Received: by 10.152.145.71 with SMTP id ss7mr16355591lab.28.1324853069293; Sun, 25 Dec 2011 14:44:29 -0800 (PST) Received: by 10.152.20.202 with HTTP; Sun, 25 Dec 2011 14:44:29 -0800 (PST) In-Reply-To: References: <20111225102719.GA44906@tolstoy.tols.org> Date: Sun, 25 Dec 2011 23:44:29 +0100 Message-ID: From: claudiu vasadi To: Artem Belevich Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org, Johannes Totz Subject: Re: Restoring received properties on a received filesystem. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2011 22:44:31 -0000 Correct. This is to avoid, for instance, a zfs send/receive of a recursive (-r) snapshot of the ZFS boot pool. Since all properties (mountpoints too of course) are kept, upon reboot, the receive-ing side would mount the snapshot datasets over any existing (and same) datasets. Does it make sense ? Best regards, Claudiu Vasadi