| 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-Installer | Assignee: | Christina Meno <gmeno> |
| Status: | CLOSED UPSTREAM | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.3.2 | CC: | 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: | |
ceph upstream tracker : http://tracker.ceph.com/issues/15568 upstream patch : https://github.com/ceph/ceph/pull/8697 |
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