HPE Morpheus VM Essentials
1833482 Members
2578 Online
110052 Solutions
New Discussion

ceph cluster error

 
ByungJoon
Advisor

ceph cluster error

hi,

i created cluster with ceph (HVM 1.2 HCI Ceph Cluster on HVM/Ubuntu 24.04)

during ceph provision, error message occured

2025-08-28T00:07:53.868+0000 7e96c6235740 0 monclient(hunting): authenticate timed out after 300 rbd: couldn't connect to the cluster!

2025-08-28T00:12:53.901+0000 7215235e2740 0 monclient(hunting): authenticate timed out after 300 rbd: couldn't connect to the cluster!

2025-08-27T23:57:53.673+0000 7493545fc6c0 0 monclient(hunting): authenticate timed out after 300 [errno 110] RADOS timed out (error connecting to the cluster)

2025-08-28T00:02:53.834+0000 76aa4aca66c0 0 monclient(hunting): authenticate timed out after 300 [errno 110] RADOS timed out (error connecting to the cluster)

 

and i edited host file

10.252.2.21 vme01
10.252.2.22 vme02
10.252.2.23 vme03
10.252.2.21 mon.vme01 ceph-mon.vme01
10.252.2.22 mon.vme02 ceph-mon.vme02
10.252.2.23 mon.vme03 ceph-mon.vme03

and ceph.conf

root@vme01:~# cat /etc/ceph/ceph.conf
[global]
public_addr =
public_bind_addr =
# specify cluster network for monitoring TODO Fix
cluster network =
# specify public network TODO Fix
public network =
# specify UUID genarated above
fsid = 256b471d-8b8f-4d2f-8e17-99020530bac6
# specify IP address of Monitor Daemon
mon host = 10.252.2.21:6789,10.252.2.22:6789,10.252.2.23:6789
# specify Hostname of Monitor Daemon
mon initial members = vme01
osd pool default crush rule = -1

# mon.(Node name)
[mon.vme01]
# specify Hostname of Monitor Daemon
host = vme01
# specify IP address of Monitor Daemon
mon addr = 10.252.2.21
# allow to delete pools
mon allow pool delete = true

 

how do i solove this error message?