diff options
author | Xiao Ni <xni@redhat.com> | 2024-05-22 10:50:55 +0200 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-05-24 10:43:45 +0200 |
commit | cd3b2350bef136b20c81190371fb0b60d62a0365 (patch) | |
tree | ed07570dc716096a6ff7c8140ef7886a49f15188 /tests/07changelevelintr.broken | |
parent | mdadm/tests: 07autodetect.broken can be removed (diff) | |
download | mdadm-cd3b2350bef136b20c81190371fb0b60d62a0365.tar.xz mdadm-cd3b2350bef136b20c81190371fb0b60d62a0365.zip |
mdadm/tests: 07changelevelintr
It needs to specify a 2 powered array size when updating array size.
If not, it can't change chunksize.
And sometimes it reports error reshape doesn't happen. In fact the
reshape has finished. It doesn't need to wait before checking
reshape action. Because check function waits itself.
Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to '')
-rw-r--r-- | tests/07changelevelintr.broken | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/07changelevelintr.broken b/tests/07changelevelintr.broken deleted file mode 100644 index 284b4906..00000000 --- a/tests/07changelevelintr.broken +++ /dev/null @@ -1,9 +0,0 @@ -always fails - -Fails with errors: - - mdadm: this change will reduce the size of the array. - use --grow --array-size first to truncate array. - e.g. mdadm --grow /dev/md0 --array-size 56832 - - ERROR: no reshape happening |