]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Detail.c
Create: warn when a metadata format's platform components are missing
authorDan Williams <dan.j.williams@intel.com>
Tue, 20 Jan 2009 08:36:51 +0000 (01:36 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 20 Jan 2009 08:36:51 +0000 (01:36 -0700)
commit5615172f1d9daba1d5927758322f7addda803159
treef078ea522d858db56d0ec47cb450680c5a8a87d9
parenta20d2ba5f32c76903ab6e32d83fa8c5e9c78d13f
Create: warn when a metadata format's platform components are missing

If the metadata handler can not find its platform support components
then there is no way for it to verify that the raid configuration will
be supported by the option-rom.  Provide a generic method for metadata
handlers to warn the user that the array they are about to create may
not work as intended with a given platform.

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