summaryrefslogtreecommitdiff
path: root/tools/toollib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/toollib.c')
-rw-r--r--tools/toollib.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/toollib.c b/tools/toollib.c
index 6b8ce220d..b8edaea97 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -981,6 +981,13 @@ int vgcreate_params_set_from_args(struct cmd_context *cmd,
vp_new->clustered = 0;
log_debug("Setting lock_type to %s", vp_new->lock_type);
+
+ if (is_lockd_type(vp_new->lock_type)) {
+ log_print("WARNING: shared lock type \"%s\" and lvmlockd are Technology Preview.", vp_new->lock_type);
+ log_print("For more information on Technology Preview features, visit:");
+ log_print("https://access.redhat.com/support/offerings/techpreview/");
+ }
+
return 1;
}