From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - make: generate
Date: Fri, 23 Jun 2023 16:09:48 +0000 (GMT) [thread overview]
Message-ID: <20230623160948.37E313858C36@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=9756824f6447fb8c6096760e802d4f616929f710
Commit: 9756824f6447fb8c6096760e802d4f616929f710
Parent: 46fe47b8e0ad8069bb3736d2aa3e78befdccb38d
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Fri Jun 23 11:39:46 2023 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Jun 23 18:08:10 2023 +0200
make: generate
---
conf/example.conf.in | 28 +++++++++++++++++++++++++++-
man/lvcreate.8_pregen | 6 ++++++
2 files changed, 33 insertions(+), 1 deletion(-)
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 0b9b06a17..35837c013 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1201,7 +1201,7 @@ global {
# Configuration option global/thin_check_executable.
# The full path to the thin_check command.
- # LVM uses this command to check that a thin metadata device is in a
+ # LVM uses this command to check that a thin pool metadata device is in a
# usable state. When a thin pool is activated and after it is
# deactivated, this command is run. Activation will only proceed if
# the command has an exit status of 0. Set to "" to skip this check.
@@ -1225,6 +1225,14 @@ global {
# This configuration option has an automatic default value.
# thin_repair_executable = "@THIN_REPAIR_CMD@"
+ # Configuration option global/thin_restore_executable.
+ # The full path to the thin_restore command.
+ # LVM uses this command to restore generated data for a thin pool metadata device.
+ # Also see thin_restore_options.
+ # (See package device-mapper-persistent-data or thin-provisioning-tools)
+ # This configuration option has an automatic default value.
+ # thin_restore_executable = "@THIN_RESTORE_CMD@"
+
# Configuration option global/thin_check_options.
# List of options passed to the thin_check command.
# With thin_check version 2.1 or newer you can add the option
@@ -1239,6 +1247,11 @@ global {
# This configuration option has an automatic default value.
# thin_repair_options = [ "" ]
+ # Configuration option global/thin_restore_options.
+ # List of options passed to the thin_restore command.
+ # This configuration option has an automatic default value.
+ # thin_restore_options = [ "" ]
+
# Configuration option global/thin_disabled_features.
# Features to not use in the thin driver.
# This can be helpful for testing, or to avoid using a feature that is
@@ -1287,6 +1300,14 @@ global {
# This configuration option has an automatic default value.
# cache_repair_executable = "@CACHE_REPAIR_CMD@"
+ # Configuration option global/cache_restore_executable.
+ # The full path to the cache_restore command.
+ # LVM uses this command to restore generated data for a cache metadata device.
+ # Also see cache_restore_options.
+ # (See package device-mapper-persistent-data or thin-provisioning-tools)
+ # This configuration option has an automatic default value.
+ # cache_restore_executable = "@CACHE_RESTORE_CMD@"
+
# Configuration option global/cache_check_options.
# List of options passed to the cache_check command.
# With cache_check version 5.0 or newer you should include the option
@@ -1299,6 +1320,11 @@ global {
# This configuration option has an automatic default value.
# cache_repair_options = [ "" ]
+ # Configuration option global/cache_restore_options.
+ # List of options passed to the cache_restore command.
+ # This configuration option has an automatic default value.
+ # cache_restore_options = [ "" ]
+
# Configuration option global/vdo_format_executable.
# The full path to the vdoformat command.
# LVM uses this command to initial data volume for VDO type logical volume
diff --git a/man/lvcreate.8_pregen b/man/lvcreate.8_pregen
index 528a9db9c..27a93d890 100644
--- a/man/lvcreate.8_pregen
+++ b/man/lvcreate.8_pregen
@@ -491,6 +491,8 @@ Create a thin LV that is a snapshot of an existing thin LV.
[ \fB--type thin\fP ] (implied)
.br
.br
+[ \fB-T\fP|\fB--thin\fP ]
+.br
[ COMMON_OPTIONS ]
.ad b
.RE
@@ -1917,6 +1919,8 @@ Create a thin LV that is a snapshot of an existing thin LV.
.ad l
[ \fB-T\fP|\fB--thin\fP ]
.br
+[ \fB-s\fP|\fB--snapshot\fP ]
+.br
[ COMMON_OPTIONS ]
.ad b
.RE
@@ -1937,6 +1941,8 @@ Create a thin LV that is a snapshot of an existing thin LV.
[ \fB--type thin\fP ] (implied)
.br
.br
+[ \fB-s\fP|\fB--snapshot\fP ]
+.br
[ COMMON_OPTIONS ]
.ad b
.RE
next reply other threads:[~2023-06-23 16:09 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-23 16:09 Zdenek Kabelac [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-22 12:44 main - make: generate Tony Asleson
2023-03-21 12:39 Marian Csontos
2022-11-10 13:22 Marian Csontos
2022-09-21 12:59 Zdenek Kabelac
2022-08-11 11:06 Peter Rajnoha
2022-07-10 23:22 Zdenek Kabelac
2022-05-18 16:15 Marian Csontos
2022-05-03 17:11 Zdenek Kabelac
2022-02-07 19:03 Zdenek Kabelac
2021-10-14 21:37 Zdenek Kabelac
2021-10-07 17:43 David Teigland
2021-09-23 14:52 Zdenek Kabelac
2021-08-09 14:27 Marian Csontos
2021-05-07 15:45 Marian Csontos
2021-04-23 21:06 Zdenek Kabelac
2021-04-19 13:01 Zdenek Kabelac
2021-04-12 9:13 Zdenek Kabelac
2021-04-12 7:55 Zdenek Kabelac
2021-03-19 23:17 Zdenek Kabelac
2021-03-05 12:01 Marian Csontos
2021-03-02 21:58 Zdenek Kabelac
2021-02-17 10:54 Zdenek Kabelac
2021-01-18 13:46 Marian Csontos
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=20230623160948.37E313858C36@sourceware.org \
--to=zkabelac@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.