]> git.ipfire.org Git - thirdparty/mdadm.git/commit
tests: add a regression test for raid10 deadlock
authorYu Kuai <yukuai3@huawei.com>
Mon, 29 May 2023 13:28:21 +0000 (21:28 +0800)
committerJes Sorensen <jes@trained-monkey.org>
Thu, 26 Oct 2023 21:24:28 +0000 (17:24 -0400)
commit3973f65293ce69ddd7c19be9a7a796abfe80e370
tree1f12f8a537e61ff324a2cf14806617e55159c10b
parent0ef9465f6355db612e53afc32e3084721c3dd7c7
tests: add a regression test for raid10 deadlock

The deadlock is described in [1], it's fixed first by [2], however,
it turns out this commit will trigger other problems[3], hence this
commit will be reverted and the deadlock is supposed to be fixed by [1].

[1] https://lore.kernel.org/linux-raid/20230322064122.2384589-5-yukuai1@huaweicloud.com/
[2] https://lore.kernel.org/linux-raid/20220621031129.24778-1-guoqing.jiang@linux.dev/
[3] https://lore.kernel.org/linux-raid/20230322064122.2384589-2-yukuai1@huaweicloud.com/

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
tests/24raid10deadlock [new file with mode: 0644]
tests/24raid10deadlock.inject_error [new file with mode: 0644]