]> sourceware.org Git - lvm2.git/commitdiff
tests: drop FIXME
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 4 Jan 2017 10:21:20 +0000 (11:21 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 5 Jan 2017 14:54:14 +0000 (15:54 +0100)
Since we fixed core trouble with sequence of
suspend/resume/suspend without udev wait
we can drop 'should' and expect volume is still mounted.

test/shell/lvconvert-thin-external-cache.sh

index dae65a00df3ff2157daf491e8fc300031565dfae..c4d7d617cf149014c5feb92e4cccd3f585d03fb0 100644 (file)
@@ -50,11 +50,8 @@ 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
+# Check $lv1 remains mounted (so it's not been unmounted by systemd)
+not mount "$DM_DEV_DIR/$vg/$lv1" mnt
 
 lvconvert --thin $vg/$lv1 --originname extorg --thinpool $vg/tpool
 
This page took 0.034706 seconds and 5 git commands to generate.