Closed ccycv closed 1 year ago
@ccycv can you please check the database if there is an Ip which is not allocated (allocated=NULL) but not in Free state ?
select * from cloud.user_ip_address where state!='Free' and allocated is null;
@weizhouapache Yes, looks like I have an IP with allocated=NULL but with state=allocated. Looks like after I have changed the state to free ( it was an unused IP). Thank you for the solution!
@ccycv good to know it. closing this issue then
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
I was not able to reproduce for any other Type "shared" network ( I have multiple with more than 3 guest ranges / network, in this setup and other ). Here I already have 2 ranges in use and there is still 1 free IP from the 2x guest ranges which where already added, and is showing me this error, even if the 3th range is added or not.
EXPECTED RESULTS
ACTUAL RESULTS