]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: support RAID 10 with more than 4 drives
authorMateusz Kusiak <mateusz.kusiak@intel.com>
Mon, 29 Apr 2024 13:07:20 +0000 (15:07 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Mon, 6 May 2024 23:50:28 +0000 (01:50 +0200)
commit44463edeb303a464c4a44fcea184b267aeb53302
tree639f8f91385ae8b7fd5dc02982be9e608d8aef7c
parente0e56f4b2ed514f5049eb96b4ff8f7fdf30a4c49
imsm: support RAID 10 with more than 4 drives

VROC UEFI driver does not support RAID 10 with more than 4 drives.
Add user prompts if such layout is being created and for R0->R10
reshapes.

Refactor ask() function:
- simplify the code,
- remove dialog reattempts,
- do no pass '?' sign on function calls,
- highlight default option on output.

This patch completes adding support for R10D4+ to IMSM.

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