mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
mdadm: fix tests/02lineargrow
Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 (From OE-Core rev: 3c2d554f141eb64785e86c8d1e5d85c65caaf322) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c69fb7bfe4
commit
1bf1d77db5
+33
@@ -0,0 +1,33 @@
|
|||||||
|
From a2c832465fc75202e244327b2081231dfa974617 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
|
||||||
|
Date: Wed, 22 Jun 2022 14:25:16 -0600
|
||||||
|
Subject: [PATCH] tests/02lineargrow: clear the superblock at every iteration
|
||||||
|
|
||||||
|
This fixes 02lineargrow test as prior metadata causes --add operation
|
||||||
|
to misbehave.
|
||||||
|
|
||||||
|
Upstream-Status: Backport [https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617]
|
||||||
|
|
||||||
|
Signed-off-by: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
|
||||||
|
Signed-off-by: Himanshu Madhani <himanshu.madhani@oracle.com>
|
||||||
|
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
|
||||||
|
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
|
||||||
|
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
|
||||||
|
---
|
||||||
|
tests/02lineargrow | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/tests/02lineargrow b/tests/02lineargrow
|
||||||
|
index e05c219d..595bf9f2 100644
|
||||||
|
--- a/tests/02lineargrow
|
||||||
|
+++ b/tests/02lineargrow
|
||||||
|
@@ -20,4 +20,6 @@ do
|
||||||
|
testdev $md0 3 $sz 1
|
||||||
|
|
||||||
|
mdadm -S $md0
|
||||||
|
+ mdadm --zero /dev/loop2
|
||||||
|
+ mdadm --zero /dev/loop3
|
||||||
|
done
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
||||||
@@ -25,6 +25,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \
|
|||||||
file://0001-Fix-parsing-of-r-in-monitor-manager-mode.patch \
|
file://0001-Fix-parsing-of-r-in-monitor-manager-mode.patch \
|
||||||
file://0001-Makefile-install-mdcheck.patch \
|
file://0001-Makefile-install-mdcheck.patch \
|
||||||
file://0001-mdadm-Fix-optional-write-behind-parameter.patch \
|
file://0001-mdadm-Fix-optional-write-behind-parameter.patch \
|
||||||
|
file://0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "461c215670864bb74a4d1a3620684aa2b2f8296dffa06743f26dda5557acf01d"
|
SRC_URI[sha256sum] = "461c215670864bb74a4d1a3620684aa2b2f8296dffa06743f26dda5557acf01d"
|
||||||
|
|||||||
Reference in New Issue
Block a user