From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Turmel Subject: Re: [Recovery] RAID10 hdd failureS help requested Date: Tue, 24 Sep 2013 17:19:58 -0400 Message-ID: <524201FE.2080907@turmel.org> References: <5241A06F.10704@turmel.org> <5241B4B7.1010305@turmel.org> <5241C763.6040306@turmel.org> <5241E295.6040105@turmel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Karel Walters Cc: linux-raid List-Id: linux-raid.ids On 09/24/2013 03:14 PM, Karel Walters wrote: > Hi Phil, >> Ok, so your create operation will be: >> >> mdadm --create /dev/md1 --level=10 -n 6 --layout=f2 --chunk=64 >> --data-offset=variable /dev/sdd1:2048 /dev/sdg1:4096 /dev/sdf1:2048 >> /dev/sdb1:2048 /dev/sdc1:2048 /dev/sde1:2048 > > No --assume-clean? Whoops! Yes, add the --assume-clean. >> I'm actually guessing that /dev/sdb1 and /dev/sdc1 need offset 2048 like >> the original devices, not the 4096 of a device added later (newer >> mdadm). With the mixed offsets, you need mdadm version 3.3. > > I created and used it this with mdadm 3.2.5, do I really need to get 3.3? Yes, 3.2.5 doesn't have the variable offset syntax. Phil