summaryrefslogtreecommitdiff
path: root/test/shell/lvchange-syncaction-raid.sh
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-09-09 23:38:47 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2016-09-12 16:49:51 +0200
commita4363fbcb57af5399ea9d503dd4ae21477c24d59 (patch)
tree274c879964cda0ab2516d994e5196488ade2dc3f /test/shell/lvchange-syncaction-raid.sh
parentb592ea5bbcc9d348fdbacec1b4eeb9dded36d4ab (diff)
downloadlvm2-a4363fbcb57af5399ea9d503dd4ae21477c24d59.tar.gz
tests: move cache test to separate file
Don't mix plain raid test with 'raid+cache' test.
Diffstat (limited to 'test/shell/lvchange-syncaction-raid.sh')
-rw-r--r--test/shell/lvchange-syncaction-raid.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/shell/lvchange-syncaction-raid.sh b/test/shell/lvchange-syncaction-raid.sh
index 448a6885b..7d7d3ed5c 100644
--- a/test/shell/lvchange-syncaction-raid.sh
+++ b/test/shell/lvchange-syncaction-raid.sh
@@ -88,15 +88,4 @@ aux wait_for_sync $vg $lv1
# Retest mistmatch exists
check lv_field $vg/$lv1 raid_mismatch_count "128"
-lvremove -ff $vg
-
-# Bug 1169495 - RFE: allow raid scrubbing on cache origin raid volumes
-# lvcreate RAID1 origin, lvcreate cache-pool, and lvconvert to cache
-# then test that the origin can be scrubbed.
-lvcreate --type raid1 -m 1 --nosync -l 2 -n $lv1 $vg
-lvcreate --type cache-pool -l 1 -n ${lv1}_cachepool $vg
-lvconvert --cache -Zy --cachepool $vg/${lv1}_cachepool $vg/$lv1
-lvchange --syncaction check $vg/${lv1}_corig
-# Check may go too quickly to verify with check of syncaction
-
vgremove -ff $vg