]> git.neil.brown.name Git - mdadm.git/commit
Monitor: fix for regression with container devices
authorArtur Paszkiewicz <artur.paszkiewicz@intel.com>
Mon, 9 Feb 2015 10:13:50 +0000 (11:13 +0100)
committerNeilBrown <neilb@suse.de>
Wed, 11 Feb 2015 04:27:57 +0000 (15:27 +1100)
commit19d3ea0f0b4decef347770b9b0d1a74fba4f7776
tree6d1e313941bf473a1f8e1901cf459cd8d46aecd4
parent979b1feb093b1c2e0f8b58716329f2da092741d4
Monitor: fix for regression with container devices

This patch fixes 2 problems introduced by commit 9a518d8: not closing a
file descriptor and ignoring container devices. Array state is always
"inactive" for containers, so we make sure that the device is not a
container by reading also the "level" sysfs entry.

Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Reviewed-by: Pawel Baldysiak <pawel.baldysiak@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Monitor.c