You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
From 77df6b8930fd4acf3d0c38220fa4317ee97d530f Mon Sep 17 00:00:00 2001 |
|
From: Shwetha K Acharya <sacharya@redhat.com> |
|
Date: Thu, 9 May 2019 10:43:01 +0530 |
|
Subject: [PATCH 160/169] geo-rep: Geo-rep help text issue |
|
|
|
Modified Geo-rep help text for better sanity. |
|
|
|
>fixes: bz#1652887 |
|
>Change-Id: I40ef7ef709eaecf0125ab4b4a7517e2c5d1ef4a0 |
|
>Signed-off-by: Shwetha K Acharya <sacharya@redhat.com> |
|
|
|
backport of https://review.gluster.org/#/c/glusterfs/+/22689/ |
|
|
|
BUG: 1480907 |
|
Change-Id: I40ef7ef709eaecf0125ab4b4a7517e2c5d1ef4a0 |
|
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com> |
|
Reviewed-on: https://code.engineering.redhat.com/gerrit/172316 |
|
Tested-by: RHGS Build Bot <nigelb@redhat.com> |
|
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com> |
|
--- |
|
cli/src/cli-cmd-volume.c | 4 ++-- |
|
1 file changed, 2 insertions(+), 2 deletions(-) |
|
|
|
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c |
|
index 3432dbe..564aef7 100644 |
|
--- a/cli/src/cli-cmd-volume.c |
|
+++ b/cli/src/cli-cmd-volume.c |
|
@@ -3422,8 +3422,8 @@ struct cli_cmd volume_cmds[] = { |
|
"reset all the reconfigured options"}, |
|
|
|
#if (SYNCDAEMON_COMPILE) |
|
- {"volume " GEOREP " [<VOLNAME>] [<SLAVE-URL>] {\\\n create [[ssh-port n] " |
|
- "[[no-verify] | [push-pem]]] [force] \\\n" |
|
+ {"volume " GEOREP " [<MASTER-VOLNAME>] [<SLAVE-IP>]::[<SLAVE-VOLNAME>] {" |
|
+ "\\\n create [[ssh-port n] [[no-verify] \\\n | [push-pem]]] [force] \\\n" |
|
" | start [force] \\\n | stop [force] \\\n | pause [force] \\\n | resume " |
|
"[force] \\\n" |
|
" | config [[[\\!]<option>] [<value>]] \\\n | status " |
|
-- |
|
1.8.3.1 |
|
|
|
|