From owner-freebsd-fs@FreeBSD.ORG Fri Nov 14 13:44:40 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CCCB1FE for ; Fri, 14 Nov 2014 13:44:40 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 DE52C996 for ; Fri, 14 Nov 2014 13:44:39 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 5B58920861 for ; Fri, 14 Nov 2014 08:44:38 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Fri, 14 Nov 2014 08:44:38 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to:cc :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=jwtDhWCfHgqRWmTcC3nxsyG7 Q8s=; b=oFrJhcDTKTl7kvjHsd/+g4STQFHa57eIo6cqu4Al+BpJFebpipC3YAPO YQWRue9drDLQpBu3whRBa5gS0vmamisLer965XkP5+5XRbdAJe/r1boaHdjTtjKp 1i1XGAXa5MFRVb9bIGdTMW8URaGoL2FjXTAgGJxHUJ4guKEOb0I= Received: by web3.nyi.internal (Postfix, from userid 99) id 3702111880C; Fri, 14 Nov 2014 08:44:38 -0500 (EST) Message-Id: <1415972678.2953802.191005605.642CFFCF@webmail.messagingengine.com> X-Sasl-Enc: rVzxwCuuJ81B15+sgXxK+jgas4K4NMffDE57xiZUiFob 1415972678 From: Mark Felder To: Kimmo Paasiala MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-9183bd94 In-Reply-To: References: <20141111080903.94302@smtp.new-ukraine.org> <5461BCB1.5030703@delphij.net> <20141111101004.845@smtp.new-ukraine.org> <1415715795.1681955.189655693.7993AEA6@webmail.messagingengine.com> <20141111223833.46741@smtp.new-ukraine.org> <1415890567.2670730.190586365.02618860@webmail.messagingengine.com> Subject: Re: unsupported feature: com.delfix and can't find pool by guid after old STABLE10.0-to-RELENG10.0 upgrade Date: Fri, 14 Nov 2014 07:44:38 -0600 Cc: freebsd-fs 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: Fri, 14 Nov 2014 13:44:40 -0000 On Thu, Nov 13, 2014, at 10:06, Kimmo Paasiala wrote: > Altroot does the right thing (tm) and moves all mountpoints to be > relative to the altroot property, in other words the value of the > altroot property is prepended to every mountpoint. Both inherited and > explicitly set mountpoints behave exactly as you expect with altroot. > Thanks for this info! I'll definitely use altroot in the future.