]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Assemble: don't assemble IMSM array without OROM.
authorNeilBrown <neilb@suse.com>
Wed, 29 Jul 2015 04:38:37 +0000 (14:38 +1000)
committerNeilBrown <neilb@suse.com>
Wed, 29 Jul 2015 04:38:37 +0000 (14:38 +1000)
commit9f2e55a4216a17a513047c3ed52bec346705f924
treebf231b6d9f2d3d8945078f619ae5078c686bd758
parent653299b6991b0a3a5a136d4f547e7675980c9095
Assemble: don't assemble IMSM array without OROM.

If someone has an IMSM array, and disables RAID in the BIOS
and uses the devices for some other purpose, then they really don't
want mdadm to start syncing the array.

So don't assemble if OROM doesn't confirm it is OK.

There can still be problems for crash-dump not being able to find
the OROM.   Some explicit work-around might be needed for that
rather than a more general workaround that can corrupt data.

Signed-off-by: NeilBrown <neilb@suse.com>
Assemble.c
Incremental.c