]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix --update-subarray on active volume
authorMateusz Kusiak <mateusz.kusiak@intel.com>
Mon, 2 Jan 2023 08:35:16 +0000 (09:35 +0100)
committerJes Sorensen <jes@trained-monkey.org>
Wed, 4 Jan 2023 15:20:58 +0000 (10:20 -0500)
commitdb10eab68e652f141169b7240e057d110d626c3d
tree482cc08ddc167b4a4c58a9f9544a23cd33d3a10f
parent2568ce89ea5c26225e8984733adc2ea7559d853a
Fix --update-subarray on active volume

Options: bitmap, ppl and name should not be updated when array is active.
Those features are mutually exclusive and share the same data area in IMSM (danger of overwriting by kernel).
Remove check for active subarrays from super-intel.
Since ddf is not supported, apply it globally for all options.

Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
Manage.c
super-intel.c