grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 02/10] tests: mkreiserfs only supports 4096 block size


From: Glenn Washburn
Subject: [PATCH 02/10] tests: mkreiserfs only supports 4096 block size
Date: Fri, 17 Sep 2021 23:03:56 +0000

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 tests/util/grub-fs-tester.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in
index 9f6f26f26..ab58a96c8 100644
--- a/tests/util/grub-fs-tester.in
+++ b/tests/util/grub-fs-tester.in
@@ -126,8 +126,10 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" 
"$MAXLOGSECSIZE" 1); do
            MAXBLKSIZE=4096
            ;;
        xreiserfs*)
-           MINBLKSIZE=512
-               # OS LIMITATION: 8192 isn't supported.
+           # OS LIMITATION: mkreiserfs says block sizes smaller than 4k are
+           # not supported and bails. Its been this way since at least 2014.
+           MINBLKSIZE=4096
+           # OS LIMITATION: 8192 isn't supported.
            MAXBLKSIZE=4096
            ;;
        x"mdraid"*)
-- 
2.32.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]