]> git.ipfire.org Git - thirdparty/mdadm.git/commit
tests/04update-metadata: avoid passing chunk size to raid1
authorSudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
Wed, 22 Jun 2022 20:25:15 +0000 (14:25 -0600)
committerJes Sorensen <jes@trained-monkey.org>
Sun, 7 Aug 2022 20:27:59 +0000 (16:27 -0400)
commitde045db607b1ac4b70fc2a8878463e029c2ab1dc
treeac82208e289b4a5a9e9d0e652158f2dafe253387
parent14c2161edb77d7294199e8aa7daa9f9d1d0ad5d7
tests/04update-metadata: avoid passing chunk size to raid1

'04update-metadata' test fails with error, "specifying chunk size is
forbidden for this level" added by commit, 5b30a34aa4b5e. Hence,
correcting the test to ignore passing chunk size to raid1.

Signed-off-by: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@oracle.com>
[logang@deltatee.com: fix if/then style and dropped unrelated hunk]
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
tests/04update-metadata