Octavia UDP loadbalancer issue with bobcat amphora image
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
octavia |
New
|
Undecided
|
Unassigned |
Bug Description
I am running Xena openstack release but I downloaded amphora-x86-haproxy image of Bobcat (test release).
TCP LB working but when I test UDP it doesn't work and found ipvsadm doesn't get setup.
root@amphora-
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
root@amphora-
It works with Xena amphora-x86-haproxy image.
root@amphora-
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
UDP 10.0.0.41:1500 wrr
-> 10.0.0.144:32446 Masq 1 0 1
-> 10.0.0.184:32446 Masq 1 0 2
Does bobcat image missing something or its compatibility issue. I don't have logs because I destroy environment. I can reproduce if required.
The bobcat image works with a bobcat control plane. It's something about having a xena control plane with a bobcat image.
Also note, the /var/lib/ octavia/ lvs directory was missing in this amphora instance.