summaryrefslogtreecommitdiffstats
path: root/test/api/percent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/percent.sh')
-rw-r--r--test/api/percent.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/api/percent.sh b/test/api/percent.sh
new file mode 100644
index 00000000..46964e36
--- /dev/null
+++ b/test/api/percent.sh
@@ -0,0 +1,10 @@
+. ./test-utils.sh
+aux prepare_devs 2
+vgcreate -c n -s 4k $vg $devs
+lvcreate -n foo $vg -l 5
+lvcreate -s -n snap $vg/foo -l 2 -c 4k
+lvcreate -s -n snap2 $vg/foo -l 6 -c 4k
+dd if=/dev/urandom of=$DM_DEV_DIR/$vg/snap2 count=1 bs=1024
+lvcreate -m 1 -n mirr $vg -l 1 --mirrorlog core
+lvs
+apitest percent $vg