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:
parent
79404cdbab
commit
e88fbbb82e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user