grub-devel
[Top][All Lists]
Advanced

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

[PATCH 04/10] tests: mkfs.btrfs now supports only 4k sector sizes and ab


From: Glenn Washburn
Subject: [PATCH 04/10] tests: mkfs.btrfs now supports only 4k sector sizes and above
Date: Fri, 17 Sep 2021 23:03:58 +0000

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

diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in
index ab58a96c8..f4d9f161b 100644
--- a/tests/util/grub-fs-tester.in
+++ b/tests/util/grub-fs-tester.in
@@ -59,7 +59,7 @@ case x"$fs" in
        MINLOGSECSIZE=8
        MAXLOGSECSIZE=12;;
     xbtrfs*)
-       MINLOGSECSIZE=8
+       MINLOGSECSIZE=12
            #  OS LIMITATION: It could go up to 32768 but Linux rejects sector 
sizes > 4096
        MAXLOGSECSIZE=12;;
     xxfs)
-- 
2.32.0




reply via email to

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