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:
parent
dd19b56985
commit
1053d46aff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user