]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Monitor.c
Monitor: send --test message for arrays in /proc/mdstat that aren't in mdadm.conf
authorNeilBrown <neilb@suse.de>
Thu, 5 Feb 2009 06:06:03 +0000 (17:06 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 5 Feb 2009 06:06:03 +0000 (17:06 +1100)
commitbc8544484fac3ebb1c662c171273e1081f5180d8
tree3b776396931177e6089385b458a10c3e6308a2e7
parentb47dff6675026053dc574f305df570d79754484e
Monitor: send --test message for arrays in /proc/mdstat that aren't in mdadm.conf

"mdadm --monitor --test --scan" currently only sends test messages for
arrays listed on the command line or in /etc/mdadm.conf.  With this
patch it also reports on any active arrays, which is more in line with
the description in the manpage.

Thanks to  Andrew Walrond <andrew@walrond.org> for reporting this error.

Signed-off-by: NeilBrown <neilb@suse.de>
Monitor.c