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