From: Mateusz Kusiak Date: Wed, 4 Dec 2024 11:03:29 +0000 (+0100) Subject: tests: fix 07layouts X-Git-Tag: mdadm-4.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d253c26ac815b6051db0c880bd3ad6bdced6e40;p=thirdparty%2Fmdadm.git tests: fix 07layouts Remove redundant backup file creation so mdadm does not complain it already exists. Signed-off-by: Mateusz Kusiak --- diff --git a/tests/07layouts b/tests/07layouts index acd1a800..91525b6e 100644 --- a/tests/07layouts +++ b/tests/07layouts @@ -58,7 +58,7 @@ l5[4]=parity-first l5[5]=parity-last for layout in 0 1 2 3 4 5 0 do - mdadm -G $md0 --layout=${l5[$layout]} --backup-file $bu + mdadm -G $md0 --layout=${l5[$layout]} checkgeo md0 raid5 5 $[512*1024] $layout dotest 4 done @@ -85,7 +85,7 @@ l6[19]=right-symmetric-6 l6[20]=parity-first-6 for layout in 0 1 2 3 4 5 8 9 10 16 17 18 19 20 0 do - mdadm -G $md0 --layout=${l6[$layout]} --backup-file $bu + mdadm -G $md0 --layout=${l6[$layout]} checkgeo md0 raid6 5 $[512*1024] $layout dotest 3 done