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