]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: determine failed indexes from the most up-to-date disk
authorDan Williams <dan.j.williams@intel.com>
Sun, 28 Sep 2008 19:12:07 +0000 (12:12 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 15 Oct 2008 21:15:51 +0000 (14:15 -0700)
commit3f6efecc4ccc4b5e50ade7368cf825c372cda0cf
tree57019d3497579de7e1ee736d9a7dcbed16db46fa
parent47ee5a45661d30b1265b30731525a3a7f4cc7348
imsm: determine failed indexes from the most up-to-date disk

load_imsm_disk() currently notices if spares missed their activation
update, but we allow a stale failed disk back in to the array because its
serial number is clobbered in the most up-to-date disk.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c