diff options
author | Mateusz Kusiak <mateusz.kusiak@intel.com> | 2024-12-05 09:35:41 +0100 |
---|---|---|
committer | Mariusz Tkaczyk <mtkaczyk@kernel.org> | 2024-12-13 10:08:10 +0100 |
commit | a0b04dc6c34091d34d157193524c748db61e6297 (patch) | |
tree | d1828f6c88faed0435623c274e11c9fa134a046a /tests | |
parent | tests: fix 07layouts (diff) | |
download | mdadm-a0b04dc6c34091d34d157193524c748db61e6297.tar.xz mdadm-a0b04dc6c34091d34d157193524c748db61e6297.zip |
tests: mark 07changelevels broken
Test 07changelevels can fail in multiple ways:
- R5 -> R6 migration can make driver unresponsive
- R6 -> R5 migration can fail
Mark the test as broken to clear the CI.
Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/07changelevels.broken | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/07changelevels.broken b/tests/07changelevels.broken new file mode 100644 index 00000000..24b4893d --- /dev/null +++ b/tests/07changelevels.broken @@ -0,0 +1,7 @@ +Fails in multiple ways. + +There are issues with RAID6: +- R5 -> R6 migration makes md unresponsive +- R6 -> R5 migration fails + +Not worth investigating this now, marking as broken to clear the CI. |