Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1728683

Summary: [geo-rep] gluster-mountbroker missing a brief description of what the argument does in # gluster-mountbroker {add|remove|setup} --help
Product: [Community] GlusterFS Reporter: Kshithij Iyer <kiyer>
Component: geo-replicationAssignee: Kshithij Iyer <kiyer>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-21 12:24:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kshithij Iyer 2019-07-10 12:40:37 UTC
Description of problem:
The arguments for gluster-mountbroker is missing help="< Some Text>" parameter wherever add_argument() is used due to which gluster-mountbroker help is missing  a brief description of what the argument does in the help of {add,setup,remove} as shown below:

# gluster-mountbroker remove --help
usage: gluster-mountbroker remove [-h] [--volume VOLUME] [--user USER]

optional arguments:
  -h, --help       show this help message and exit
  --volume VOLUME
  --user USER
# gluster-mountbroker add  --help
usage: gluster-mountbroker add [-h] volume user

positional arguments:
  volume
  user

optional arguments:
  -h, --help  show this help message and exit
# gluster-mountbroker setup  --help
usage: gluster-mountbroker setup [-h] mount_root group

positional arguments:
  mount_root
  group

optional arguments:
  -h, --help  show this help message and exit
# 


Version-Release number of selected component (if applicable):
Whatever is the current upstream version.

How reproducible:
constantly 

Steps to Reproduce:
1. Issue a # gluster-mountbroker {add|remove|setup} --help

Actual results:


Expected results:


Additional info:

Comment 1 Worker Ant 2019-07-10 13:14:52 UTC
REVIEW: https://review.gluster.org/23023 ([geo-rep] Imporving help message for gluster-mountbroker) posted (#1) for review on master by Kshithij Iyer

Comment 2 Kshithij Iyer 2019-10-21 12:24:21 UTC
Patch https://review.gluster.org/23023 was merged. Hence closing the bug.