mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
tests: raise minsize of xfs
mkfs.xfs now needs at least ~1600...
This commit is contained in:
parent
fd8001a9fc
commit
97a95f9648
@ -143,7 +143,7 @@ if check_missing ext3; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if check_missing xfs; then
|
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
|
fsadm --lvresize resize $vg_lv 30M
|
||||||
# Fails - not enough space for 4M fs
|
# Fails - not enough space for 4M fs
|
||||||
|
Loading…
Reference in New Issue
Block a user