akrasnov-drv commented on issue #11607:
URL: https://github.com/apache/cloudstack/issues/11607#issuecomment-3275583131
I think I see the issue.
After removing all user VMs and also vRouter I see in mysql that IPs are
free:
```| 112 | 0e6dce6a-0a5b-4bf5-84c0-8ff2f579e8e1 | 1 | 1 |
10.10.126.10 | 1 | 0 | 2025-09-03 15:12:25 |
2 | 0 | NULL | Allocated | 122 | 204 |
NULL | 200 | 0 | NULL | NULL | 0 |
1 | NULL | NULL | NULL | 0 | 0 |
| 113 | 573e095f-ef95-4f52-801e-8a1aa1d8b7de | 1 | 1 |
10.10.126.11 | 1 | 0 | 2025-09-03 15:12:25 |
2 | 0 | NULL | Allocated | 123 | 204 |
NULL | 200 | 0 | NULL | NULL | 0 |
1 | NULL | NULL | NULL | 0 | 0 |
| 114 | 0f17b747-08f5-4b25-a1cf-227bb0549cc5 | NULL | NULL |
10.10.126.12 | 1 | 0 | NULL |
2 | 0 | NULL | Free | 124 | 204 |
NULL | 200 | 0 | NULL | NULL | 0 |
1 | NULL | NULL | NULL | 0 | 0 |
| 115 | 47c5f17e-9d44-49ef-8355-730d877a0c77 | NULL | NULL |
10.10.126.13 | 1 | 0 | NULL |
2 | 0 | NULL | Free | 125 | 204 |
NULL | 200 | 0 | NULL | NULL | 0 |
1 | NULL | NULL | NULL | 0 | 0 |
| 116 | 40c92ce1-b9d0-4af8-9817-4ea90ce5a909 | NULL | NULL |
10.10.126.14 | 1 | 0 | NULL |
2 | 0 | NULL | Free | 126 | 204 |
NULL | 200 | 0 | NULL | NULL | 0 |
1 | NULL | NULL | NULL | 0 | 0 |
```
I request to create VM, it fires new vRouter deployment.
VM is getting 10.10.126.12, new vRouter -10.10.126.13
But in mysql 10.10.126.13 is still Free, even when the vRouter is fully
functional (with Guest IP address 10.10.126.13):
| 114 | 0f17b747-08f5-4b25-a1cf-227bb0549cc5 | 2 | 1 |
10.10.126.12 | 1 | 0 | 2025-09-10 15:51:08 |
2 | 0 | NULL | Allocated | 124 | 204 |
NULL | 200 | 0 | NULL | NULL | 0 |
1 | NULL | NULL | NULL | 0 | 0 |
| 115 | 47c5f17e-9d44-49ef-8355-730d877a0c77 | NULL | NULL |
10.10.126.13 | 1 | 0 | NULL |
2 | 0 | NULL | Free | 125 | 204 |
NULL | 200 | 0 | NULL | NULL | 0 |
1 | NULL | NULL | NULL | 0 | 0 |
<img width="1249" height="255" alt="Image"
src="https://github.com/user-attachments/assets/3b65ceb2-0421-47d0-ba63-d8041c6fc7da"
/>
Here is vRouter console at the same time
<img width="728" height="340" alt="Image"
src="https://github.com/user-attachments/assets/f02d6286-18a1-44f7-8542-a5ec24868c94"
/>
--
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]