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