I have a linux server (3.19.0) which has raid setup with md (v3.2.5). /
is a raid1 device with 2 disks. There was a mistake when installing this machine, instead we need those 2 disks to be in raid0 configuration. Is there an easy way to change the md device like this?
I can maybe figure out how to make this happen by jugglying disks around, (and reinstalling is an option), but is there an easy way to turn a raid1 into a raid0?
In theory this feels possible to me. Is it possible for md to act like one of the disks is empty, and change the raid type from 1 to 0?