Enable monitoring of MD (software RAID) devices
Appearance
After you have created the RAID (via YAST):
#insserv mdadmd
to have mdadm run as a daemon in the background monitoring your devices. Or you can run it manually using
#mdadm --monitor --scan --daemonise > /var/run/mdadm
this also writes the pid to /var/run/mdadm file.