So i have 3 servers with proxmox installed, and want to install ceph on them.
Besides the 4 network ports for cluster comminications, public network, etc, i also have 2 dedicated ports that i want to use for ceph.
So i have this tutorial : https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server#Method_2
So in this example you can see that you have 2 ports configured with the same IP.
Thats what i did exactly.
The problem is that i get an error when i try to create the ceph monitors.
So if i execute :
pveceph createmon
i get :
Multiple IPs for ceph public network '10.100.100.0/24' detected on hp1-s1:
10.100.100.1
10.100.100.1
use 'mon-address' to specify one of them.
The ip 10.100.100.1 is set on both ports.
So what can i do ? Is this normal ?!
Besides the 4 network ports for cluster comminications, public network, etc, i also have 2 dedicated ports that i want to use for ceph.
So i have this tutorial : https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server#Method_2
So in this example you can see that you have 2 ports configured with the same IP.
Thats what i did exactly.
The problem is that i get an error when i try to create the ceph monitors.
So if i execute :
pveceph createmon
i get :
Multiple IPs for ceph public network '10.100.100.0/24' detected on hp1-s1:
10.100.100.1
10.100.100.1
use 'mon-address' to specify one of them.
The ip 10.100.100.1 is set on both ports.
So what can i do ? Is this normal ?!