I'm facing an issue with my RAID 0 setup on Linux. I've created a RAID 0 array with 4 disks, but after a few hours of activity and several system reboots, Linux changes the /dev/sd* directives used in the RAID creation. This causes the array to become unsynchronized and ultimately breaks the RAID.
Is there a way to persist the /dev/sd* mappings across reboots to prevent this issue? Any help would be greatly appreciated!
Obs: using mdadm.