HPE Morpheus VM Essentials
1840120 Members
3160 Online
110161 Solutions
New Discussion

Re: 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?

4 REPLIES 4
hpcpqdt
Frequent Visitor

Re: ceph cluster error

Did you fix it with this workaround?

Arnout_Verbeken
HPE Pro

Re: ceph cluster error

There is no need to edit the hostfile or ceph.conf when deploying an HCI cluster.

It seems you are using a single network for management and storage.

What bond/network did you specify for Storage during the creation of your HCI cluster?

Also how does your netplan looks like?



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
hpcpqdt
Frequent Visitor

Re: ceph cluster error

I have 3 network interface: management, storage and compute. My mistakes was that I didn't give an ip address to the storage interfaces on each node. Now preconfiguring the address before deploying the cluster. It works. Thanks a lot.

Anddrea

Arnout_Verbeken
HPE Pro

Re: ceph cluster error

Hello!

Good to hear!

Can you mark this thread as solved?

Thanks!



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo