找回密码
 注册
查看: 233|回复: 1

ERROR oslo_service.service nova.exception.InvalidNodeConfiguration: Invalid node

[复制链接]

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
发表于 2025-10-15 16:35:14 | 显示全部楼层 |阅读模式
2025-10-15 16:34:14.152 6989 WARNING nova.virt.libvirt.driver [None req-6d1922b2-9e20-4794-8f98-0ec97124e295 - - - - - -] Cannot update service status on host "compute1" since it is not registered.: nova.exception_Remote.ComputeHostNotFound_Remote: Compute host compute1 could not be found.
6 i% B2 J: z0 H, f2025-10-15 16:34:14.217 6989 ERROR oslo_service.service [None req-6d1922b2-9e20-4794-8f98-0ec97124e295 - - - - - -] Error starting thread.: nova.exception.InvalidNodeConfiguration: Invalid node identity configuration: Unable to parse UUID from /usr/lib/python3.11/site-packages/compute_id
4 @& j* u6 a8 a9 k/ u* v2025-10-15 16:34:14.217 6989 ERROR oslo_service.service Traceback (most recent call last):; x/ U3 I1 v1 k! \6 ]+ `
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/virt/node.py", line 68, in read_local_node_uuid0 m  U- [7 O6 I0 q# s* U+ ]4 M
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     node_uuid = str(uuid.UUID(content.strip()))1 x! ~) e. k4 ?- d
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service                     ^^^^^^^^^^^^^^^^^^^^^^^^^^. S2 U* \3 a/ r
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib64/python3.11/uuid.py", line 178, in __init__
4 G' J* {) K: M. C. G) m* a2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     raise ValueError('badly formed hexadecimal UUID string')
; }0 D" L' _- Q, V  {2025-10-15 16:34:14.217 6989 ERROR oslo_service.service ValueError: badly formed hexadecimal UUID string
, }; x# {. ^' L3 p' s2025-10-15 16:34:14.217 6989 ERROR oslo_service.service
, m8 H* h  j* _5 Q2025-10-15 16:34:14.217 6989 ERROR oslo_service.service During handling of the above exception, another exception occurred:& [  r* V4 Z( q" ~6 B2 z1 n6 T
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service 7 N, Z/ U  Z* S
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service Traceback (most recent call last):! e1 n$ b% k# ]( u4 g
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/oslo_service/service.py", line 806, in run_service
: Z4 V) Z8 k7 p" ^2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     service.start()# x* M( L& _* x7 ^, E! w
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/service.py", line 162, in start
9 D6 V" m- O9 J1 ^# v$ s8 e2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     self.manager.init_host(self.service_ref)6 Z3 p6 ~  e& d. ?) f% w7 {: ?2 B' {
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/compute/manager.py", line 1614, in init_host; H$ u* J6 K7 B* d
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     nodes_by_uuid = self._get_nodes(context)
6 N. {" |: V( Y' H' P# H: C2025-10-15 16:34:14.217 6989 ERROR oslo_service.service                     ^^^^^^^^^^^^^^^^^^^^^^^^' v) ]; V8 h- b4 p+ _5 _4 g' v
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/compute/manager.py", line 1476, in _get_nodes
* r+ _1 _, i9 ?  r9 g2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     node_ids = self.driver.get_nodenames_by_uuid()
' o. L+ |4 u, h8 G6 N  ?8 e7 p2025-10-15 16:34:14.217 6989 ERROR oslo_service.service                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  Q3 N8 x2 J8 _; N* p& N2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/virt/libvirt/driver.py", line 11397, in get_nodenames_by_uuid% |3 R0 E( c! x* g% Z
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     return {self._host.get_node_uuid(): self._host.get_hostname()}. `: R/ y3 W# T6 P8 c
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service             ^^^^^^^^^^^^^^^^^^^^^^^^^^
( }4 p, ?2 p, K0 `% R2 m6 U2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/virt/libvirt/host.py", line 1075, in get_node_uuid
) q% w5 O3 C8 i9 s# [& S! Y/ M# E2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     self._node_uuid = nova.virt.node.get_local_node_uuid()- S2 B1 S* w+ i' N9 |6 Z
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^& G% c9 ^/ G( J8 w: u; f# M
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/virt/node.py", line 101, in get_local_node_uuid2 @6 ]" O7 Z5 ^
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     node_uuid = read_local_node_uuid()
) b8 O& I" p6 R2025-10-15 16:34:14.217 6989 ERROR oslo_service.service                 ^^^^^^^^^^^^^^^^^^^^^^0 |/ H( x" ?$ b2 h& X1 J/ O
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service   File "/usr/lib/python3.11/site-packages/nova/virt/node.py", line 72, in read_local_node_uuid8 B# k0 S8 Y0 I! Y5 h
2025-10-15 16:34:14.217 6989 ERROR oslo_service.service     raise exception.InvalidNodeConfiguration(
9 E3 s" n: p! D+ F# D1 T2 U2025-10-15 16:34:14.217 6989 ERROR oslo_service.service nova.exception.InvalidNodeConfiguration: Invalid node identity configuration: Unable to parse UUID from /usr/lib/python3.11/site-packages/compute_id
: u  H9 p2 h% m8 t1 T, o2 B2025-10-15 16:34:14.217 6989 ERROR oslo_service.service
1 Q5 x' O$ Y- i
6 S6 L7 Z" u/ P: N! I
" F0 i+ ^' r2 t1 r* a

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-10-15 18:04:02 | 显示全部楼层
主要检查nova.conf文件
您需要登录后才可以回帖 登录 | 注册

本版积分规则

返回首页|Archiver|手机版|小黑屋|易陆发现技术论坛 ( 蜀ICP备2026014127号-1 )

GMT+8, 2026-6-11 23:04 , Processed in 0.021173 second(s), 22 queries .

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表