akrasnov-drv commented on issue #10313:
URL: https://github.com/apache/cloudstack/issues/10313#issuecomment-2631346910
Release IP was also very slow, though I did it from UI, and it did not fail.
From the allocated list IPs disappeared fast enough, but notifications about IP
release started appearing in UI just after maybe some 40 seconds. Release of
all 16 IPs I had took about 2 minutes.
What's interesting, after releasing all IPs I was able to assign IPs again,
but even with delays between executions it started failing after 3 assigned IP,
each time `enableStaticNat` took longer:
```
{
"success": true
}
real 0m9.172s
user 0m0.276s
sys 0m0.036s
{
"success": true
}
real 0m9.744s
user 0m0.298s
sys 0m0.020s
{
"success": true
}
real 0m10.215s
user 0m0.275s
sys 0m0.032s
```
then failed with
```
real 0m10.347s
user 0m0.306s
sys 0m0.032s
```
--
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]