Sumsi 发表于 2018-1-21 17:52 trove create mysql-1 ${FLAVOR_ID} --size 5 --databases myDB --users user:r00tme --datastore_version mysql-5.6 --datastore mysql 我是执行者段出的问题 |
yuwenge 发表于 2018-1-22 08:36 那这个该怎么解决? |
Sumsi 发表于 2018-1-21 17:52 Invalid input for dns_name. Reason: 'mysql-5.6' not a valid PQDN or FQDN. Reason: TLD '6' must not be all numeric. 可能是上面问题,dns_name错误。dns_name为 mysql-5.6,但是这个填写应该不对,所以造成错误 |
qcbb001 发表于 2018-1-21 17:32 这里是更新数据库出现的错误 ,创建数据库云主机的时候出现错误 其他镜像倒是没有出现错误 暂时还不知道出现什么问题 检查是发现数据库出现问题 |
ERROR oslo.messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 is unreachable: 根据提供的日志,有下面错误。 ERROR neutron.common.rpc [-] Timeout in RPC method report_state. Waiting for 11 seconds before next attempt. If the server is not down, consider increasing the rpc_response_timeout option as Neutron server(s) may be overloaded and unable to respond quickly enough. 2018-01-21 15:20:39.988 14266 WARNING neutron.common.rpc [-] Increasing timeout for report_state calls to 120 seconds. Restart the agent to restore it to the default value ERROR neutron.common.rpc [-] Timeout in RPC method report_state. Waiting for 43 seconds before next attempt. ERROR neutron.plugins.ml2.managers 10.83.234.52 - - [21/Jan/2018 15:52:03] "GET /v2.0/security-groups.json?tenant_id=04fbd00064664b7cbc537d9d18b98e59 HTTP/1.1" 200 1841 0.046337 2018-01-21 15:52:03.927 16449 INFO neutron.api.v2.resource [req-2698a4e4-6603-41b6-872a-eff171a9c087 383a4583017241088805e3a1a6aeeb99 f73f257e01704fb7bff5e97a08b85923 - - -] create failed (client error): Invalid input for dns_name. Reason: 'mysql-5.6' not a valid PQDN or FQDN. Reason: TLD '6' must not be all numeric. 2018-01-21 15:52:03.929 16449 INFO neutron.wsgi [req-2698a4e4-6603-41b6-872a-eff171a9c087 从上面可以看出rabitMQ可能有错误,特别是用户名和密码等仔细核实下。 |