md/raid5: don't allow replacement while reshape is in progress
authorYu Kuai <yukuai3@huawei.com>
Fri, 12 May 2023 01:56:06 +0000 (09:56 +0800)
committerSong Liu <song@kernel.org>
Tue, 13 Jun 2023 22:13:20 +0000 (15:13 -0700)
commit46038b30b308c3ebf49e79548f109d00a8d74b31
treed19ec2b9000bfd0be0735c9c743ba72c4791fa1f
parent301867b1c16805aebbc306aafa6ecdc68b73c7e5
md/raid5: don't allow replacement while reshape is in progress

If reshape is interrupted(for example, echo frozen to sync_action), then
rdev replacement can be set. It's safe because reshape is always prior to
resync in md_check_recovery(). However, if system reboots, then kernel will
complain cannot handle concurrent replacement and reshape and this array
is not able to assemble anymore.

Fix this problem by don't allow replacement until reshape is done.

Reported-by: Peter Neuwirth <reddunur@online.de>
Link: https://lore.kernel.org/linux-raid/e2f96772-bfbc-f43b-6da1-f520e5164536@online.de/
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20230512015610.821290-2-yukuai1@huaweicloud.com
drivers/md/raid5.c