tests: mkfs.btrfs now supports only 4 KiB sector sizes and above

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Glenn Washburn 2021-09-17 23:03:58 +00:00 committed by Daniel Kiper
parent 79404cdbab
commit e88fbbb82e

View 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)