]> sourceware.org Git - lvm2.git/commitdiff
tests: add debug to pvscan-cache deactivation
authorDavid Teigland <teigland@redhat.com>
Thu, 23 May 2019 20:32:46 +0000 (15:32 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 23 May 2019 20:32:46 +0000 (15:32 -0500)
test/shell/pvscan-cache.sh

index 20d32350138ab1ab4d1538722bf664618b212c1d..c3518859bbbf9233e3f0098f2b087cb090d3771b 100644 (file)
@@ -59,7 +59,8 @@ check lv_field $vg1/$lv1 lv_active ""
 pvscan --cache -aay "$dev1"
 pvscan --cache -aay "$dev2"
 check lv_field $vg1/$lv1 lv_active "active"
-lvchange -an $vg1/$lv1
+lvchange -an -vvvv $vg1/$lv1
+dmsetup ls
 lvremove $vg1/$lv1
 
 # When MDA is ignored on PV, do not read any VG
This page took 0.031737 seconds and 5 git commands to generate.