]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
tests: mkfs.btrfs now supports only 4 KiB sector sizes and above
authorGlenn Washburn <development@efficientek.com>
Fri, 17 Sep 2021 23:03:58 +0000 (23:03 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Oct 2021 13:16:01 +0000 (15:16 +0200)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/util/grub-fs-tester.in

index f6ef7503054a6045f08a9a381fd31ac6162d5a31..0fd2ecf4597439dfc6180fb5e16255f1921f9018 100644 (file)
@@ -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)