Hello,
I've deployed a Ceph cluster consisting of 5 server nodes and a Ceph client
that will hold the mounted CephFS.
>From the client I want to deploy the 5 servers with the ceph-deploy tool.
I installed Ceph from this repository: http://ceph.com/rpm-cuttlefish/el6/x86_64
And ceph-deploy from
I did it now and it partially solved the problem. Thanks!
However, now I face another error:
curl: (7) couldn't connect to host
error: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc: import
read failed(2).
Traceback (most recent call last):
File "/usr/bin/ceph-deploy", line 2
I changed the protocol to http, but I still could not make the script run.
However, I found the line on install.py that sets this command (line 183):
args='su -c \'rpm --import
"https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/{key}.asc"\''.format(key=key),
I changed it to a dummy command:
Hello,
I've deployed a Ceph cluster consisting of 5 server nodes and a Ceph client
that will hold the mounted CephFS.
The cephclient serves as admin too, and from that node I want to deploy the 5
servers with the ceph-deploy tool.
>From the admin I execute: "ceph-deploy mon create cephserver2"
Yes, I did
From: Gregory Farnum [mailto:g...@inktank.com]
Sent: Friday, July 19, 2013 4:59 PM
To: Valerio Oropeza José, ITS-CPT-DEV-TAD
Cc: ceph-users@lists.ceph.com
Subject: Re: [ceph-users] ceph-deploy mon create doesn't create keyrings
Did you do "ceph-deploy new" before you started?
On Frida
I am using RHEL6.
>From the ceph admin machine I executed:
ceph-deploy install cephserverX
ceph-deploy new cephserverX
ceph-deploy mon create cephserverX
is there a debug mode more verbose than -v that I can enable, in order to see
more what the command ceph-deploy mon create is doing?
Thanks
I finally opted to deploy Ceph on Ubuntu Server 12.04 instead (at the moment,
support/dev is way better). While configuring the Ubuntu machines, I realized
that I had to add the HTTP/HTTPS proxy that I have in my network, not only in
the profile.d folder, but also in the /etc/apt/apt.conf.d fold