From 1c203a4b5a05789a0de2548294c049481bff2254 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 20 May 2008 16:28:48 +1000 Subject: Fix autoassemble for stack arrays. If you have stacked arrays, then mdadm -As --homehost=fred should work but doesn't. It gets into an infinite loop! So write some tests, and fix the bugs. --- test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test b/test index d271985..a62d7e3 100644 --- a/test +++ b/test @@ -30,6 +30,8 @@ targetdir=/var/tmp size=20000 # super0, round down to multiple of 64 and substract 64 mdsize0=19904 +# super00 is nested, subtract 128 +mdsize00=19840 # super1.0 round down to multiple of 2, subtract 8 mdsize1=19992 # subtract another 4 for bitmaps -- cgit