From: David Teigland <teigland@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - tests: revert lvm shell use in pvck-dump
Date: Tue, 27 Oct 2020 20:47:40 +0000 (GMT) [thread overview]
Message-ID: <20201027204740.0AF32385783F@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=05d23b2dd80919ebd2239cfd7f8e08d5de9ebace
Commit: 05d23b2dd80919ebd2239cfd7f8e08d5de9ebace
Parent: 5a94126e7a2824387c36d87f5ede97702a82cdda
Author: David Teigland <teigland@redhat.com>
AuthorDate: Tue Oct 27 15:44:56 2020 -0500
Committer: David Teigland <teigland@redhat.com>
CommitterDate: Tue Oct 27 15:44:56 2020 -0500
tests: revert lvm shell use in pvck-dump
doesn't work on my machine
---
test/shell/pvck-dump.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/shell/pvck-dump.sh b/test/shell/pvck-dump.sh
index c27fcc471..80a01a214 100644
--- a/test/shell/pvck-dump.sh
+++ b/test/shell/pvck-dump.sh
@@ -145,7 +145,7 @@ pvcreate --pvmetadatacopies 2 --metadatasize 32M "$dev1"
vgcreate $SHARED -s 64K --metadatasize 32M $vg "$dev1" "$dev2" "$dev3" "$dev4"
-for i in $(seq 1 500); do echo "lvcreate -an -n lv$i -l1 $vg"; done | lvm
+for i in $(seq 1 500); do lvcreate -an -n lv$i -l1 $vg; done
pvck --dump headers "$dev1" > h1
reply other threads:[~2020-10-27 20:47 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=20201027204740.0AF32385783F@sourceware.org \
--to=teigland@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.