I've setup three nodes with direct connections to each other:
https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server#Method_2_.28routed.29
ceph works already fine with it, the migration via the (slow) public network works, too.
i want the live migrations to use the fast connections, too (25GBit). i set in /etc/pve/datacentr.cfg:
but when i try a live migration from node1 -> node2 , i now get the error:
the all three nodes have valid hosts entries:
10.15.15.50 node1.local node1
10.15.15.51 node2.local node2
10.15.15.52 node3.local node3
any idea whats wrong/missing in my config?
https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server#Method_2_.28routed.29
ceph works already fine with it, the migration via the (slow) public network works, too.
i want the live migrations to use the fast connections, too (25GBit). i set in /etc/pve/datacentr.cfg:
Code:
migration: type=insecure,network=10.0.15.0/24
but when i try a live migration from node1 -> node2 , i now get the error:
Code:
2021-02-20 12:20:44 [node2] could not get IP: multiple addresses configured on local node for network '10.15.15.0/24'
2021-02-20 12:20:44 ERROR: online migrate failure - remote command failed with exit code 255
the all three nodes have valid hosts entries:
10.15.15.50 node1.local node1
10.15.15.51 node2.local node2
10.15.15.52 node3.local node3
any idea whats wrong/missing in my config?