Ceph Failed initialization

developercz

New Member
Oct 16, 2014
21
0
1
Hello, if we have clear installal proxmox and like start Ceph storage, we have error - rados_connect failed - No such file or directory (500)
you can help us ?
Thank you

 
Have you followed this procedure ?

http://pve.proxmox.com/wiki/Ceph_Server

if this is the case, given some information such as:
# ceph service status
# ceph health
... so that we can help you

yes, we go step by step for this procedure

ceph service status :
no monitors specified to connect to.
Error connecting to cluster: ObjectNotFound

ceph health:
no monitors specified to connect to.
Error connecting to cluster: ObjectNotFound

If I try install pveceph createmon
have error :
unable to find local address within network '10.10.10.0/24'
 
Last edited:
yes, we go step by step for this procedure

ceph service status :
no monitors specified to connect to.
Error connecting to cluster: ObjectNotFound

ceph health:
no monitors specified to connect to.
Error connecting to cluster: ObjectNotFound

If I try install pveceph createmon
have error :
unable to find local address within network '10.10.10.0/24'

If you have created a dedicated network " Ceph " check it first runs from one node to another.
# ping 10.10.0.1
# ping 10.10.0.2
# ping 10.10.0.3
 
Ping is ready, you means ping 10.10.10.1 -3 ?

I was talking about ping the network dedicated to ceph.
So ping each node to check its operation .
Did you format and put the disks dedicated to ceph on each node ?
A disc dedicated to the "journal" is advised.
node1# ping 10.10.10.1
node1# ping 10.10.10.2
node1# ping 10.10.10.3
If your configuration is correct:
node1# pveceph createmon

If your configuration is correct, you will create your mon.

I advise you to see again your network and disks on 3 nodes.