]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: Metadata Attributes compatibility support
authorAdam Kwolek <adam.kwolek@intel.com>
Tue, 14 Jun 2011 13:59:18 +0000 (15:59 +0200)
committerNeilBrown <neilb@suse.de>
Tue, 14 Jun 2011 23:58:57 +0000 (09:58 +1000)
commit19482bcc403cf785509a078dcb77f104a710b71d
tree42e1178390d49930cbb27bc06fd37f47c2445407
parentf8b72ef517ea305f714230b0503f94ae5f1b8fa4
imsm: Metadata Attributes compatibility support

IMSM's meta data contains Attributes field that contains information about
supported features.
To assembly an array mdadm has to support all features specified by attributes.

The patch introduces new attributes support and validation of the attribuses
during an array assembly.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c