- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- ceph cluster error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
yesterday
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?