Bug 1329584

Summary: man ceph-deploy has an error regarding “config” command, As It misses the config keyword.
Product: Red Hat Ceph Storage Reporter: Vikhyat Umrao <vumrao>
Component: Ceph-InstallerAssignee: Christina Meno <gmeno>
Status: CLOSED UPSTREAM QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.3.2CC: adeza, aschoen, ceph-eng-bugs, kdreyer, nthomas, sankarshan
Target Milestone: rc   
Target Release: 1.3.4   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-20 12:22:27 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:

Description Vikhyat Umrao 2016-04-22 09:56:47 UTC
Description of problem:

man ceph-deploy“ has an error regarding “config” command:

It says:
     Usage:
          ceph-deploy push [HOST] [HOST...]
          ceph-deploy pull [HOST] [HOST...]”

But that command does not work:

$ ceph-deploy pull ceph-node1
usage: ceph-deploy [-h] [-v | -q] [--version] [--username USERNAME]
                   [--overwrite-conf] [--cluster NAME] [--ceph-conf CEPH_CONF]
                   COMMAND ...
ceph-deploy: error: argument COMMAND: invalid choice: 'pull' (choose from 'new', 'install', 'rgw', 'mds', 'mon', 'gatherkeys', 'disk', 'osd', 'admin', 'repo', 'config', 'uninstall', 'purge', 'purgedata', 'forgetkeys', 'pkg', 'calamari')


As It misses the config keyword.


Version-Release number of selected component (if applicable):
Red Hat Ceph Storage 1.3.2 


How reproducible:
Always

Comment 2 Vikhyat Umrao 2016-04-22 10:01:19 UTC
ceph upstream tracker :  http://tracker.ceph.com/issues/15568

Comment 3 Vikhyat Umrao 2016-04-22 10:14:05 UTC
upstream patch : https://github.com/ceph/ceph/pull/8697