unable to ping instances
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-kubernetes |
In Progress
|
Undecided
|
Hanbae Seo |
Bug Description
I deployed Kolla-Kubernetes on multi-node, but can't ping private IP of instance.
OVS information is below.
in network-node
```
()[root@network /]$ ovs-vsctl show
987956ec-
Manager "ptcp:6640:0.0.0.0"
Bridge br-int
Controller "tcp:127.
fail_mode: secure
Port int-br-ex
Port br-int
Port patch-tun
Port "tap885f193a-3d"
tag: 1
Port "qr-75b7ea85-ee"
tag: 1
Port "qg-4f4bde25-a9"
tag: 2
Bridge br-ex
Controller "tcp:127.
fail_mode: secure
Port phy-br-ex
Port br-ex
Port "eth1"
Bridge br-tun
Controller "tcp:127.
fail_mode: secure
Port br-tun
Port patch-int
Port "vxlan-ac1e0153"
```
in compute-node
```
()[root@compute /]$ ovs-vsctl show
f06acf65-
Manager "ptcp:6640:0.0.0.0"
Bridge br-ex
Controller "tcp:127.
fail_mode: secure
Port phy-br-ex
Port br-ex
Port "eth1"
Bridge br-tun
Controller "tcp:127.
fail_mode: secure
Port "vxlan-ac1e0152"
Port br-tun
Port patch-int
Bridge br-int
Controller "tcp:127.
fail_mode: secure
Port patch-tun
Port "qvo699b7638-e3"
tag: 1
Port br-int
Port int-br-ex
```
Changed in kolla-kubernetes: | |
assignee: | nobody → Hanbae Seo (agtion) |
This issue is due to a failure to connect to Manager.
check the "is_connected" status through "ovs-vsctl list manager" command