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