190130
From de31f2b0cb09a59941892c9981cb8a8b3aced9ec Mon Sep 17 00:00:00 2001
190130
From: kshithijiyer <kshithij.ki@gmail.com>
190130
Date: Tue, 24 Dec 2019 13:02:21 +0530
190130
Subject: [PATCH 407/449] [geo-rep] Improving help message in
190130
 schedule_georep.py.in
190130
190130
SLAVE positional argument doesn't provide a clear
190130
picture of what it is when compared to mastervol and slavevol
190130
in schedule_georep.py.in. It would be better if we change it to
190130
something like "Slave hostame (<username>@SLAVEHOST or SLAVEHOST)"
190130
190130
Present:
190130
----------
190130
positional arguments:
190130
  mastervol            Master Volume Name
190130
  SLAVE                SLAVEHOST or root@SLAVEHOST or user@SLAVEHOST
190130
  slavevol             Slave Volume Name
190130
190130
Suggested:
190130
-----------
190130
positional arguments:
190130
  mastervol            Master Volume Name
190130
  SLAVE                Slave hostname (<username>@SLAVEHOST or SLAVEHOST)
190130
  slavevol             Slave Volume Name
190130
190130
Backport of:
190130
    >Upstream Patch: https://review.gluster.org/#/c/glusterfs/+/23919/
190130
    >fixes: bz#1786276
190130
    >Change-Id: I73d52247997d623f77d55e51cbb6eccc08eb95ff
190130
    >Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
190130
190130
BUG: 1787994
190130
Change-Id: I73d52247997d623f77d55e51cbb6eccc08eb95ff
190130
Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
190130
Signed-off-by: Sunny Kumar <sunkumar@redhat.com>
190130
Reviewed-on: https://code.engineering.redhat.com/gerrit/202454
190130
Tested-by: RHGS Build Bot <nigelb@redhat.com>
190130
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
190130
---
190130
 extras/geo-rep/schedule_georep.py.in | 4 ++--
190130
 1 file changed, 2 insertions(+), 2 deletions(-)
190130
190130
diff --git a/extras/geo-rep/schedule_georep.py.in b/extras/geo-rep/schedule_georep.py.in
190130
index f29ae02..ac93716 100644
190130
--- a/extras/geo-rep/schedule_georep.py.in
190130
+++ b/extras/geo-rep/schedule_georep.py.in
190130
@@ -459,8 +459,8 @@ if __name__ == "__main__":
190130
                             description=__doc__)
190130
     parser.add_argument("mastervol", help="Master Volume Name")
190130
     parser.add_argument("slave",
190130
-                        help="SLAVEHOST or root@SLAVEHOST "
190130
-                        "or user@SLAVEHOST",
190130
+                        help="Slave hostname "
190130
+                        "(<username>@SLAVEHOST or SLAVEHOST)",
190130
                         metavar="SLAVE")
190130
     parser.add_argument("slavevol", help="Slave Volume Name")
190130
     parser.add_argument("--interval", help="Interval in Seconds. "
190130
-- 
190130
1.8.3.1
190130