From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - tests: set skipping autoactivation
Date: Tue, 1 Sep 2020 21:41:36 +0000 (GMT) [thread overview]
Message-ID: <20200901214136.25D643870874@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=38d460ed6eb386325b708aa3668ffd8899947450
Commit: 38d460ed6eb386325b708aa3668ffd8899947450
Parent: ada5728c72e4620c54e4786f31ca5e45cf75d1b0
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Tue Sep 1 22:45:17 2020 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Sep 1 23:40:24 2020 +0200
tests: set skipping autoactivation
On test system with 'default' filter (aka accept all) test
after enabling device can suffer from automatic system
activation - so for created LVs setup skipping this automatic
activation. This should prevent getting LVs into table
with pvscan service.
---
test/shell/duplicate-vgrename.sh | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/test/shell/duplicate-vgrename.sh b/test/shell/duplicate-vgrename.sh
index 86282206f..873195713 100644
--- a/test/shell/duplicate-vgrename.sh
+++ b/test/shell/duplicate-vgrename.sh
@@ -16,7 +16,7 @@ aux prepare_devs 4
# a. 0 local, 1 foreign
# setup
vgcreate $vg1 "$dev1"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID1=$(vgs --noheading -o vg_uuid $vg1 | xargs)
vgchange -y --systemid "other" $vg1
@@ -34,12 +34,12 @@ aux wipefs_a "$dev1"
# b. 0 local, 2 foreign
# setup
vgcreate $vg1 "$dev1"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID1=$(vgs --noheading -o vg_uuid $vg1 | xargs)
vgchange -y --systemid "other" $vg1
aux disable_dev "$dev1"
vgcreate $vg1 "$dev2"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID2=$(vgs --noheading -o vg_uuid $vg1 | xargs)
vgchange -y --systemid "other2" $vg1
aux enable_dev "$dev1"
@@ -67,11 +67,11 @@ aux wipefs_a "$dev2"
# c. 1 local, 1 foreign
# setup
vgcreate $vg1 "$dev1"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID1=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux disable_dev "$dev1"
vgcreate $vg1 "$dev2"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID2=$(vgs --noheading -o vg_uuid $vg1 | xargs)
vgchange -y --systemid "other" $vg1
aux enable_dev "$dev1"
@@ -99,16 +99,16 @@ aux wipefs_a "$dev2"
# d. 1 local, 2 foreign
# setup
vgcreate $vg1 "$dev1"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID1=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux disable_dev "$dev1"
vgcreate $vg1 "$dev2"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID2=$(vgs --noheading -o vg_uuid $vg1 | xargs)
vgchange -y --systemid "other" $vg1
aux disable_dev "$dev2"
vgcreate $vg1 "$dev3"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID3=$(vgs --noheading -o vg_uuid $vg1 | xargs)
vgchange -y --systemid "other2" $vg1
aux enable_dev "$dev1"
@@ -140,11 +140,11 @@ aux wipefs_a "$dev3"
# e. 2 local, 0 foreign
# setup
vgcreate $vg1 "$dev1"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID1=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux disable_dev "$dev1"
vgcreate $vg1 "$dev2"
-lvcreate -n ${lv1}_b -l1 -an $vg1
+lvcreate -n ${lv1}_b -l1 -ky -an $vg1
UUID2=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux enable_dev "$dev1"
@@ -178,15 +178,15 @@ aux wipefs_a "$dev2"
# f. 2 local, 1 foreign
# setup
vgcreate $vg1 "$dev1"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID1=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux disable_dev "$dev1"
vgcreate $vg1 "$dev2"
-lvcreate -n ${lv1}_b -l1 -an $vg1
+lvcreate -n ${lv1}_b -l1 -ky -an $vg1
UUID2=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux disable_dev "$dev2"
vgcreate $vg1 "$dev3"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID3=$(vgs --noheading -o vg_uuid $vg1 | xargs)
vgchange -y --systemid "other" $vg1
aux enable_dev "$dev1"
@@ -246,15 +246,15 @@ aux wipefs_a "$dev3"
# g. 3 local, 0 foreign
# setup
vgcreate $vg1 "$dev1"
-lvcreate -n $lv1 -l1 -an $vg1
+lvcreate -n $lv1 -l1 -ky -an $vg1
UUID1=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux disable_dev "$dev1"
vgcreate $vg1 "$dev2"
-lvcreate -n ${lv1}_b -l1 -an $vg1
+lvcreate -n ${lv1}_b -l1 -ky -an $vg1
UUID2=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux disable_dev "$dev2"
vgcreate $vg1 "$dev3"
-lvcreate -n ${lv1}_c -l1 -an $vg1
+lvcreate -n ${lv1}_c -l1 -ky -an $vg1
UUID3=$(vgs --noheading -o vg_uuid $vg1 | xargs)
aux enable_dev "$dev1"
aux enable_dev "$dev2"
reply other threads:[~2020-09-01 21:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200901214136.25D643870874@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.