From owner-freebsd-current@FreeBSD.ORG Fri Aug 6 12:02:51 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADD8F1065680 for ; Fri, 6 Aug 2010 12:02:51 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from inbound01.jnb1.gp-online.net (inbound01.jnb1.gp-online.net [41.161.16.135]) by mx1.freebsd.org (Postfix) with ESMTP id 4E45C8FC14 for ; Fri, 6 Aug 2010 12:02:50 +0000 (UTC) Received: from [41.154.86.106] (helo=clue.co.za) by inbound01.jnb1.gp-online.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1OhL9d-0005Cg-8q for current@freebsd.org; Fri, 06 Aug 2010 13:32:01 +0200 Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1OhL9c-0000ux-FH for current@freebsd.org; Fri, 06 Aug 2010 13:32:00 +0200 To: current@freebsd.org From: "Ian FREISLICH" X-Attribution: BOFH Date: Fri, 06 Aug 2010 13:32:00 +0200 Message-Id: Cc: Subject: problem with mfiutil X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2010 12:02:51 -0000 Hi I'm unable to make a raid10 on my servers with 6 disks in each stripe. I tried a few ways: ~ # mfiutil -u1 create raid10 -s1M e1:s0,e1:s1,e1:s2,e1:s3,e1:s4,e1:s5 e1:s6,e1:s7,e1:s8,e1:s9,e1:s10,e1:s11 mfiutil: Command failed: Invalid parameter mfiutil: Failed to add volume: Input/output error ~ # mfiutil -u1 create raid10 -s1M 19,29,18,26,22,20 31,30,21,27,28,32 mfiutil: Command failed: Invalid parameter mfiutil: Failed to add volume: Input/output error It does however work with 2 disks in each stripe: ~ # mfiutil -u1 create raid10 -s1M 19,29 31,30 any ideas? Ian -- Ian Freislich