Signed-off-by: Glenn Washburn <developm...@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


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to