Started to install basic cluster from scratch, but running into keyring issues. Basically /etc/ceph/ceph.client.admin.keyring is not getting generated on monitor node. When I tried to create it on the monitor node, it fails with: $ ceph auth get-or-create client.admin mon 'allow *' mds 'allow *' osd 'allow *' -o /etc/ceph/ceph.client.admin.keyring 2015-05-02 12:32:59.198588 7f0e30395700 -1 monclient(hunting): ERROR: missing keyring, cannot use cephx for authentication 2015-05-02 12:32:59.198592 7f0e30395700 0 librados: client.admin initialization error (2) No such file or directory Error connecting to cluster: ObjectNotFound $ ceph --version ceph version 0.94.1 (e4bfad3a3c51054df7e537a724c8d0bf9be972ff) Following these insructions: http://docs.ceph.com/docs/master/start/quick-ceph-deploy/ Failing at : $ ceph-deploy mon create-initial because it could not find /etc/ceph/ceph.client.admin.keyring Help appreciated. -- Jvrao --- First they ignore you, then they laugh at you, then they fight you, then you win. - Mahatma Gandhi _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com