New to ceph building but here is my situation... I have been successfully able to build ceph starting from git checkout firefly (also successful from git checkout master). After building, I am able to run vstarth.sh from the source directory as ./vstart.sh -d -n -x (or with -X). I can then do rados commands such as rados bench. I should also add that when I have installed binaries from rpms (this is a fedora21 aarch64 system), I have been successfully able to deploy a cluster using various ceph-deploy commands. Now I would like to do make install to install my built version and then use the installed version with my ceph-deploy commands. In this case I installed ceph-deploy with pip install ceph-deploy which gives me 5.21. The first ceph-deploy command I use is: ceph-deploy new myhost which seems to work fine. The next command however is ceph-deploy mon create-initial which ends up failing with [INFO ] Running command: /usr/sbin/service ceph -c /etc/ceph/ceph.conf start mon.hostname [WARNIN] The service command supports only basic LSB actions (start, stop, restart, try-rest\ art, reload, force-reload, status). For other actions, please try to use systemctl. [ERROR ] RuntimeError: command returned non-zero exit status: 2 [ERROR ] Failed to execute command: /usr/sbin/service ceph -c /etc/ceph/ceph.conf start mon.seattle-tdeneau [ERROR ] GenericError: Failed to create 1 monitors and even the ceph status command fails # ceph -c ./ceph.conf status -1 monclient(hunting): ERROR: missing keyring, cannot use cephx for authentication 0 librados: client.admin initialization error (2) No such file or directory Error connecting to cluster: ObjectNotFound Whereas this all worked fine when I used binaries from rpms. Is there some install step that I am missing? -- Tom Deneau, AMD -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html