summaryrefslogtreecommitdiffstats
path: root/test/shell
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-05-17 08:04:11 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2012-05-17 08:04:11 +0000
commit1dffc9bcb06450dbc8d7a173f6ee85f9533bfd79 (patch)
tree4f048f1518cee0e57ed2278c4279925ad89c8686 /test/shell
parent313a71048e8f9294cad01e77424828a10149c7ff (diff)
downloadlvm2-1dffc9bcb06450dbc8d7a173f6ee85f9533bfd79.tar.gz
lvm2-1dffc9bcb06450dbc8d7a173f6ee85f9533bfd79.tar.xz
lvm2-1dffc9bcb06450dbc8d7a173f6ee85f9533bfd79.zip
Re-enable tests for snapshots of mirrors.
Diffstat (limited to 'test/shell')
-rw-r--r--test/shell/lvconvert-repair-snapshot.sh7
-rw-r--r--test/shell/snapshots-of-mirrors.sh6
2 files changed, 0 insertions, 13 deletions
diff --git a/test/shell/lvconvert-repair-snapshot.sh b/test/shell/lvconvert-repair-snapshot.sh
index 4c20890a..786b9501 100644
--- a/test/shell/lvconvert-repair-snapshot.sh
+++ b/test/shell/lvconvert-repair-snapshot.sh
@@ -11,13 +11,6 @@
. lib/test
-exit 0
-#
-# Snapshots of 'mirrors' are not supported. They can no longer be created.
-# This file could be used to test some aspect of lvconvert, snapshot, and
-# RAID at some point though...
-#
-
aux prepare_vg 5
aux lvmconf 'allocation/maximise_cling = 0'
aux lvmconf 'allocation/mirror_logs_require_separate_pvs = 1'
diff --git a/test/shell/snapshots-of-mirrors.sh b/test/shell/snapshots-of-mirrors.sh
index 239ce811..183d3ac6 100644
--- a/test/shell/snapshots-of-mirrors.sh
+++ b/test/shell/snapshots-of-mirrors.sh
@@ -18,12 +18,6 @@ lvcreate -m 1 -L 10M -n lv $vg
lvcreate -s $vg/lv -L 10M -n snap
-exit 0
-
-#
-# Snapshots of mirrors are no longer allowed.
-#
-
# Down-convert (mirror -> linear) under a snapshot
lvconvert -m0 $vg/lv