From owner-freebsd-stable@FreeBSD.ORG Wed Jul 9 11:53:59 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 619881065682 for ; Wed, 9 Jul 2008 11:53:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA7DF8FC13; Wed, 9 Jul 2008 11:53:57 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4874A6D4.90903@FreeBSD.org> Date: Wed, 09 Jul 2008 13:53:56 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: matheus@eternamente.info References: <2c7aa7cb6f8acbc18993b802bb3a5016.squirrel@cygnus> <487493A5.2010208@FreeBSD.org> <0c213d395e7b8febf23e86c1124fd2f7.squirrel@cygnus.homeunix.com> In-Reply-To: <0c213d395e7b8febf23e86c1124fd2f7.squirrel@cygnus.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: disk questions: geom and zfs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2008 11:53:59 -0000 matheus@eternamente.info wrote: > first of all thanks, > > and, so far no gmirror and I wouldn't be surprised if after this info > other couldn't work as well. no problem cause I can upgrade, just have to > plan that. But about the disk order ? will both geom_* and zfs work ? zpool works on top of GEOM, so it's all fine. e.g. you can build a zpool on top of a gmirror if you wanted to (although that example would probably be pointless) Kris