From: David Teigland <teigland@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - lvmlockd: update error message
Date: Fri, 24 Sep 2021 20:41:57 +0000 (GMT) [thread overview]
Message-ID: <20210924204157.2CC273858C60@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=e62a71f3dd97795ea64b2f3948dd8629c2dac8b8
Commit: e62a71f3dd97795ea64b2f3948dd8629c2dac8b8
Parent: a1cb33b633c7d4c76e86bc71ceae043555366a4e
Author: David Teigland <teigland@redhat.com>
AuthorDate: Fri Sep 24 15:39:36 2021 -0500
Committer: David Teigland <teigland@redhat.com>
CommitterDate: Fri Sep 24 15:40:20 2021 -0500
lvmlockd: update error message
refer specifically to the "use_lvmlockd" setting in lvm.conf
---
tools/toollib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/toollib.c b/tools/toollib.c
index 0576a76fb..606d35981 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -677,7 +677,7 @@ int vgcreate_params_set_from_args(struct cmd_context *cmd,
}
} else {
- log_error("Using a shared lock type requires lvmlockd.");
+ log_error("Using a shared lock type requires lvmlockd (lvm.conf use_lvmlockd.)");
return 0;
}
reply other threads:[~2021-09-24 20:41 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=20210924204157.2CC273858C60@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.