]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: define RAID_10 attribute
authorMateusz Kusiak <mateusz.kusiak@intel.com>
Mon, 29 Apr 2024 13:07:18 +0000 (15:07 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Mon, 6 May 2024 23:50:09 +0000 (01:50 +0200)
commit610fc2ee6fc09e828b14e8fa221b3f4f70fc7b2b
tree1aa86b877bbd534a5d4cb94f165e1e5f8cf92e4c
parentec7e873ba6643a9e5e74311b00ede66a3d2e36c9
imsm: define RAID_10 attribute

Add MPB_ATTRIB_RAID10_EXT attribute to support RAID 10
with more than 4 drives.

Allow more than 4 drives in imsm_orom_support_raid_disks_raid10().

This is one of last patches for introducing R10D4+ to imsm.
Only small adjustments in reshape behaviours are needed.

Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
platform-intel.c
super-intel.c