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

   @Hudratronium 
   it is normal you cannot find related records in domain_vlan_map or 
account_vlan_map.
   
   can you share the result of the following mysql query ?
   
   select public_ip_address,state,forsystemvms from user_ip_address join vlan 
on user_ip_address.vlan_db_id = vlan.id and 
vlan.uuid='adc15744-9b35-4bea-81f0-1fdbd5b544f3';
   
   


-- 
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]

Reply via email to