From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Brown Subject: Re: Resize RAID-0? Date: Fri, 12 Mar 2010 22:53:21 +1100 Message-ID: <20100312225321.7581e324@notabene.brown> References: <23986fd91003111939w102813c6r8d1b51a387784a71@mail.gmail.com> <4B9A1A3A.6000209@anonymous.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B9A1A3A.6000209@anonymous.org.uk> Sender: linux-raid-owner@vger.kernel.org To: John Robinson Cc: "Patrick J. LoPresti" , linux-raid@vger.kernel.org List-Id: linux-raid.ids On Fri, 12 Mar 2010 10:40:58 +0000 John Robinson wrote: > On 12/03/2010 03:39, Patrick J. LoPresti wrote: > > From reading the documentation and source code, I gather "mdadm > > --grow" is not supported for RAID-0 devices. > > > > In my application, I am using md RAID-0 to stripe among several > > (identical) hardware RAID-0 chassis. I would like to extend my setup > > by adding another chassis, but apparently, I cannot (?). > > If I remember correctly, there were patches posted to this list recently > to add support for reshaping RAID-0, and for migrating from RAID-0 to > other RAID levels, but I don't remember whether they've made it in to > the kernel/mdadm yet. I recommend a trawl through the last few months' > archives. I'll save you the effort. No they haven't. The current plan is to support reshaping RAID-0 but converting the RAID0 to a degraded RAID4, then reshaping it, then converting back. But the code isn't ready yet. NeilBrown