RAIDs not starting due to module MD not being loaded
On a fresh 8.10 install, my RAID 5 array wasn't starting. I believe this is due to the MD module not loading at boot. Here's what I had to do to get it up and running:
Load module: sudo modprobe md
Start the array: sudo mdadm --assemble -s
Re-run Pluto's Raid script: sudo /usr/pluto/bin/checkforRaids.sh