All of lore.kernel.org
 help / color / mirror / Atom feed
* master - tests: have_cache function checks for cache-pool
@ 2020-09-11 19:53 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2020-09-11 19:53 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=f233d9a909a233c5147065bb5b17a2693622b281
Commit:        f233d9a909a233c5147065bb5b17a2693622b281
Parent:        77fdc17d70e62cab75efaaf0dad02493b948610d
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Fri Sep 11 11:59:55 2020 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Sep 11 21:52:55 2020 +0200

tests: have_cache function checks for cache-pool

Check for cache-pool segment as plain cache can match writecache.
---
 test/lib/aux.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 1418bb473..364b80a5c 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -1625,7 +1625,7 @@ have_raid4 () {
 }
 
 have_cache() {
-	lvm segtypes 2>/dev/null | grep cache$ >/dev/null || {
+	lvm segtypes 2>/dev/null | grep ' cache-pool$' >/dev/null || {
 		echo "Cache is not built-in." >&2
 		return 1
 	}



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

only message in thread, other threads:[~2020-09-11 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-11 19:53 master - tests: have_cache function checks for cache-pool Zdenek Kabelac

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.