dredknight opened a new issue, #7175:
URL: https://github.com/apache/cloudstack/issues/7175
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Bug Report
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
UI
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.17.2
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
Advanced Network Zone with SG enabled. Deployed on XCP-NG with Linux bridge.
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
The laptop used to access the GUI is QubeOS with Firefox exported from
Debian 11.6 VM.
Firefox version is: Firefox ESR 102.5.0esr (64-bit)
##### SUMMARY
<!-- Explain the problem/feature briefly -->
##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
Bug does not happen every time but once it happens you cant create new
instances anymore.
1. Open the GUI and go to Compute
2. Create new instance
3. Choose existing template and network
4. Set valid IP address in from the chosen network range (in the current
example i have chosen 172.20.0.45)
5. Create the new instance
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
VM to be created with the ip selected
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
In the log it can be seen that the IP the backend gets is cut by 1
character. Instead of 172.20.0.45 it gets 172.20.0.4.
This happens for any IP selected. If 172.0.20.93 is set than the log will
prompt 172.20.0.9
2023-02-07 08:23:37,316 WARN [c.c.n.IpAddressManagerImpl]
(qtp1648001170-964145:ctx-bd0c7c8d ctx-eab4d507) (logid:241533f1) Unable to get
ip address in zone id=1, network id=406: requested ip 172.20.0.4 is not
available
Full log:
https://gist.github.com/dredknight/da192544c5e7a4b83bcf30d6f558742e
~~~
--
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]