I've used ceph-deploy to create a new cluster with the default cluster name. I now want to deploy a second cluster in parallel, using the same nodes. I went through the same process for deploying the first, but with --cluster option, and I'm getting an error on gatherkeys. $ ceph-deploy --cluster ceph2 new host1 $ ceph-deploy --cluster ceph2 mon create host1 $ ceph-deploy --cluster ceph2 gather keys host1 Unable to find /etc/ceph/ceph2.client.admin.keyring on ['host1'] Unable to find /var/lib/ceph/bootstrap-osd/ceph2.keyring on ['host1'] Unable to find /var/lib/ceph/bootstrap-mds/ceph2.keyring on ['host1'] - The only "ceph2" specific stuff I found on host1 was /etc/ceph/ceph2.conf - Using CentOS 6.4 - The ceph-deploy log doesn't show any errors up until the gatherkeys step: (virtualenv)[ubuntu@host1 ~]$ cat ceph2.log 2013-06-21 10:40:14,073 ceph_deploy.new DEBUG Creating new cluster named ceph2 2013-06-21 10:40:14,074 ceph_deploy.new DEBUG Resolving host host1 2013-06-21 10:40:14,079 ceph_deploy.new DEBUG Monitor host1 at 10.214.133.132 2013-06-21 10:40:14,079 ceph_deploy.new DEBUG Monitor initial members are ['host1'] 2013-06-21 10:40:14,079 ceph_deploy.new DEBUG Monitor addrs are ['10.214.133.132'] 2013-06-21 10:40:14,079 ceph_deploy.new DEBUG Creating a random mon key... 2013-06-21 10:40:14,080 ceph_deploy.new DEBUG Writing initial config to ceph2.conf... 2013-06-21 10:40:14,080 ceph_deploy.new DEBUG Writing monitor keyring to ceph2.mon.keyring... 2013-06-21 10:40:42,960 ceph_deploy.mon DEBUG Deploying mon, cluster ceph2 hosts host1 2013-06-21 10:40:42,961 ceph_deploy.mon DEBUG Deploying mon to host1 2013-06-21 10:40:43,342 ceph_deploy.mon DEBUG Distro CentOS codename Final, will use sysvinit 2013-06-21 10:41:46,534 ceph_deploy.gatherkeys DEBUG Checking host1 for /etc/ceph/ceph2.client.admin.keyring 2013-06-21 10:41:46,811 ceph_deploy.gatherkeys WARNING Unable to find /etc/ceph/ceph2.client.admin.keyring on ['host1'] _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com