Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Error reporting process of openstack basic cloud virtual machine reinstallation

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Scenario: We received feedback today that a virtual machine failed to reinstall. Log in to the control node to check and find the following error. We hereby record the processing process.

Error:

"message": "Connection to glance host 10.12.220.139:9292 failed: Error finding address for http://10.12.220.139:9292/v1/images/86819d99-a189-422b-9fa3-077616544a8d: ('Connection aborted. ', error(110, 'ETIMEDOUT'))", "code": 500, "details": " File \"/root/openstack/src/nova/nova/compute/manager.py\", line 343, in decorated_function

nova show 45050fef-1668-4890-b4a9-f73953a8352e| grep fault 'import sitecustomize' failed; use -v for traceback| fault | {"message": "Connection to glance host 10.12.220.139:9292 failed: Error finding address for http://10.12.220.139:9292/v1/images/86819d99-a189-422b-9fa3-077616544a8d: ('Connection aborted. ', error(110, 'ETIMEDOUT'))", "code": 500, "details": " File \"/root/openstack/src/nova/nova/compute/manager.py\", line 343, in decorated_function || security_groups | default

Process:

1. Check port 9292 and find that the port is normally open.

[root@tj-mnet-aws01-con01 ~(keystone_admin)]$ ss -ntl | grep 9292LISTEN 0 128 10.12.220.119:9292 *:* LISTEN 0 128 10.12.220.139:9292 *:*

2. Since the firewall has just been changed, set the release rules.

iptables-save > /tmp/iptables-bak-0816; iptables -I INPUT -p tcp --dport 9292 -j ACCEPT

Validation processing results:

Command manual rebuild: nova rebuild 45050fef-1668-4890-b4a9-f73953a8352e 86819d99-a189-422b-9fa3-077616544a8d

[root@tj-mnet-aws01-con01 ~(keystone_admin)]$ nova show 45050fef-1668-4890-b4a9-f73953a8352e|grep status

'import sitecustomize' failed; use -v for traceback

| status | ACTIVE

Check it out, the machine is starting! [](https://cache.yisu.com/upload/information/20200309/33/57046.jpg? x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report