All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Teigland <teigland@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - cachevol: add LV type restrictions to command defs
Date: Thu, 23 Jul 2020 20:12:08 +0000 (GMT)	[thread overview]
Message-ID: <20200723201208.09E723857C5B@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=7a507583d97c1f4b11d5f1a94958f65cf42b6f9f
Commit:        7a507583d97c1f4b11d5f1a94958f65cf42b6f9f
Parent:        085760992dc68efbda8fe8e1ad4a5a2eccef9139
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Thu Jul 23 15:10:35 2020 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Thu Jul 23 15:10:35 2020 -0500

cachevol: add LV type restrictions to command defs

LV type restrictions were missed on the command definitions.
---
 tools/command-lines.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/command-lines.in b/tools/command-lines.in
index e38b6e62f..1b0ca2227 100644
--- a/tools/command-lines.in
+++ b/tools/command-lines.in
@@ -498,13 +498,13 @@ FLAGS: SECONDARY_SYNTAX
 
 ---
 
-lvconvert --type writecache --cachedevice PV LV
+lvconvert --type writecache --cachedevice PV LV_linear_striped_raid
 OO: OO_LVCONVERT, --cachesize SizeMB, --cachesettings String
 ID: lvconvert_to_writecache_with_device
 DESC: Add a writecache to an LV, using a specified cache device.
 RULE: all and lv_is_visible
 
-lvconvert --type cache --cachedevice PV LV
+lvconvert --type cache --cachedevice PV LV_linear_striped_raid_thinpool
 OO: OO_LVCONVERT, --cachesize SizeMB, --cachesettings String
 ID: lvconvert_to_cache_with_device
 DESC: Add a cache to an LV, using a specified cache device.



                 reply	other threads:[~2020-07-23 20:12 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=20200723201208.09E723857C5B@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.