]> sourceware.org Git - lvm2.git/commitdiff
tests: workaround failure on fc23
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 20 Dec 2016 15:29:23 +0000 (16:29 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 22 Dec 2016 22:37:07 +0000 (23:37 +0100)
test/shell/lvconvert-thin-external-cache.sh

index 5fc1ff86f6f8980a4802a9ddf5503e902aa4de9f..dae65a00df3ff2157daf491e8fc300031565dfae 100644 (file)
@@ -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
This page took 0.039424 seconds and 5 git commands to generate.