1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: workaround failure on fc23

This commit is contained in:
Zdenek Kabelac 2016-12-20 16:29:23 +01:00
parent dd19b56985
commit 1053d46aff

View File

@ -50,6 +50,12 @@ not lvconvert --thin --thinpool $vg/tpool $vg/$lv1
# Switch to 'writethrough' - this should be supported # Switch to 'writethrough' - this should be supported
lvchange --cachemode writethrough $vg/$lv1 lvchange --cachemode writethrough $vg/$lv1
# FIXME
# systemd on fc23 'strikes-in' and unmounts mnt
# ATM the reason is unclear (bug in systemd, bad udev rules?)
# as a workaround mount again and 'WARN' test
should not mount "$DM_DEV_DIR/$vg/$lv1" mnt
lvconvert --thin $vg/$lv1 --originname extorg --thinpool $vg/tpool lvconvert --thin $vg/$lv1 --originname extorg --thinpool $vg/tpool
# check cache exist as extorg-real # check cache exist as extorg-real