shwstppr commented on issue #5300: URL: https://github.com/apache/cloudstack/issues/5300#issuecomment-900205418
> Hi, from ssh I entered: > > mysql -u root -p > use cloud; > select * from host_view > > ... nothing was returned @spazicus are you sure there are no entries in `cloud.host_view`? Because there if `listHosts` API is returning hosts then they must be there in `host_view`. Can you please check again with `SELECT * FROM cloud.host_view WHERE type='Routing'\G;` -- 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]
