Hide Forgot
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
ceph upstream tracker : http://tracker.ceph.com/issues/15568
upstream patch : https://github.com/ceph/ceph/pull/8697