weizhouapache commented on issue #5553:
URL: https://github.com/apache/cloudstack/issues/5553#issuecomment-937776096


   > Hi @weizhouapache,
   > 
   > Thanks for your prompt reply, here are some details
   > 
   > * Hyp: KVM
   > * Cloudstack Version and VR: 4.15.0.1
   > * VPC: Redundant VPC offering
   > * Network: DefaultIsolatedNetworkOfferingForVpcNetworks
   > * state of vm, network or vpc: enabled
   > 
   > These is my current haproxy.conf with 1 IP and 3 listen options (rules)
   > 
   > listen 172_x_x_x-xxxx bind 172.x.x.x:xxx balance roundrobin server 
172_x_x_x-xxx_0 172.x.x.x:xxxx check
   > 
   > listen 172_x_x_x-xxx bind 172.x.x.x:xxx balance roundrobin server 
172_x_x_x-xxx_0 172.x.x.x:xxx check server 172_x_x_x-xxx_1 172.x.x.x:xxx check 
server 172_x_x_x-xxx_2 172.x.x.x:xxx check
   > 
   > listen 172_x_x_x-xxx bind 172.x.x.x:xxx balance roundrobin server 
172_x_x_x-xxx_0 172.x.x.x:xxx check server 172_x_x_x-xxx_1 172.x.x.x:xxx check 
server 172_x_x_x-xxx_2 172.x.x.x:xxx check mode http option httpclose
   > 
   > But in the UI I have two defined different IP with lb rules each, the 
first one with the ones as defined above and the second is not in the config 
but when I update (add/remove member) on my second ip, the above config 
disappear and got replaced with the second ip lb rules.
   
   @KuasarCloud 
   I still cannot reproduce the issue.
   
   are you using the official 4.15.0.0 or 4.15.1.0 ?
   do you use 172.x for both public ip and private ip in vpc ?
   


-- 
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]


Reply via email to