kiranchavala opened a new issue, #13685: URL: https://github.com/apache/cloudstack/issues/13685
### problem Dont' show udp protocol for LB rules if the provider is Virtual Router ### versions ACS 4.22.1 ### The steps to reproduce the bug 1. Create an isolated network with network offering where LB is set to Virtual Router <img width="1097" height="721" alt="Image" src="https://github.com/user-attachments/assets/0da9d954-f91d-4207-9a14-47fdc2d7852e" /> 2. Navigate Network > public ip address > create a LB > Select UDP proctocol > ADD a instance <img width="1141" height="279" alt="Image" src="https://github.com/user-attachments/assets/50b8e9d5-22a2-4e73-81cd-2e1393e735b4" /> <img width="1518" height="443" alt="Image" src="https://github.com/user-attachments/assets/5d729a63-5791-490b-b0d3-1a06c221bda6" /> 3. Currently UDP protocol is not supported by HA PROXY tool( version - 2.6.12) , whichis responsible for creating LB rules. <img width="845" height="135" alt="Image" src="https://github.com/user-attachments/assets/f717c6f6-041e-4829-919b-de99bc4265a6" /> HA Proxy supports UDP only in the commercial verison https://www.haproxy.com/documentation/haproxy-enterprise/ ``` root@r-61-VM:~# cat /etc/haproxy/haproxy.cfg global log 127.0.0.1:3914 local0 info chroot /var/lib/haproxy user haproxy group haproxy daemon defaults log global mode tcp option dontlognull retries 3 option redispatch option forwardfor stats enable stats uri /admin?stats stats realm Haproxy\ Statistics stats auth admin1:AdMiN123 option httpclose timeout connect 5000 timeout client 50000 timeout server 50000 listen cloud-default bind 0.0.0.0:35999 option transparent root@r-61-VM:~# ps -ef |grep haproxy root 2062 1 0 15:06 ? 00:00:00 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock haproxy 2092 2062 0 15:06 ? 00:00:00 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock⨠``` ### What to do about it? Don't show udp protocol when creating LB rule in case of Virtual router -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
