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