From owner-freebsd-geom@FreeBSD.ORG Mon Jul 22 12:49:39 2013 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1155DF25 for ; Mon, 22 Jul 2013 12:49:39 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF38E2C46 for ; Mon, 22 Jul 2013 12:49:37 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6MCnaDm046851; Mon, 22 Jul 2013 06:49:36 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6MCna8S046848; Mon, 22 Jul 2013 06:49:36 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 22 Jul 2013 06:49:36 -0600 (MDT) From: Warren Block To: Eduardo Morras Subject: Re: Does geom_raid1e support raid10e? In-Reply-To: <20130722133651.a0b2f7a97433fb1ac90e2d2c@yahoo.es> Message-ID: References: <20130722133651.a0b2f7a97433fb1ac90e2d2c@yahoo.es> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 22 Jul 2013 06:49:36 -0600 (MDT) Cc: freebsd-geom@freebsd.org X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 12:49:39 -0000 On Mon, 22 Jul 2013, Eduardo Morras wrote: > Hello, I ask this question on -questions list last week and get no answer, I post it here then. > > Hello, I want to know if geom_raid1e support raid10e level too. There is no geom_raid1e, just geom_raid. Support for RAID1E is listed for some metadata formats, but RAID10E is not shown at all.