]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Treat all devices at the container level as spares
authorDan Williams <dan.j.williams@intel.com>
Thu, 2 Oct 2008 01:50:44 +0000 (18:50 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 15 Oct 2008 21:43:57 +0000 (14:43 -0700)
commit57ed8c9155d31ca78c48979f4f98d40e4c0deac3
tree18feb2559870518f06fc4db1861a99347793d565
parent36ba7d4849186b4c97bd6d5f905a390ff1de6f83
Treat all devices at the container level as spares

Raid disk and disk number information is not relevant at the container
level, especially for imsm.  So arrange for getinfo_super_imsm() to
always publish devices as spares and report the number of spares at
Assemble() time.

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