From owner-freebsd-geom@FreeBSD.ORG Tue Jul 23 09:47:19 2013 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3C2DCBF2 for ; Tue, 23 Jul 2013 09:47:19 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm11.bullet.mail.ird.yahoo.com (nm11.bullet.mail.ird.yahoo.com [77.238.189.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75144239A for ; Tue, 23 Jul 2013 09:47:17 +0000 (UTC) Received: from [77.238.189.234] by nm11.bullet.mail.ird.yahoo.com with NNFMP; 23 Jul 2013 09:47:09 -0000 Received: from [46.228.39.108] by tm15.bullet.mail.ird.yahoo.com with NNFMP; 23 Jul 2013 09:47:09 -0000 Received: from [127.0.0.1] by smtp145.mail.ir2.yahoo.com with NNFMP; 23 Jul 2013 09:47:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1374572829; bh=IdaBfjsuJQjs30VYWyncDQqykkLQFqpEjhrfhZ4AI9Y=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=tNLD9+imLRpPC8Y2y54qZp/G3+R5EKJq/sKtkBzv3HbNayFSL72Hi7UxjlbvYp5VshtnPBoSK+1FEjgr5tM55x1iPLHxQGOxbgu0ejsbJU7q4f06orwSBlLIYxr9nzrPx5HbK+scj+huMUGPsMs1OQ9bOtFwf7LsugvDsvyQfcc= X-Yahoo-Newman-Id: 674634.93846.bm@smtp145.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: taK4eWMVM1m.AQ1tWLSChHArr7dffQHYrUykJ_el7vEG_qk y_Enrbmtv9Qb0tpi.UGiNEPLKR_0YM.hnk2E5Tne3Du_ZX2q5yc_zl4DQ3lv jMetMffOIn374BSzmR9Or0gJWr1Czu3p.2ebagc5RdbT67j5USdHO1LAkHnQ IA7Z6ybaKJ0WtEi6_nFNkOgsPiUT3L5uhmrVuzeb869cI23NrBFtbPFCOvR. jY12uhm6WXbrctZ21hAj3K_EYxRZXRsVpyzaeERNHP.ylVWXkaXZTb6T507C 5uXZi8VcK7kokQNhEqgQDwvB1e7MBiaKDBDwBkFpye3eGYe0ZdSegqfM7Lpe ihZ1csaOsp7lzcFULr6xQPqnJdLrGJ_i6YeDTTr0aquu85NPMdQZsAqCIZ_R TzGl0lTzrFJ3eEe7PCMqe6N46ZGj2jBO73v5860n8k9w.w7wphVCVl8R4Krr yumAESBbrDWjSFUXuKdBVJ8qZrBieFZmj X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from camibar.emorras.eu (emorrasg@85.219.45.142 with ) by smtp145.mail.ir2.yahoo.com with SMTP; 23 Jul 2013 09:47:09 +0000 UTC Date: Tue, 23 Jul 2013 11:47:10 +0200 From: Eduardo Morras To: freebsd-geom@freebsd.org Subject: Re: Does geom_raid1e support raid10e? Message-Id: <20130723114710.d861682670c9be1b28c140a4@yahoo.es> In-Reply-To: References: <20130722133651.a0b2f7a97433fb1ac90e2d2c@yahoo.es> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Tue, 23 Jul 2013 09:47:19 -0000 On Mon, 22 Jul 2013 06:49:36 -0600 (MDT) Warren Block wrote: > 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. ... So /usr/src/sys/geom/raid/tr_raid1e.c doesn't implement a full raid1e? What's it then for? Only for interface some raid cards? I thought that Alexander Motin worked on full software raid1e support and not an interface for raid cards that support it. Thanks for clarify this point. --- --- Eduardo Morras