Hey all,
I am getting this error while adding the third monitor into the ceph.
I saw I have mistakely given a wrong IP-Adress to the ceph network (monitor) and changed it.
All three nodes are in cluster and I cannot ping the third node with the Monitoring network.
I reinstalled the ceph on the third node but it didn't help.
I am getting this error while adding the third monitor into the ceph.
I saw I have mistakely given a wrong IP-Adress to the ceph network (monitor) and changed it.
All three nodes are in cluster and I cannot ping the third node with the Monitoring network.
I reinstalled the ceph on the third node but it didn't help.
Code:
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 192.168.22.241/24
fsid = 02324643-d167-4a01-81bf-9abe60524e3b
mon_allow_pool_delete = true
mon_host = 192.168.21.241 192.168.21.242 192.168.21.243
ms_bind_ipv4 = true
ms_bind_ipv6 = false
osd_pool_default_min_size = 2
osd_pool_default_size = 2
public_network = 192.168.21.241/24
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mon.pvecloud01]
public_addr = 192.168.21.241
[mon.pvecloud02]
public_addr = 192.168.21.242
[mon.pvecloud03]
public_addr = 192.168.21.243