yuanbosoft commented on issue #6761: URL: https://github.com/apache/cloudstack/issues/6761#issuecomment-1258847522
mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | cloud | | cloud_usage | | mysql | | performance_schema | | sys | +--------------------+ 6 rows in set (0.01 sec) mysql> SELECT * FROM cloud.ntwk_service_map where service="SourceNat" and provider="VirtualRouter" and network_id=204; Empty set (0.00 sec) mysql> SELECT redundant FROM cloud.networks where id=204; +-----------+ | redundant | +-----------+ | 1 | +-----------+ 1 row in set (0.00 sec) mysql> -- 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]
