Hi All, I'm new to the Proxmox community and just bought 3x community licenses for my new cluster Yeahh! But, I'm having a problem with my installed cluster with 3 nodes and each of them has 2 disks where the seconds disk will be used for ceph.
I have a public ip with 51.15.x.x and configured a private IP with 172.17.x.x on all 3 nodes. The cluster works find each node can ping eachother (ip + hostname).
Now I was trying to use Ceph and installation is done. With the first installation on the configuration tab I selected the Public IP for Public Network and the private IP for the cluster network. The first monitor is installed and seems to be fine. I think I messed up my config file also..
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 172.17.33.0/24 (I think i changed this from the IP 172.17.33.11/24 to the network address)
fsid = 0a82c9e9-0d02-4c5f-b7c6-b779d5cc9b3b
mon_allow_pool_delete = true
mon_host = xxx.xxx.xxx.xxx (I added here all public IP's from all nodes...)
ms_bind_ipv4 = true
ms_bind_ipv6 = false
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = xxx.xxx.xxx..0/24 (same thing change the IP xxx.xxx.xxx.xxx/24 to network address)
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mon.lotus]
public_addr = xxx.xxx.xxx.xxx
Is there someone here who could help me with a correct config file? And what could be the problem.
I have a public ip with 51.15.x.x and configured a private IP with 172.17.x.x on all 3 nodes. The cluster works find each node can ping eachother (ip + hostname).
Now I was trying to use Ceph and installation is done. With the first installation on the configuration tab I selected the Public IP for Public Network and the private IP for the cluster network. The first monitor is installed and seems to be fine. I think I messed up my config file also..
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 172.17.33.0/24 (I think i changed this from the IP 172.17.33.11/24 to the network address)
fsid = 0a82c9e9-0d02-4c5f-b7c6-b779d5cc9b3b
mon_allow_pool_delete = true
mon_host = xxx.xxx.xxx.xxx (I added here all public IP's from all nodes...)
ms_bind_ipv4 = true
ms_bind_ipv6 = false
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = xxx.xxx.xxx..0/24 (same thing change the IP xxx.xxx.xxx.xxx/24 to network address)
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mon.lotus]
public_addr = xxx.xxx.xxx.xxx
Is there someone here who could help me with a correct config file? And what could be the problem.
Last edited: