Re: New raid level suggestion.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Neil Brown
Date: Thursday, December 30, 2010 - 3:01 am

On Thu, 30 Dec 2010 09:23:56 +0100 Rogier Wolff <R.E.Wolff@BitWizard.nl>
wrote:


The kernel already supports this, though only with very recent kernels.
I'm not 100% sure about mdadm support, but if it isn't there yet, it probably
will be soon.

You can convert a RAID10 to a RAID0.  You probably have to remove two devices
first, so there are just two working devices - no redundancy.

  mdadm --grow /dev/md0 --level=0

Then you can convert the RAID0 to RAID4

  mdadm --grow /dev/md0 --level=4

Then add the good device back in

  mdadm /dev/md0 --add /dev/sdXX

This should all work, though you should certainly test it before you depend
on it at all.

NeilBrown

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
New raid level suggestion. , Rogier Wolff, (Thu Dec 30, 1:23 am)
Re: New raid level suggestion., Steven Haigh, (Thu Dec 30, 1:47 am)
Re: New raid level suggestion., Rogier Wolff, (Thu Dec 30, 2:42 am)
Re: New raid level suggestion., Neil Brown, (Thu Dec 30, 3:01 am)
Re: New raid level suggestion., Stan Hoeppner, (Thu Dec 30, 3:39 am)
Re: New raid level suggestion., John Robinson, (Thu Dec 30, 4:58 am)
Re: New raid level suggestion., Stan Hoeppner, (Thu Dec 30, 6:11 am)
Re: New raid level suggestion., Ryan Wagoner, (Thu Dec 30, 7:24 am)
Re: New raid level suggestion., John Robinson, (Thu Dec 30, 11:10 am)
Re: New raid level suggestion., Stan Hoeppner, (Fri Dec 31, 3:23 am)