All of lore.kernel.org
 help / color / mirror / Atom feed
* master - tests: add lvchange cachemode passthrough in cache-single-options
@ 2018-11-08 16:09 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2018-11-08 16:09 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=025332edc2c608e5892af373ebb764ac8ec5d8be
Commit:        025332edc2c608e5892af373ebb764ac8ec5d8be
Parent:        8794fb71dbc3db8bebf133e6048bcd6ffdad7568
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Thu Nov 8 10:08:38 2018 -0600
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Thu Nov 8 10:08:38 2018 -0600

tests: add lvchange cachemode passthrough in cache-single-options

---
 test/shell/cache-single-options.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/test/shell/cache-single-options.sh b/test/shell/cache-single-options.sh
index 62cfeaf..d9e7e01 100644
--- a/test/shell/cache-single-options.sh
+++ b/test/shell/cache-single-options.sh
@@ -236,6 +236,10 @@ lvchange --cachemode writethrough $vg/$lv1
 
 check lv_field $vg/$lv1 cachemode "writethrough"
 
+lvchange --cachemode passthrough $vg/$lv1
+
+check lv_field $vg/$lv1 cachemode "passthrough"
+
 lvchange -an $vg/$lv1
 
 lvchange --cachepolicy mq --cachesettings 'migration_threshold=100' $vg/$lv1



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

only message in thread, other threads:[~2018-11-08 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 16:09 master - tests: add lvchange cachemode passthrough in cache-single-options 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.