You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/19 07:37:39 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #7109: (HTTP 530, error code 4250) Failed to fetch any free public IP address

weizhouapache commented on issue #7109:
URL: https://github.com/apache/cloudstack/issues/7109#issuecomment-1396554665

   @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;
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org