From 600dbd3b276069bb110d6e50d1924b1cf9300379 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 25 Jul 2011 08:41:52 +0000 Subject: [PATCH] Add simple test for read-only table reload suppression Just a small test for previous libdm commit. --- test/t-lvcreate-operation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/t-lvcreate-operation.sh b/test/t-lvcreate-operation.sh index 29e077d95..cb56b65ae 100644 --- a/test/t-lvcreate-operation.sh +++ b/test/t-lvcreate-operation.sh @@ -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 # --- -- 2.43.5