Software Raid (MD)

Find more information how to setup the raid in Debian 7.2: Software RAID (MD)

Trouble shooting Raid Arrays

Raid Array is not built during boot, because of duplicate array definitions in mdadm.conf. Replace (or comment out) the block of three lines following # definitions of existing MD arrays so that each array is declared by your most recent scan.

A typical scenario for RAID arrays that fail to build on boot is that either they have not been updated in the initramfs or they are not set to run at boot time. A really quick scan through the guide you referenced doesn't appear to mention these steps, but I could be wrong. On Debian systems the commands are:

dpkg-reconfigure mdadm # Choose "all" disks to start at boot
update-initramfs -u # Updates the existing initramfs, is called automatically by dpkg-reconfigure
# mdadm --assemble --scan
# mdadm --readwrite /dev/md0

Resources