mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: tests needs pre 1.13 thin-pool extorg
This test is testing older style, so disable feature when present.
This commit is contained in:
parent
03c4fee5a7
commit
02767c5eb1
@ -30,6 +30,10 @@ aux prepare_pvs 2 64
|
||||
|
||||
vgcreate $vg -s 64K $(cat DEVICES)
|
||||
|
||||
# Newer thin-pool target (>= 1.13) supports unaligned external origin
|
||||
# But this test is written to test and expect older behavior
|
||||
aux lvmconf 'global/thin_disabled_features = [ "external_origin_extend" ]'
|
||||
|
||||
# Test validation for external origin being multiple of thin pool chunk size
|
||||
lvcreate -L10M -T $vg/pool192 -c 192k
|
||||
lvcreate -an -pr -Zn -l1 -n $lv1 $vg
|
||||
|
Loading…
Reference in New Issue
Block a user