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