]> sourceware.org Git - lvm2.git/commitdiff
Add simple test for read-only table reload suppression
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 25 Jul 2011 08:41:52 +0000 (08:41 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 25 Jul 2011 08:41:52 +0000 (08:41 +0000)
Just a small test for previous libdm commit.

test/t-lvcreate-operation.sh

index 29e077d95c0e8908a723d892a23b2670a3b56259..cb56b65aea86b41250d22001127f2099799ba994 100644 (file)
@@ -29,6 +29,7 @@ aux vgcreate -c n $vg $(cat DEVICES)
 # Create snapshots of LVs on --metadatacopies 0 PV (bz450651)
 lvcreate -n$lv1 -l4 $vg $dev1
 lvcreate -n$lv2 -l4 -s $vg/$lv1
+lvcreate -n$lv3 -l4 --permission r -s $vg/$lv1
 cleanup_lvs
 
 # ---
This page took 0.038374 seconds and 5 git commands to generate.