[PATCH] Bogus SparesMissing alert from mdadm
From: Bradley Baetz <hidden>
Date: 2004-06-27 14:01:19
If theres no spares= option in mdadm.conf, then spare_disks gets set to UnSet, and --monitor sends a SparesMissing event because there are less than 65534 spare disks available. Attached patch defaults this to 0, which matches both the --detail --brief output, and the docs from ANNOUNCE-1.4.0. Bradley