From b16f5633ab199dedfd25f08562f686a6fb4aba9d Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Tue, 17 Jun 2014 18:28:27 +0200 Subject: [PATCH] test: fix report_select test to work in cluster The snapshot LV is used to check selection of percent values. The orig volume must be activated exclusively in cluster. --- test/shell/report-select.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell/report-select.sh b/test/shell/report-select.sh index 13d18fca8..8df1d2728 100644 --- a/test/shell/report-select.sh +++ b/test/shell/report-select.sh @@ -32,7 +32,7 @@ lvcreate --addtag 'lv_tag2.-+/=!:&#' --addtag "lv_tag1" -L8m -n "vol1" $vg1 lvcreate --addtag "lv_tag1" -L4m -n "vol2" $vg1 lvcreate --readahead 512 --addtag "lv_tag1" -L16m -n "abc" $vg2 lvcreate --readahead 512 -My --minor 254 -L4m -n "xyz" $vg3 -lvcreate -L4m -n "orig" $vg3 +lvcreate -L4m -aey -n "orig" $vg3 lvcreate -L4m -s "$vg3/orig" -n "snap" OUT_LOG_FILE="out" -- 2.43.5