[Bugs] [Bug 1728683] New: [geo-rep] gluster-mountbroker missing a brief description of what the argument does

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 10 12:40:37 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1728683

            Bug ID: 1728683
           Summary: [geo-rep] gluster-mountbroker missing a brief
                    description of what the argument does
           Product: GlusterFS
           Version: mainline
          Hardware: x86_64
                OS: Linux
            Status: NEW
         Component: geo-replication
          Severity: low
          Assignee: kiyer at redhat.com
          Reporter: kiyer at redhat.com
                CC: bugs at gluster.org
  Target Milestone: ---
    Classification: Community



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:

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list