mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
tests: skip lvresize tests without mkfs.xfs
This commit is contained in:
parent
13c63f0cfa
commit
fc01dd8900
@ -17,6 +17,8 @@ SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
aux prepare_vg 3 256
|
||||
|
||||
which mkfs.xfs || skip
|
||||
|
||||
# Tests require a libblkid version that shows FSLASTBLOCK
|
||||
lvcreate -n $lv1 -L 300 $vg
|
||||
mkfs.xfs -f "$DM_DEV_DIR/$vg/$lv1"
|
||||
|
@ -17,6 +17,8 @@ SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
aux prepare_vg 3 256
|
||||
|
||||
which mkfs.xfs || skip
|
||||
|
||||
# Test combinations of the following:
|
||||
# lvreduce / lvextend
|
||||
# no fs / ext4 / xfs
|
||||
|
Loading…
Reference in New Issue
Block a user