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