[lvm-devel] main - lvcreate: include recent options

David Teigland teigland at sourceware.org
Mon Dec 13 15:31:23 UTC 2021


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=c28541eccdbf76191f7728035cd2a48d26d06922
Commit:        c28541eccdbf76191f7728035cd2a48d26d06922
Parent:        d803d9202c7c11548c7ab81afb61ad738802b8f8
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Mon Dec 13 08:59:31 2021 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Mon Dec 13 08:59:31 2021 -0600

lvcreate: include recent options

The permitted option list in lvcreate has not kept
up with command-lines.in.
---
 tools/lvcreate.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/lvcreate.c b/tools/lvcreate.c
index 0121c09a8..79af42685 100644
--- a/tools/lvcreate.c
+++ b/tools/lvcreate.c
@@ -824,12 +824,16 @@ static int _lvcreate_params(struct cmd_context *cmd,
 	autobackup_ARG,\
 	available_ARG,\
 	contiguous_ARG,\
+	devices_ARG,\
+	devicesfile_ARG,\
 	ignoreactivationskip_ARG,\
 	ignoremonitoring_ARG,\
+	journal_ARG,\
 	metadataprofile_ARG,\
 	monitor_ARG,\
 	mirrors_ARG,\
 	name_ARG,\
+	nohints_ARG,\
 	noudevsync_ARG,\
 	permission_ARG,\
 	persistent_ARG,\




More information about the lvm-devel mailing list