rhtyd commented on issue #1762: CLOUDSTACK-9595 Transactions are not getting retried in case of datab? URL: https://github.com/apache/cloudstack/pull/1762#issuecomment-353012327 @yvsubhash given this has introduced a regressions in snat IP allocation I'm consider this for a revert unless you can help with a quick fix to unblock other PRs being merged. The failure found was: ``` test_01_vpc_remote_access_vpn (integration.smoke.test_vpc_vpn.TestVpcRemoteAccessVpn): DEBUG: ========Sending GET Cmd : createRemoteAccessVpn======= urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): localhost urllib3.connectionpool: DEBUG: http://localhost:8080 "GET /client/api?account=test-TestRVPCSite2SiteVpn-CRVT35&domainid=838a592d-e4dc-11e7-9c0d-a434d91cd37e&fordisplay=true&publicipid=2df812b1-57a6-470a-a4db-472afed287df&response=json&apiKey=nG25osQQTwT630F9niTxS9j5qX4cVRv8PKQ80jXskQ2BmMPvTulGySL0H2sh4OjNX0SOZWcEVyMN2vkUw5lorQ&command=createRemoteAccessVpn&signature=S6MoFQwy4UKI6CbYTBffqENjVHg%3D&iprange=10.3.2.1-10.3.2.10 HTTP/1.1" 431 155 test_01_vpc_remote_access_vpn (integration.smoke.test_vpc_vpn.TestVpcRemoteAccessVpn): ERROR: Exception:['Traceback (most recent call last):\n', ' File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", line 308, in __parseAndGetResponse\n response_cls)\n', ' File "/usr/local/lib/python2.7/dist-packages/marvin/jsonHelper.py", line 150, in getResultObj\n raise cloudstackException.CloudstackAPIException(respname, errMsg)\n', 'CloudstackAPIException: Execute cmd: createremoteaccessvpn failed, due to: errorCode: 431, errorText:The Ip address is not ready to be used yet: 172.20.20.16\n'] ``` The issue can be reproduced by creating a VPN and deploying a VM on a tier. You'll still see the SNAT ip marked as Allocating and this causes creation of VPN to fail.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
