]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Better error messages for broken reshape
authorMateusz Kusiak <mateusz.kusiak@intel.com>
Thu, 10 Oct 2024 12:45:11 +0000 (12:45 +0000)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Mon, 13 Jan 2025 09:24:49 +0000 (10:24 +0100)
commit70cba6ba8e83f2971d17ce6e36076d46191766d9
treeaee2c2c22403f90b9673581423d57c9fc1c95510
parent8a0d3fea424c1c19c51993c0849ea76ea41e8003
Better error messages for broken reshape

mdadm --grow --continue has no functionality to restore critical sectors
if reshape was stopped during operation. This functionality belongs to
assemble or incremental.

This patch adds hints to error messages, to try to reassemble array in
case of reshape failure to restore critical sector, so assemble can
handle restoration.

Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
Grow.c
super-intel.c