Wei Zhou

Results 581 comments of Wei Zhou

@DaanHoogland I had a look at issue https://github.com/apache/cloudstack/issues/8562 which has been fixed by #8599 Assume there are two public IPs in the VPC VR (and isolated network VR): - xx.xx.64.x...

tested this PR with a VPC - source nat: 10.0.53.6 - other public ips on same subnet: 10.0.53.20, 10.0.53.3 - public ips on different subnet: 10.0.64.110/111/112 main difference with iptables...

after several discussion with @DaanHoogland and @sureshanaparti it seems difficult to fix the issue with iptables rules We could change the severity level to warning when #10710 is merged moving...

it looks like the error happened when destroy network rules for a stopping vm (the command is ` destroy_network_rules_for_vm` ) they are just some warnings I think

@tanganellilore you can do it on kvm host by virsh command

@tanganellilore @DaanHoogland technically it is simple, (just API, no database/vo changes at all) However, I wonder if it is necessary. It is easy to do on kvm host. Integration such...

thanks @tanganellilore this is a good improvement request @DaanHoogland has added it to 4.21.0.0 milestone, we will try to make it happen

> Hi @ustcweizhou, > > I recently opened this pull request with HAProxy config changes. It would be great to have your opinion on my changes. > > I have...

this may have been fixed by #10231 by @harikrishna-patnala @rajujith can you re-test it with 4.19.2.0 or 4.20.1.0-snapshot ? 4.20.0.0 does not have the fix I tested with 4.20.1.0-snapshot. when...