233933
From 7e0342e0d01204f136b0bd28931a6313ea216649 Mon Sep 17 00:00:00 2001
233933
From: Sanju Rakonde <srakonde@redhat.com>
233933
Date: Wed, 6 Feb 2019 19:06:45 +0530
233933
Subject: [PATCH 37/52] cli: change the warning message
233933
233933
This patch changes the warning message user gets, when enabling brick
233933
multiplexing to reflect OCS instead of CNS/CRS.
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
Change-Id: Id5fd87955d5a692f8e57560245f8b0cf9882e1da
233933
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/162405
233933
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
233933
Tested-by: RHGS Build Bot <nigelb@redhat.com>
233933
---
233933
 cli/src/cli-cmd-parser.c | 2 +-
233933
 1 file changed, 1 insertion(+), 1 deletion(-)
233933
233933
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c
233933
index 760a10c..541dc62 100644
233933
--- a/cli/src/cli-cmd-parser.c
233933
+++ b/cli/src/cli-cmd-parser.c
233933
@@ -1697,7 +1697,7 @@ cli_cmd_volume_set_parse(struct cli_state *state, const char **words,
233933
 
233933
     if ((strcmp (key, "cluster.brick-multiplex") == 0)) {
233933
         question = "Brick-multiplexing is supported only for "
233933
-                   "container workloads (CNS/CRS). Also it is "
233933
+                   "OCS converged or independent mode. Also it is "
233933
                    "advised to make sure that either all "
233933
                    "volumes are in stopped state or no bricks "
233933
                    "are running before this option is modified."
233933
-- 
233933
1.8.3.1
233933