]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Incremental: honor an 'enough' flag from external handlers
authorDan Williams <dan.j.williams@intel.com>
Wed, 26 May 2010 20:22:36 +0000 (13:22 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 26 May 2010 20:22:36 +0000 (13:22 -0700)
commit97b4d0e971b20cea66b4a2dd04968cae79a3c2e6
tree431f304f86a6f2b4cc89941b655506e99b29baa5
parent4460f8f7c344a0e8c8d454edcaf392e85912c76e
Incremental: honor an 'enough' flag from external handlers

This is needed for imsm where:
1/ we want to report raid_disks as zero to allow mdadm -As to
   incorporate all spares
2/ we can't determine stale disks by looking at the event counts.
3/ we can't see per-subarray expectations with the info returned from
   the container level ->getinfo_super()

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