Hi I'm first time deploying ceph. I've tried various manuals and read the ceph documentation, but I keep failing on the same issue during create-initial. For example, I've used this manual: https://github.com/infn-bari-school/cloud-storage-tutorials/wiki/Ceph-cluster-installation-(jewel-on-Ubuntu-xenial)
I've tried running with Jewel release. Each time I've reached the create-initial command, the following error occurs: [mon][INFO ] Running command: sudo /usr/bin/ceph --connect-timeout=25 --cluster=ceph --name mon. --keyring=/var/lib/ceph/mon/ceph-mon/keyring auth get client.admin [mon][ERROR ] "ceph auth get-or-create for keytype admin returned 1 [mon][DEBUG ] Traceback (most recent call last): [mon][DEBUG ] File "/usr/bin/ceph", line 948, in <module> [mon][DEBUG ] retval = main() [mon][DEBUG ] File "/usr/bin/ceph", line 852, in main [mon][DEBUG ] prefix='get_command_descriptions') [mon][DEBUG ] File "/usr/lib/python2.7/dist-packages/ceph_argparse.py", line 1300, in json_command [mon][DEBUG ] raise RuntimeError('"{0}": exception {1}'.format(argdict, e)) [mon][DEBUG ] RuntimeError: "None": exception "['{"prefix": "get_command_descriptions"}']": exception You cannot perform that operation on a Rados object in state configuring. Traceback (most recent call last): File "/usr/lib/python2.7/logging/__init__.py", line 861, in emit msg = self.format(record) File "/usr/lib/python2.7/logging/__init__.py", line 734, in format return fmt.format(record) File "/usr/local/lib/python2.7/dist-packages/ceph_deploy/util/log.py", line 56, in format return logging.Formatter.format(self, record) File "/usr/lib/python2.7/logging/__init__.py", line 465, in format record.message = record.getMessage() File "/usr/lib/python2.7/logging/__init__.py", line 329, in getMessage msg = msg % self.args I suspect it's relate to the --name mon. - if it's the issue, how to fix it? [mon][INFO ] Running command: sudo /usr/bin/ceph --connect-timeout=25 --cluster=ceph *--name mon.* --keyring=/var/lib/ceph/mon/ceph-mon/keyring auth get client.admin I'd really appreciate your help. Thanks, Oleg
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com