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