Hi,
I am a newcomer to Ceph. After having a look at the docs (BTW, it is nice to see its concepts being implemented), I am trying to do some tests, mainly to check the Python APIs to access RADOS and RDB components. I am following this quick guide:
But after adding a monitor (ceph-deploy mon create ceph-server), I see that the subdirectories bootstrap-mds and bootstrap-osd (in /var/lib/ceph) do not contain keyrings. I have tried to create the monitor again (as suggested in the docs), but the keyrings continue to not appear there:
$ ceph-deploy gatherkeys ceph-server
[ceph_deploy.gatherkeys][DEBUG ] Checking ceph-server for /etc/ceph/ceph.client.admin.keyring
[ceph_deploy.gatherkeys][WARNIN] Unable to find /etc/ceph/ceph.client.admin.keyring on ['ceph-server']
[ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
[ceph_deploy.gatherkeys][DEBUG ] Checking ceph-server for /var/lib/ceph/bootstrap-osd/ceph.keyring
[ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['ceph-server']
[ceph_deploy.gatherkeys][DEBUG ] Checking ceph-server for /var/lib/ceph/bootstrap-mds/ceph.keyring
[ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['ceph-server']
My admin node (the machine from where I issue the ceph commands) is an openSUSE 12.3 where I compiled the ceph-0.67.1 tarball. The server node is a Debian Precise 64-bit (using vagrant w/ VirtaulBox), and Ceph installation seems to have gone well, as per the logs:
[ceph-server][INFO ] Running command: ceph --version
[ceph-server][INFO ] ceph version 0.67.2 (eb4380dd036a0b644c6283869911d615ed729ac8)
Any hints on what is going on there? Thanks!
Francesc Alted
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com