From owner-freebsd-stable@FreeBSD.ORG Tue Sep 1 18:26:05 2009 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 DCC97106568B for ; Tue, 1 Sep 2009 18:26:05 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 9913A8FC0A for ; Tue, 1 Sep 2009 18:26:05 +0000 (UTC) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:44875 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1MiUxp-0005TF-5T; Tue, 01 Sep 2009 17:08:07 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id C985EF5652; Tue, 1 Sep 2009 17:07:34 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Thomas Backman In-Reply-To: Date: Tue, 1 Sep 2009 17:07:32 +0200 Content-Transfer-Encoding: 7bit Message-Id: <061541E3-F301-46C4-8ECB-5B05854F0EAA@exscape.org> References: To: Maciej Jan Broniarz X-Mailer: Apple Mail (2.1075.2) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MiUxp-0005TF-5T. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MiUxp-0005TF-5T e9543b6ac11c32dbe344feb6e7567f62 Cc: freebsd-stable@freebsd.org Subject: Re: zfs on gmirror slice 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: Tue, 01 Sep 2009 18:26:05 -0000 On Sep 1, 2009, at 4:04 PM, Maciej Jan Broniarz wrote: > Hi, > > Is is a bad ida to create a zfs pool from a gmirrored slice? > zpool create tank /dev/mirror/gm0s1g works fine, but after the reboot > the filesystem failes consistency check. > > Regards, > mjb I'm not familiar with gmirror, but it'd be a way better idea to mirror it using ZFS if possible - that way you get self-healing and stuff like that, which you won't if ZFS doesn't have a mirror/RAIDZ setup, but only sees a single slice. Regards, Thomas