All of lore.kernel.org
 help / color / mirror / Atom feed
* master - Revert "tests: revert lvm shell use in pvck-dump"
@ 2020-10-28 21:45 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2020-10-28 21:45 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=125da10d47f4c1f72d3df99f2451c1eb031b9f3a
Commit:        125da10d47f4c1f72d3df99f2451c1eb031b9f3a
Parent:        05d23b2dd80919ebd2239cfd7f8e08d5de9ebace
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Wed Oct 28 16:45:04 2020 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Wed Oct 28 16:45:04 2020 -0500

Revert "tests: revert lvm shell use in pvck-dump"

This reverts commit 05d23b2dd80919ebd2239cfd7f8e08d5de9ebace.

this required enabling editline in configure
---
 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 80a01a214..c27fcc471 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 lvcreate -an -n lv$i -l1 $vg; done 
+for i in $(seq 1 500); do echo "lvcreate -an -n lv$i -l1 $vg"; done | lvm
 
 pvck --dump headers "$dev1" > h1
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-28 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 21:45 master - Revert "tests: revert lvm shell use in pvck-dump" David Teigland

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.