Hello all, New to the list. I'm trying to form a repeatable deployment method for our environments.
Using Ubuntu 12.04, and trying to install Cuttlefish. We have an existing chef setup for deploying openstack, so the ceph-cookbook sounded like an obvious choice. After following the instructions in the readme and the wiki, I see errors when chef-client runs [2013-05-24T16:41:31+00:00] INFO: Processing ruby_block[get osd-bootstrap keyring] action create (ceph::mon line 96) When I take a look at the command in this block, I get these errors ceph auth get-key client.bootstrap-osd 2013-05-24 16:42:10.325822 7f0f8e8e6700 0 -- :/17103 >> 192.168.112.82:6789/0 pipe(0x2fe7640 sd=3 :0 s=1 pgs=0 cs=0 l=1).fault 2013-05-24 16:42:16.326438 7f0f8e7e5700 0 -- 192.168.112.82:0/17103 >> 192.168.112.82:6789/0 pipe(0x7f0f84001d50 sd=3 :0 s=1 pgs=0 cs=0 l=1).fault So, I tried ceph-deploy, which gives me a whole different set of errors ceph-deploy new is fine, mon create is fine, but gatherkeys fails ceph-deploy gatherkeys s7r2 s8r2 s9r2 Unable to find /etc/ceph/ceph.client.admin.keyring on ['s7r2', 's8r2', 's9r2'] Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['s7r2', 's8r2', 's9r2'] Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['s7r2', 's8r2', 's9r2'] I googled around and found this http://tracker.ceph.com/issues/4924 It says it's resolved, but I couldn't find the branch mentioned in github. As a new user, trying to build production environments reliably, I'm seeing a lot of barriers. What other methods do people use?
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com