mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: raise min size for XFS
Seems XFS now requires at least 1605 blocks.
This commit is contained in:
parent
6740c78e83
commit
e2be14e2d5
@ -70,7 +70,7 @@ lvcreate -n $lv1 -L20M $vg
|
||||
|
||||
case "$i" in
|
||||
*ext3) MKFS_ARGS="-b1024 -j" ;;
|
||||
*xfs) MKFS_ARGS="-l internal,size=1000b -f" ;;
|
||||
*xfs) MKFS_ARGS="-l internal,size=1700b -f" ;;
|
||||
*reiserfs) MKFS_ARGS="-s 513 -f" ;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user