My RAID 1 array has two disks as stated by # mdadm --detail /dev/md0
...
...
...
Number Major Minor RaidDevice State
5 8 32 0 active sync /dev/sdc
4 8 16 1 active sync /dev/sdb
Somehow mdadm assigned /dev/sdc on raid device index 0 and /dev/sdb on raid device index 1
Is it possible to reassign driver so /dev/sdb gets raid device index 0 and /dev/sdb raid device index 1?