]> sourceware.org Git - lvm2.git/commitdiff
Re-enable tests for snapshots of mirrors.
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 17 May 2012 08:04:11 +0000 (08:04 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 17 May 2012 08:04:11 +0000 (08:04 +0000)
test/shell/lvconvert-repair-snapshot.sh
test/shell/snapshots-of-mirrors.sh

index 4c20890afd90aecfa2f8ba4b270f549373b69e1e..786b9501d47208cfe424f8f015400143a2d06da9 100644 (file)
 
 . 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'
index 239ce81137d5a6da348ce04541112f91bf5ae5f0..183d3ac6ac3edf4aebc875a19f811418f55f0621 100644 (file)
@@ -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
 
This page took 0.03274 seconds and 5 git commands to generate.