Hello, I might misunderstand this. I executed this command on ceph node like this. [ceph node]# ceph-deploy calamari connect {Calamari Server}
But it seems this command should execute on calamari server. [calamari server]# ceph-deploy calamari connect {Ceph Nodes} Is this correct? I would like to know only this point. On November 14, 2014 at 5:59:19 PM, idzzy (idez...@gmail.com) wrote: Hello, I see following message on calamari GUI. ---------------------------------- New Calamari Installation This appears to be the first time you have started Calamari and there are no clusters currently configured. 3 Ceph servers are connected to Calamari, but no Ceph cluster has been created yet. Please use ceph-deploy to create a cluster; please see the Inktank Ceph Enterprise documentation for more details. ---------------------------------- And as next step, I executed below command to add ceph node to calamari server. But “no calamari-minion repo found” message is being output. ---------------------------------- # ceph-deploy calamari connect 10.32.37.44 [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf [ceph_deploy.cli][INFO ] Invoked (1.5.9): /usr/bin/ceph-deploy calamari connect 10.32.37.44 [ceph_deploy][ERROR ] RuntimeError: no calamari-minion repo found ---------------------------------- (10.32.37.44 is calamari server) So I added the repository to ~/.cephdeploy.conf of ceph node like this. ---------------------------------- [calamari-minion] name=ceph repo noarch packages baseurl=http://ceph.com/rpm-emperor/el6/noarch #baseurl=http://ceph.com/rpm-emperor/rhel6/x86_64/ enabled=1 gpgcheck=1 type=rpm-md gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc ---------------------------------- Then run again, but following error is being output. ---------------------------------- # ceph-deploy calamari connect 10.32.37.44 [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf [ceph_deploy.cli][INFO ] Invoked (1.5.9): /usr/bin/ceph-deploy calamari connect 10.32.37.44 Warning: Permanently added '10.32.37.44' (RSA) to the list of known hosts. root@10.32.37.44's password: [10.32.37.44][DEBUG ] connected to host: 10.32.37.44 [10.32.37.44][DEBUG ] detect platform information from remote host [ceph_deploy][ERROR ] RuntimeError: ImportError: No module named ceph_deploy ---------------------------------- How can I proceed to add ceph node to calamari server and start to use calamari guy? Sorry this may be basically question, any advise will helpful for me. Thank you. — idzzy
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com