summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-07-02 13:45:38 -0500
committerDavid Teigland <teigland@redhat.com>2015-07-02 13:45:38 -0500
commitdc1c96b8bebbd6bfe9b774fdb13f904f976f29bd (patch)
treed3f8a715ee470eb1b39b494aa2126d596bd3e70c
parent3025a3dffb197f24d16aa00aa8339c56b28b0587 (diff)
downloadlvm2-dev-dct-lvmlockd-TechPreview.tar.gz
lvmlockd: tech preview noticedev-dct-lvmlockd-TechPreview
-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;
}