From owner-freebsd-fs@FreeBSD.ORG Fri Oct 5 19:49:55 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13A371065670; Fri, 5 Oct 2012 19:49:55 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5FF8FC0C; Fri, 5 Oct 2012 19:49:54 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so2836202oag.13 for ; Fri, 05 Oct 2012 12:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mapKNMti4+5Eki2TNEPQ/v2+bmFk6NjJ6tLPw7r46Ms=; b=yLzBqEcFViKYrpmvPHQtsvcoPLladIJw+TAlMzpE6ic0gMn+Uc9oeNI2AC6eJGH40R T30aXTayXff5uVGI/a3y+Q0TLDeL9lQkQog5HXimabZ6i8OMG9Wmfj7OJpCNYjl3plM6 pUeWGKokG3xLFsFdao6ciB84P3zbJiWQrIH63A4Z1T3qcrKT2CFo2ENjr5er3Y00C0tw 6lMQY/X+sd2GiIVN0y2ygqoVk0iUN4Vcu5w7x0//hWkrFdTZvHXEGRHMltzqYpjCh3qs 56ILrLyQEYi9OumqDQkblLyEJ/2l8Lzc4M1mqEvn2JTR9HFoty1tmpMqYzzlwNmw/fL9 7oHg== MIME-Version: 1.0 Received: by 10.182.39.105 with SMTP id o9mr913819obk.69.1349466588297; Fri, 05 Oct 2012 12:49:48 -0700 (PDT) Received: by 10.60.46.165 with HTTP; Fri, 5 Oct 2012 12:49:48 -0700 (PDT) In-Reply-To: <20121005180322.GA1684@garage.freebsd.pl> References: <505DE715.8020806@FreeBSD.org> <506C50F1.40805@FreeBSD.org> <20121005063848.GC1389@garage.freebsd.pl> <20121005174223.GU71113@over-yonder.net> <20121005180322.GA1684@garage.freebsd.pl> Date: Fri, 5 Oct 2012 19:49:48 +0000 Message-ID: From: Andreas Nilsson To: Pawel Jakub Dawidek Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Justin T. Gibbs" , freebsd-fs@freebsd.org, Andriy Gapon , "Matthew D. Fuller" Subject: Re: zfs: allow to mount root from a pool not in zpool.cache 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: Fri, 05 Oct 2012 19:49:55 -0000 > > Hostid is not used for root pool, but I'm aware current way of setting > up ZFS this way is far from being intuitive and requires some > understanding of how it work internally. It shouldn't be that way and > I'm glad it will change. > > I'm glad to see those plans coming to fruition! I'll try to find the time to test the patches during the weekend. My ultimate goal is beeing able to boot from a zfs snapshot. Best regards Andreas