2019-12-09 05:19:25 -0500 | 获得奖牌 | ● 粉丝 |
2019-12-02 23:25:51 -0500 | 获得奖牌 | ● 著名问题 (source) |
2019-12-02 06:21:51 -0500 | 评论回答 | Issue while creating an instance in nova (Error out with port binding failure ) Thanks for the response. update output of net-show in the question, I am using very basic network only for instance creation . Just created a network and subnet , Nothing changed in neutron.conf. |
2019-12-02 04:36:55 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2019-12-02 00:28:53 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-12-01 03:23:00 -0500 | 回答问题 | Issue while creating an instance in nova (Error out with port binding failure ) UPDATE : While investigating more on logs , i found that there is a permission issue on file chmod 777 /var/log/nova/nova-placement-api.log and restart httpd service resolve the URL issue and nova-status upgrade now shows everything successful . However , Instance creation still stuck at scheduling with below log requests are just logging in with different ID's , Status 200 (So it seems success response ) But it stuck at scheduling phase of creation and ERROR out with a timeout mesg Kindly help New Update : After a restart of the server , Now instance creation is Error out with below log . Its showing binding problem.. 2378 WARNING nova.scheduler.utils [req-397c180f-da6e-4c91-8a8d-0b8b47741253 f50fc4d35a8b4c4ebf36852294ef9783 6849af726d06454f80391d4aab230ae1 - default default] Failed to compute_task_build_instances: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2c4fb98d-2dcf-42c5-a26b-2afa70edfcdc.: MaxRetriesExceeded: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2c4fb98d-2dcf-42c5-a26b-2afa70edfcdc. 2019-12-01 12:21:54.519 32378 WARNING nova.scheduler.utils [req-397c180f-da6e-4c91-8a8d-0b8b47741253 f50fc4d35a8b4c4ebf36852294ef9783 6849af726d06454f80391d4aab230ae1 - default default] [instance: 2c4fb98d-2dcf-42c5-a26b-2afa70edfcdc] Setting instance to ERROR state.: MaxRetriesExceeded: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2c4fb98d-2dcf-42c5-a26b-2afa70edfcdc Neutron log do not have much info , Just Http status 200 mesg's |
2019-12-01 03:23:00 -0500 | 问了问题 | Issue while creating an instance in nova (Error out with port binding failure ) Dear users, I am getting problem while creating an instance . Its stuck at scheduling phase I have noticed when i restart nova compute service , it restarted successfully BUT It logs error on nova-compute.log 2019-11-30 06:29:30.324 145061 ERROR nova.compute.resource_tracker [req-6a4d7b4f-9ab1-4669-8c7e-99e3adb5cb18 - - - - -] Skipping removal of allocations for deleted instances: Failed to retrieve allocations for resource provider 27a39914-a509-4261-90f5-8135ad471843: : ResourceProviderAllocationRetrievalFailed: Failed to retrieve allocations for resource provider 27a39914-a509-4261-90f5-8135ad471843: 2019-11-30 06:29:30.388 145061 ERROR nova.scheduler.client.report [req-6a4d7b4f-9ab1-4669-8c7e-99e3adb5cb18 - - - - -] [None] Failed to retrieve resource provider tree from placement API for UUID 27a39914-a509-4261-90f5-8135ad471843. Got 500: UUID is correct MariaDB [(none)]> select uuid from nova.compute_nodes where host=' openstack.bipul.com'; +--------------------------------------+ | uuid | +--------------------------------------+ | 27a39914-a509-4261-90f5-8135ad471843 | +--------------------------------------+ 1 row in set (0.000 sec) MariaDB [(none)]> 1) nova.conf is not changed , It just the same which comes with the distribution 2) Openstack overall health seems OK, all services are in running state 3) Problem : placement url running on port 8778 ( URL : http://<ip address="" >:8778="" placement="" )="" is="" showing="" internal="" server="" error="" (500)="" while="" accessing="" via="" web="" browser="" or="" curl="" .<="" p=""> 4) nova-status upgrade check also showing error InternalServerError: Internal Server Error (HTTP 500) 5) followed the standard method of installation described in https://www.rdoproject.org/install/packstack/ (https://www.rdoproject.org/install/pa...) 6) I have pasted o/p of log during a nove compute service restart and nova service status Appreciate all your help Thanks Bipul << Nova log >> (more) |