a3470f
From 51b684d93e2a36dbf7cbded1e117994fddf2a6a9 Mon Sep 17 00:00:00 2001
a3470f
From: Ravishankar N <ravishankar@redhat.com>
a3470f
Date: Thu, 15 Mar 2018 12:56:02 +0530
a3470f
Subject: [PATCH 186/201] cli: Remove upstream doc reference
a3470f
a3470f
...that is displayed while creating replica 2 volumes.
a3470f
a3470f
Label: DOWNSTREAM ONLY
a3470f
a3470f
Change-Id: I16b45c8ad3a33cdd2a464d84f51d006d8f568b23
a3470f
BUG: 1554905
a3470f
Signed-off-by: Ravishankar N <ravishankar@redhat.com>
a3470f
Reviewed-on: https://code.engineering.redhat.com/gerrit/132744
a3470f
Reviewed-by: Karthik Subrahmanya <ksubrahm@redhat.com>
a3470f
Tested-by: RHGS Build Bot <nigelb@redhat.com>
a3470f
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
a3470f
---
a3470f
 cli/src/cli-cmd-parser.c | 5 ++---
a3470f
 1 file changed, 2 insertions(+), 3 deletions(-)
a3470f
a3470f
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c
a3470f
index 54bd57f..e071b7d 100644
a3470f
--- a/cli/src/cli-cmd-parser.c
a3470f
+++ b/cli/src/cli-cmd-parser.c
a3470f
@@ -533,9 +533,8 @@ cli_cmd_volume_create_parse (struct cli_state *state, const char **words,
a3470f
                                         question = "Replica 2 volumes are prone"
a3470f
                                                    " to split-brain. Use "
a3470f
                                                    "Arbiter or Replica 3 to "
a3470f
-                                                   "avoid this. See: "
a3470f
-                                                   "http://docs.gluster.org/en/latest/Administrator%20Guide/Split%20brain%20and%20ways%20to%20deal%20with%20it/."
a3470f
-                                                   "\nDo you still want to "
a3470f
+                                                   "avoid this.\n"
a3470f
+                                                   "Do you still want to "
a3470f
                                                    "continue?\n";
a3470f
                                         answer = cli_cmd_get_confirmation (state,
a3470f
                                                  question);
a3470f
-- 
a3470f
1.8.3.1
a3470f