Dear All,
I have bought 2 servers and my host has given me 2 ip segment 192.168.0.35/29and 192.168.0.139/29
I have installed ceph on my first node and create a monitor and below is the configuration ceph file however I have encountered an issue in creating monitor for node 2
( with a network: 192.168.0.139/29)
No active IP found for the requested ceph public network '192.168.0.35/29' on node 'chicago03' (500)
Is the above error cause by firewall for both my nodes?
I have tried to edit /etc/ceph/ceph.conf and set the public network to 192.168.0.0/29 and cluster network to 10.10.10.0/29 however the error is "No active IP found for the requested ceph public network '192.168.0.0/29' on node 'chicago03' (500)"
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.10.10.35/29
fsid = ac9e9642-532f-4d87-bb1f-0c64e2f52bb9
mon_allow_pool_delete = true
mon_host = 192.168.0.35
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 192.168.0.35/29
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mon.chicago01]
public_addr = 192.168.0.35
Many thanx in advance
I have bought 2 servers and my host has given me 2 ip segment 192.168.0.35/29and 192.168.0.139/29
I have installed ceph on my first node and create a monitor and below is the configuration ceph file however I have encountered an issue in creating monitor for node 2
( with a network: 192.168.0.139/29)
No active IP found for the requested ceph public network '192.168.0.35/29' on node 'chicago03' (500)
Is the above error cause by firewall for both my nodes?
I have tried to edit /etc/ceph/ceph.conf and set the public network to 192.168.0.0/29 and cluster network to 10.10.10.0/29 however the error is "No active IP found for the requested ceph public network '192.168.0.0/29' on node 'chicago03' (500)"
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.10.10.35/29
fsid = ac9e9642-532f-4d87-bb1f-0c64e2f52bb9
mon_allow_pool_delete = true
mon_host = 192.168.0.35
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 192.168.0.35/29
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mon.chicago01]
public_addr = 192.168.0.35
Many thanx in advance
Last edited: