mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-31 05:47:43 +03:00
tests: raise minsize of xfs
mkfs.xfs now needs at least ~1600...
This commit is contained in:
parent
721a172edf
commit
e1cc409ae6
@ -143,7 +143,7 @@ if check_missing ext3; then
|
||||
fi
|
||||
|
||||
if check_missing xfs; then
|
||||
mkfs.xfs -l internal,size=1000b -f "$dev_vg_lv"
|
||||
mkfs.xfs -l internal,size=2000b -f "$dev_vg_lv"
|
||||
|
||||
fsadm --lvresize resize $vg_lv 30M
|
||||
# Fails - not enough space for 4M fs
|
||||
|
Loading…
x
Reference in New Issue
Block a user