Hello,
Running Virtual Environment 6.1-5 . I currently have a 4 node setup. I'm connecting my fourth node to the other 3 nodes. I joined the server to the cluster, then installed ceph. After installing CEPH my browser was refreshed and the initial installation window was closed.
How do I set the IP address of my ceph public/cluster networks? I have 2 separate networks.
How do i see what my other nodes have set for there IPs?
The other 3 nodes have been operating on a public/cluster network previous to me joining this fourth server.
The 4th is 192.168.50.40. Do i just need to add that IP to the /etc/pve/ceph.conf as below?
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 192.168.51.10/24
fsid = ***
mon_allow_pool_delete = true
mon_host = 192.168.50.10 192.168.50.20 192.168.50.30 192.168.50.40
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 192.168.50.10/24
Thank you
Running Virtual Environment 6.1-5 . I currently have a 4 node setup. I'm connecting my fourth node to the other 3 nodes. I joined the server to the cluster, then installed ceph. After installing CEPH my browser was refreshed and the initial installation window was closed.
How do I set the IP address of my ceph public/cluster networks? I have 2 separate networks.
How do i see what my other nodes have set for there IPs?
The other 3 nodes have been operating on a public/cluster network previous to me joining this fourth server.
The 4th is 192.168.50.40. Do i just need to add that IP to the /etc/pve/ceph.conf as below?
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 192.168.51.10/24
fsid = ***
mon_allow_pool_delete = true
mon_host = 192.168.50.10 192.168.50.20 192.168.50.30 192.168.50.40
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 192.168.50.10/24
Thank you
Last edited: