]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: allow container assembly in the presence of failed disks
authorDan Williams <dan.j.williams@intel.com>
Tue, 19 Aug 2008 07:55:15 +0000 (17:55 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 19 Aug 2008 07:55:15 +0000 (17:55 +1000)
commit6c386dd368ca1d24554fbf700239e8aa222591fb
tree05139ef181aeec2489914dfcfb50649e5abc5bae
parent567df5fd0a18ed8eed6ee24fb7991b963f56efa0
imsm: allow container assembly in the presence of failed disks

For example, this allows one to still say mdadm -A /dev/sd[b-e] even
though /dev/sde has replaced /dev/sdd.  Otherwise mdadm will say:

mdadm: superblock on /dev/sdd doesn't match others - assembly aborted

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