]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: support for Intel(R) SAS controller in imsm handler
authorLabun Marcin <Marcin.Labun@intel.com>
Tue, 25 Jan 2011 06:44:11 +0000 (17:44 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 26 Jan 2011 01:09:57 +0000 (11:09 +1000)
commit88654014d4e7e5fdeeda0037d6d48e83ad956e99
tree6c65005cb702f4c288c5d78b05823b2cec026ef3
parenta8e5382a54aec050e72775d0605466076ef8a4b8
imsm: support for Intel(R) SAS controller in imsm handler

add_to_super_imsm handler is able to recognize new type of controller.
It stores the controller information in its structures and blocks
mixing of different controller type in the same container.
In this way it maintains compatibility between Linux and Windows IMSM RAID
stacks. IMSM metadata does not allow arrays to span on devices attached to
different storage controllers.

Based on code From: Artur Wojcik <artur.wojcik@intel.com>
Signed-off-by: Marcin Labun <marcin.labun@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c