From: Glenn Washburn Date: Fri, 17 Sep 2021 23:03:58 +0000 (+0000) Subject: tests: mkfs.btrfs now supports only 4 KiB sector sizes and above X-Git-Tag: grub-2.12-rc1~547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e88fbbb82e1f6111d78fb21f1d26be43d3f352c7;p=thirdparty%2Fgrub.git tests: mkfs.btrfs now supports only 4 KiB sector sizes and above Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in index f6ef75030..0fd2ecf45 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)