hello all,
following:
node1: vm_a
node2: vm_b
vmbrxx: same subnet on both
if i migrate, the vm is directly online again.
but, for instance, on node1 is the DNS server, this server needs to be reachable from anywhere inside the Cluster. but it doesnt,
from my understanding, which is the mainpoint of a cluster, the VM needs to be moved around and get everywhere a connection (it needs to work because ceph is communicating with all nodes). why it doesnt work for VMs ?
i dont have anything special configured. just pretty basic
auto lo
iface lo inet loopback
auto enp41s0
iface enp41s0 inet manual
#1GB UPLINK
auto enp33s0f0
iface enp33s0f0 inet static
address 10.10.11.10/24
#1GB Ceph Public
auto enp33s0f1
iface enp33s0f1 inet static
address 10.10.12.10/24
#1GB CoroSync
auto enp1s0
iface enp1s0 inet static
address 10.10.10.10/24
mtu 9000
#10GB Ceph Cluster
auto vmbr0
iface vmbr0 inet static
address public_ip/27
gateway public_gwip
bridge-ports enp41s0
bridge-stp off
bridge-fd 0
#UPLINK Management
auto vmbr10
iface vmbr10 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Private Network 192.168.175.0
auto vmbr11
iface vmbr11 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Private Network 172.16.101.0
auto vmbr12
iface vmbr12 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Private Network 172.16.102.0
i have read a couple of pages but couldnt find the right answer. i think i have forgotten something but i couldnt figure out myself.
any idea how to solve the issue ?
following:
node1: vm_a
node2: vm_b
vmbrxx: same subnet on both
if i migrate, the vm is directly online again.
but, for instance, on node1 is the DNS server, this server needs to be reachable from anywhere inside the Cluster. but it doesnt,
from my understanding, which is the mainpoint of a cluster, the VM needs to be moved around and get everywhere a connection (it needs to work because ceph is communicating with all nodes). why it doesnt work for VMs ?
i dont have anything special configured. just pretty basic
auto lo
iface lo inet loopback
auto enp41s0
iface enp41s0 inet manual
#1GB UPLINK
auto enp33s0f0
iface enp33s0f0 inet static
address 10.10.11.10/24
#1GB Ceph Public
auto enp33s0f1
iface enp33s0f1 inet static
address 10.10.12.10/24
#1GB CoroSync
auto enp1s0
iface enp1s0 inet static
address 10.10.10.10/24
mtu 9000
#10GB Ceph Cluster
auto vmbr0
iface vmbr0 inet static
address public_ip/27
gateway public_gwip
bridge-ports enp41s0
bridge-stp off
bridge-fd 0
#UPLINK Management
auto vmbr10
iface vmbr10 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Private Network 192.168.175.0
auto vmbr11
iface vmbr11 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Private Network 172.16.101.0
auto vmbr12
iface vmbr12 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Private Network 172.16.102.0
i have read a couple of pages but couldnt find the right answer. i think i have forgotten something but i couldnt figure out myself.
any idea how to solve the issue ?