weizhouapache commented on issue #11607: URL: https://github.com/apache/cloudstack/issues/11607#issuecomment-3279809266
> job? what do you mean? logs related to vRouter creation? yes, you can find the logs of the async job in management-server.log (search for "job-<jobid>") > you suspect that mysql update failed? The issue is reproducible, I tried several times removing vRouter and VMs and starting them again, each time vRouter got 10.10.126.13, and the 2nd VM tried to use the same IP. I believe vRouter creation just does not mark IP as allocated. I see no single reason for mysql update to fail (if it's attempted). Then I get this: > I could not reproduce the issue with shared networks in advanced zone. The VR/VM IPs are all in Allocated state. can you share some DB queries ? select * from user_ip_address where public_ip_address like "10.10.126.1.%"; select * from nics where ip4_address ="10.10.126.13"; -- 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]
