From 1053d46aff11a8e592ca91ba56d6400f4693b9a5 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 20 Dec 2016 16:29:23 +0100 Subject: [PATCH] tests: workaround failure on fc23 --- test/shell/lvconvert-thin-external-cache.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/shell/lvconvert-thin-external-cache.sh b/test/shell/lvconvert-thin-external-cache.sh index 5fc1ff86f..dae65a00d 100644 --- a/test/shell/lvconvert-thin-external-cache.sh +++ b/test/shell/lvconvert-thin-external-cache.sh @@ -50,6 +50,12 @@ not lvconvert --thin --thinpool $vg/tpool $vg/$lv1 # Switch to 'writethrough' - this should be supported 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 # check cache exist as extorg-real -- 2.43.5