1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Add simple test for read-only table reload suppression

Just a small test for previous libdm commit.
This commit is contained in:
Zdenek Kabelac 2011-07-25 08:41:52 +00:00
parent d3efe22fa2
commit 600dbd3b27

View 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
# ---