Commit 2f03d0c
md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
After commit 9dbd1aa ("dm raid: add reshaping support to the
target") raid_ctr() will set MD_RECOVERY_FROZEN before md_run() and
expect to keep array frozen until resume. However, md_run() will clear
the flag by setting mddev->recovery to 0.
Before commit 1baae05 ("md: Don't ignore suspended array in
md_check_recovery()"), dm-raid actually relied on suspending to prevent
starting new sync_thread.
Fix this problem by keeping 'MD_RECOVERY_FROZEN' for dm-raid in
md_run().
Fixes: 1baae05 ("md: Don't ignore suspended array in md_check_recovery()")
Fixes: 9dbd1aa ("dm raid: add reshaping support to the target")
Cc: stable@vger.kernel.org # v6.7+
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Xiao Ni <xni@redhat.com>
Acked-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20240305072306.2562024-2-yukuai1@huaweicloud.com1 parent 2682832 commit 2f03d0c
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6062 | 6062 | | |
6063 | 6063 | | |
6064 | 6064 | | |
6065 | | - | |
| 6065 | + | |
| 6066 | + | |
| 6067 | + | |
| 6068 | + | |
6066 | 6069 | | |
6067 | 6070 | | |
6068 | 6071 | | |
| |||
0 commit comments