找回密码
 注册
查看: 29|回复: 6

ERROR oslo_service.service Error starting thread.: OSError: Server unexpectedly

[复制链接]

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
发表于 2025-2-25 22:39:05 | 显示全部楼层 |阅读模式
2025-02-25 22:38:00.088 13840 INFO oslo_service.service [None req-697d52fd-549a-4c12-b70b-692a0d29a1a4 - - - - - -] Forking too fast, sleeping* e) K+ X( }5 r8 V: V7 K6 ]& X/ d
2025-02-25 22:38:00.095 13906 INFO nova.service [-] Starting scheduler node (version 30.0.0-1.el9s)
; Y( R' F& Q1 E5 [2025-02-25 22:38:00.162 13906 ERROR oslo_service.service [None req-6ff0c545-b004-44ba-861d-e4a7c200a115 - - - - - -] Error starting thread.: OSError: Server unexpectedly closed connection
& l9 O, C/ r( r- o/ _! r& q2025-02-25 22:38:00.162 13906 ERROR oslo_service.service Traceback (most recent call last):
" n% [6 p9 ^. l: O- F2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 515, in channel- B7 o+ G, m9 @- p# A- s7 P
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.channels[channel_id]
( q& F% v) z4 P5 ]/ Y) g2025-02-25 22:38:00.162 13906 ERROR oslo_service.service KeyError: None
' L$ B, e% b1 k& q) D- ]1 t5 M2025-02-25 22:38:00.162 13906 ERROR oslo_service.service ) q9 G: C' ?) @5 [
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service During handling of the above exception, another exception occurred:
1 n3 C$ K1 y0 U6 _3 ?  j2025-02-25 22:38:00.162 13906 ERROR oslo_service.service ( Z0 W5 F9 ~+ `0 M; t: j# i  H* A
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service Traceback (most recent call last):7 |8 e- K- ^2 c" q( y( c- T
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_service/service.py", line 810, in run_service3 C- I1 R: z" g+ _- W) N
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     service.start()
. h7 E& ?. Z9 p0 K2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/nova/service.py", line 199, in start5 J& o% a- [" ?
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.rpcserver.start()
: ^" a9 T" }. z) n% Z$ F$ P2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in wrapper
+ G1 s: L* |6 P7 ?0 o  w  x2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
  U& i  f' \- Y( D# D8 }* h' t2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 188, in run_once
2 U6 s# X2 b: [( k4 k2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     post_fn = fn()
: n- ]* b. E" V( n* c' B5 M2 `2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in <lambda>' ?+ e$ a: Q6 {' C; T2 K4 v
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
* ?1 ~5 {4 @, f2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 413, in start
. z$ ~+ S8 ^* q/ e7 {6 a2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.listener = self._create_listener(); L; [0 h1 S& d( |* z
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/rpc/server.py", line 151, in _create_listener
! G% [; K, F6 W5 }! K; X2 |+ `! ~2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)
" Q* s2 Y3 t3 k( m2 I$ O( M2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/transport.py", line 142, in _listen( y4 K% a  D4 j6 z
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self._driver.listen(target, batch_size,
/ v/ v, d2 M% }8 q: r/ c- ?  _2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 808, in listen
" K1 c8 ~) Z1 o1 _. i8 C2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)) Z9 g( B( f! w4 L0 }- w
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 700, in _get_connection
2 u8 M. K! H+ P' n( l3 R" A2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,
/ [! L+ [' k6 P! o' K& k( ]2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/common.py", line 425, in __init__
3 H  I) f: v3 I  u, l2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)
: |+ x) `1 b0 Z: A, o2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/pool.py", line 135, in create# c4 Y0 b( s9 A# L* M" q
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)1 h1 K% U9 I6 I6 C/ Y
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 915, in __init__
: q2 Z$ J0 l. P7 U; K2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.ensure_connection()
- x& x6 U& u) y' Q9 }2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1060, in ensure_connection. k. Z$ g4 ^: ]! q& f+ w
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self._set_current_channel(self.connection.channel())- H8 W$ {) L7 r
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/connection.py", line 303, in channel
4 A$ v) O8 B) ]. {2 `2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)- ~. F- q# X* W' ^, _
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/transport/pyamqp.py", line 168, in create_channel
! n* I2 S# x$ o: \6 [2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return connection.channel()3 H" A, n. Z' r- s
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 518, in channel
& }4 I  y# y5 d7 a! X, t% t2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     channel.open()  G/ t) M2 V% A+ [, o+ g
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/channel.py", line 448, in open. n) L6 t1 f9 e2 E+ Q# W6 W
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.send_method(
6 \9 t% K% C% c, j/ O2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method; d* j" T8 D+ u7 a1 @( C
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)
' ^$ L! e* H" L6 S  d9 O2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait
' f) A6 I/ c0 X' P2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)2 K2 D0 a- m3 p8 A+ y- V0 N" \( \% t
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 526, in drain_events
. W: U$ u/ k' x% |, O9 I3 d$ b2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     while not self.blocking_read(timeout):
, ?5 k9 Q/ z3 ^, O8 |2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 531, in blocking_read
0 y' p$ g# \4 f: K" N1 b, r2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     frame = self.transport.read_frame()0 q9 O, c) p7 G$ L: G) V$ m' B1 N* ^, w
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 294, in read_frame: G% M# f  b# z$ ?' k' b
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     frame_header = read(7, True)
; a' j- |: A* H3 `- K& \2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 637, in _read
* b6 i* j! a$ W( I  M2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')
, f4 N  |$ e# G. h2025-02-25 22:38:00.162 13906 ERROR oslo_service.service OSError: Server unexpectedly closed connection, C. k! _% T' }1 j+ `* I2 p
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service / g. I4 F5 p( K! _, G) D1 d
9 X& |0 J0 ?, v, L" m* u. T5 I
2 P9 W1 B& C: L+ Z: T

0 X- i9 h) N3 C3 e& J5 n根本找不到原因。6 [; W5 w1 u% \: e1 A: w

+ \+ j7 D/ W, k  y& d: i! p- R; [

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-27 23:05:26 | 显示全部楼层
[root@controller ~]# tail -f /var/log/nova/nova-scheduler.log
" W3 N: M- X! M% g0 j3 I2025-02-27 23:02:01.212 2984 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 526, in drain_events$ W( q( Y3 O1 ^% }1 W. ~
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     while not self.blocking_read(timeout):" t- }) o' r$ n2 h7 m$ x
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 531, in blocking_read
" J0 `: k2 U( ?" y2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     frame = self.transport.read_frame()  U- t: g; N* r& m8 s
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 294, in read_frame
6 C; W* d4 p0 C3 V4 _( d! b/ X2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     frame_header = read(7, True). O1 n  ~9 p/ X( d
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 637, in _read1 g! p9 ]: [5 g" p
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')& s* k! @1 f! ~% P" d  Q4 m
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service OSError: Server unexpectedly closed connection
4 G" l/ M) N' H2025-02-27 23:02:01.212 2984 ERROR oslo_service.service " {( {0 F7 D# h8 ?: M7 ^2 ?6 A8 U
2025-02-27 23:02:02.152 1032 INFO oslo_service.service [None req-3f49fdd6-4570-47ba-bbf7-96a0f19cd25b - - - - - -] Child 2970 exited with status 1! Y0 V7 X. s  ~% u" n
2025-02-27 23:02:02.154 1032 INFO oslo_service.service [None req-3f49fdd6-4570-47ba-bbf7-96a0f19cd25b - - - - - -] Forking too fast, sleeping2 J* @! _$ q: z+ O/ L+ z
2025-02-27 23:02:02.160 2989 INFO nova.service [-] Starting scheduler node (version 30.0.0-1.el9s)
9 V" F# N  d; S3 g- l( w3 T2025-02-27 23:02:02.218 2989 ERROR oslo_service.service [None req-cc0c19a4-d2e6-4385-9e9e-8925552520ea - - - - - -] Error starting thread.: OSError: Server unexpectedly closed connection
* Z! W! \% b( U' P- ?2025-02-27 23:02:02.218 2989 ERROR oslo_service.service Traceback (most recent call last):, i2 N% L( O) f  z+ h# t( s: U
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 515, in channel; E7 m$ E9 G/ S
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.channels[channel_id]
- w) b0 n! f: _% I8 ~2025-02-27 23:02:02.218 2989 ERROR oslo_service.service KeyError: None! @! }  Z) N5 J! r0 J
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service
; E( o0 m& d6 \4 [7 b2025-02-27 23:02:02.218 2989 ERROR oslo_service.service During handling of the above exception, another exception occurred:" z2 f. ]! a. w6 O0 a5 }
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service 3 r9 X5 |+ A& H! H$ S2 Z
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service Traceback (most recent call last):
% ?8 A$ H! Z; ~, i, R5 S2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_service/service.py", line 810, in run_service6 y. f& l$ ]8 t& U
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     service.start()1 K- u2 j9 i: _4 F/ ]
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/nova/service.py", line 199, in start
/ H1 O3 D) W$ K* N! Q; {2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.rpcserver.start()/ g- L. m4 l6 ~6 g8 r
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in wrapper
0 W7 r1 M- {8 |8 V) C" n2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
3 s# e5 \* q1 A2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 188, in run_once' o: L5 h7 V% i: D, o5 n2 l
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     post_fn = fn()
/ Y6 s4 P4 C8 u1 W2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in <lambda>6 q6 I2 n1 Y1 d. u) {* K
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
+ N: L  f' a0 q$ _5 z2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 413, in start: |! }- I$ p' b4 G* k
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.listener = self._create_listener()
! a3 b$ S  r6 I0 |3 O& h2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/rpc/server.py", line 151, in _create_listener
7 E8 [& n+ q$ W7 M# Q* C" s7 l2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)# G$ ~* B* t3 J# V4 B. b5 h6 j
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/transport.py", line 142, in _listen
2 X" E% G" E' d2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self._driver.listen(target, batch_size,
, f1 P) W! |# u2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 808, in listen
6 T0 @# m% G3 x+ @9 r2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)$ j$ n$ ~; A8 Z- x0 b, V! I
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 700, in _get_connection
/ n/ [8 z$ i! ^& U% ^- W$ N2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,
' K7 f0 V0 P, J7 i2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/common.py", line 425, in __init__
" p: m$ @9 `; {. u& R: V2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)
8 {; j2 D. K2 s! X2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/pool.py", line 135, in create  Q" C4 r; T- u( @9 X) x! J7 \1 m
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)
+ O& z3 |% I% g. N5 L' s( o2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 915, in __init__+ V  n2 N! ]2 A$ b0 \
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.ensure_connection()! U$ O4 ^$ \' K0 w
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1060, in ensure_connection
0 O+ u8 O! p8 j2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self._set_current_channel(self.connection.channel())! b0 v" r8 A3 w! U
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/connection.py", line 303, in channel
8 `- [8 u: e- Y& j2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)
6 ~4 `8 ~0 o2 b, ]" s6 X3 X3 E+ }# v5 U2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/transport/pyamqp.py", line 168, in create_channel
! V: Q$ J7 E/ B9 L4 b" m' g2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return connection.channel()
% ]% ~0 U# T! d$ P2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 518, in channel; c( X+ m* w3 l; w
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     channel.open()8 d' n# n. K& U+ K2 T
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/channel.py", line 448, in open
, S5 d1 `' }# n+ e6 I2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.send_method(
. t/ m, U0 k: u: d$ G5 @, j) v6 J2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method' \5 y+ E  D2 @6 ?6 I
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)
8 R1 ]; \8 n8 [0 Z/ y) T7 T2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait2 t% I4 [5 M1 J( ~* ]. y6 \4 K) _
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)4 Z" {! o. v; M
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 526, in drain_events  M( \- y, f" ]. x- `5 y
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     while not self.blocking_read(timeout):/ C2 z; e0 D2 ?, }8 p+ c+ \
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 531, in blocking_read
* t5 u+ A7 g# f0 H% ^9 s( ?1 b2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     frame = self.transport.read_frame()
8 \2 D$ N! K, L- }9 _2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 294, in read_frame
' Y  y- N& g; Z! C" a& W2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     frame_header = read(7, True)
' p! l& Q% D( h+ ^2025-02-27 23:02:02.218 2989 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 637, in _read
& v7 F* P1 [! n7 B' e  D2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')
% M+ v- Y' W, i# {. f2025-02-27 23:02:02.218 2989 ERROR oslo_service.service OSError: Server unexpectedly closed connection
3 Y# k& s$ N: E4 ^* H2025-02-27 23:02:02.218 2989 ERROR oslo_service.service 2 Z( i6 ]5 j0 h! ^) M
2025-02-27 23:02:03.160 1032 INFO oslo_service.service [None req-3f49fdd6-4570-47ba-bbf7-96a0f19cd25b - - - - - -] Child 2972 exited with status 15 ]  \# ~1 o3 k3 o. n* b
2025-02-27 23:02:03.163 1032 INFO oslo_service.service [None req-3f49fdd6-4570-47ba-bbf7-96a0f19cd25b - - - - - -] Forking too fast, sleeping
9 l! }( K6 D/ m3 Y+ y# i2025-02-27 23:02:03.169 2991 INFO nova.service [-] Starting scheduler node (version 30.0.0-1.el9s)
) ^2 b& V9 g1 U# J, d0 Z4 d/ H4 |2025-02-27 23:02:03.229 2991 ERROR oslo_service.service [None req-22c3dcda-c510-463d-a8d5-b9e6fbc33371 - - - - - -] Error starting thread.: OSError: Server unexpectedly closed connection
' L) ~& n8 m$ C# m6 l1 r: r6 W2025-02-27 23:02:03.229 2991 ERROR oslo_service.service Traceback (most recent call last):. k7 Y6 {0 P. F$ {& k& e# Y6 {5 c
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 515, in channel8 _& k. c- Q" \. ~; S
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.channels[channel_id]$ q! w( b, P0 g" _* ^* {
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service KeyError: None; N& f4 I# \0 `: t3 G* ?/ a7 Q
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service
& K5 p; `3 r2 l9 J2025-02-27 23:02:03.229 2991 ERROR oslo_service.service During handling of the above exception, another exception occurred:5 n+ B5 p9 [# N5 X4 W
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service & S4 n9 d. g0 K5 v9 E. d8 c
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service Traceback (most recent call last):
$ ^0 `; S8 s% C! L4 A  W2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_service/service.py", line 810, in run_service
$ o$ n& I7 O$ ]' o1 j; a/ x2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     service.start()/ ~4 ^4 X' }0 J3 q& p8 o( p
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/nova/service.py", line 199, in start( Y% D; n, \" j0 V. y) z
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.rpcserver.start()8 s* E7 t  M% i+ x
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in wrapper
  K- B% X9 a" t' Q# |" c+ Q9 T) a) Q2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),8 a3 K) y' {3 |! j1 A6 F
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 188, in run_once/ W& Q$ s; _8 X! i' i
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     post_fn = fn()/ I6 a- P* U1 @# k* N
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in <lambda>0 s- p8 s0 V) ~7 k
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
0 j  b% D6 ^  O& j* A  ]8 N8 z4 u! g2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 413, in start
- Y. M  I9 }" _% ^2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.listener = self._create_listener()3 y1 w5 i# B) n- {
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/rpc/server.py", line 151, in _create_listener
6 z- T& A& b( F; I+ ?2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)' P" l: V; n2 Q# A- l
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/transport.py", line 142, in _listen
% j; K" k* ]- B2 a+ ?) o( D0 H2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self._driver.listen(target, batch_size,( C0 q  }# @: i4 d" L
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 808, in listen
1 |, e1 |1 q8 t' y: ]2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)
- b  C8 ~+ V3 z, U+ P+ F' X2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 700, in _get_connection
8 E. |6 ]5 X' ^# R# f$ n) S2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,4 O7 ~6 P: h' y2 O8 A- c  s9 D
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/common.py", line 425, in __init__% f9 T1 h% F3 [/ L
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)
8 i0 X8 _5 e5 ^0 Y& g2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/pool.py", line 135, in create
3 n% l( G+ m% C. D1 r2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry). M5 U0 ~5 w* B2 I. ^1 \7 |
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 915, in __init__
( I9 _2 j. `0 G8 L, o2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.ensure_connection()
8 U! f# L! q: b1 e: E+ [5 g2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1060, in ensure_connection5 l& Q% G% _& F- F' h- m( X
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self._set_current_channel(self.connection.channel())# R+ e- X0 [1 U+ `! a
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/connection.py", line 303, in channel6 s' K& q  D, v- l" |
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)3 v, c% |1 O# i! r
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/transport/pyamqp.py", line 168, in create_channel, x) B/ a' F& I
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return connection.channel()7 e" T1 R+ p. i" y
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 518, in channel
# @5 z: A( t: t$ \2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     channel.open()
5 K$ C8 i7 K. u) V5 \* q$ v( z2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/channel.py", line 448, in open$ C* H& K+ Q4 O$ o/ H# p5 ~9 H
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.send_method(
: }, U9 f* E( n% D, ?" F2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method
* c# V& h/ [; }- H; y% t2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)
- j& Z& D- g. x2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait
5 }& ]6 F8 l! U' g2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)
$ V' ^, S3 q  }2 K2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 526, in drain_events- t% j9 F, |- @9 l/ \
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     while not self.blocking_read(timeout):& b5 p1 U2 i' @* M/ X( I+ N, d
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 531, in blocking_read8 y7 U4 }$ K( v" X9 t- j
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     frame = self.transport.read_frame(). K; \' ^- L& F: ^- D/ V
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 294, in read_frame
6 K2 S# h: K) P3 d# k% J2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     frame_header = read(7, True)
" n' j* B7 D* P8 V4 ?7 t6 n9 d2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 637, in _read
. Y. I6 n# ]' F* M4 I2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')* g  b) Y+ j4 ]. B6 g5 c4 x' W0 p
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service OSError: Server unexpectedly closed connection. G6 U7 ^7 [6 q
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service # {1 [( y# x) @
^C! I+ U4 s: `4 f* \+ g4 [% o2 ]
[root@controller ~]# openstack compute service list
) E2 c1 m7 |* m) o* z/ L+--------------------------------------+----------------+------------+----------+---------+-------+------------+$ c6 y: h# p. A
| ID                                   | Binary         | Host       | Zone     | Status  | State | Updated At |9 N. B+ j% U: F4 {# l6 }
+--------------------------------------+----------------+------------+----------+---------+-------+------------+
7 [4 E  \/ p1 q7 U: ]0 M7 G" }| c9d72d60-f148-412d-a73d-bc443a8447f5 | nova-scheduler | controller | internal | enabled | down  | None       |4 B( g/ z* p; T+ J0 H8 `0 Q0 A0 _$ p" A  u
| bda60548-8a3d-4333-8c82-be27a6e26fc0 | nova-conductor | controller | internal | enabled | down  | None       |
* L" f9 X( M. q* e0 K: q+--------------------------------------+----------------+------------+----------+---------+-------+------------+) y  ~. y8 P' {/ d+ P

- @5 ]4 v; r" J8 L& U8 _( ~  c0 t+ Y' M) q4 g$ C
依然找不到原因。。。不知道哪儿配置错了。

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:28 | 显示全部楼层
[DEFAULT]1 ]" O* \4 j7 H) g
debug = True
& z# W) l* ]  }6 w9 O  w4 n4 h& Clog_dir = /var/log/kolla/nova
6 d% v8 A1 n  z$ t' b7 f6 ~; |state_path = /var/lib/nova
# @8 t5 Y9 n. {( ]8 a6 Nallow_resize_to_same_host = true
6 t# D" S- i$ i: R9 c1 Smy_ip = 172.27.11.383 V* d. i2 k( {  c; g8 W
instance_usage_audit = True
) X, @" U9 b( O1 e8 N3 o. m3 T) Kinstance_usage_audit_period = hour# f+ h4 i! |6 m5 v5 {
transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//3 X( G4 f) o- h4 }  q4 Y
resize_confirm_window = 60
' V4 a# F  k, F) m- _7 q  n/ J7 H( X0 i5 r( i6 D/ y1 w: ?
[filter_scheduler]1 r5 U3 j7 o- A  x( |; H: p

# A1 M$ @( Y) B8 y5 [+ B[api]$ x+ y) N$ O- f4 Q! q
use_forwarded_for = true, H, o9 q  @) H( I- N" q
# M- y  L4 B, N: w5 e0 y
[conductor]
7 ^: \$ I/ P# j* ~  t# Cworkers = 5! ]3 n" r' ], o1 ?+ p
8 Z% c" V' }; h% `8 y$ C# K
[oslo_middleware]
. }0 {3 S9 C+ T) r; Cenable_proxy_headers_parsing = True5 y! s; G! [% u" @8 v- g
5 I$ T7 {2 |! |
[oslo_concurrency]% T+ X, y) q2 v+ h/ N
lock_path = /var/lib/nova/tmp
8 z; _* W. R9 a
4 N( [7 }. s4 ?[glance]
5 a* t* L& h0 J- Lcafile =% b. J: t9 N" ^, P- V" Y  K
api_servers = http://172.27.11.88:92921 n( t: A/ R) {. K( c1 V
num_retries = 35 F7 f/ q% N; K  _9 R* ^' q# n
debug = True
4 L' o0 D+ i6 @
3 _- X3 D4 \3 y$ x0 x- z[cinder]4 G. N6 ?6 M! ?6 @+ @) R7 _/ _, t
catalog_info = volumev3:cinderv3:internalURL/ ~+ z4 v" t6 |0 w3 M- q9 E
os_region_name = RegionOne
) o' s  b3 R8 [1 ]) Wauth_url = http://172.27.11.88:5000/ ^5 X8 a8 e1 p: x
auth_type = password0 t: q8 s, Y5 a: O
project_domain_name = Default7 u& f9 J1 S& y) X  M/ a7 n
user_domain_id = default2 n  d( q& E6 T% |9 s! ~0 H
project_name = service
8 `; j3 ^% e$ S6 {, @username = cinder
. s7 a! ?1 I3 V8 u2 ~password = FyypKc2XVRBveUwBSmr
$ j3 [2 p' S- p9 a& t4 A2 B5 Rcafile =
' U1 ?. i: ?( g  @8 O
9 |. |6 H% h2 u; K[neutron]- O$ d( ?! P. t  g
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU7 l1 Y' O) r  _& L! |: I8 Y; @0 p
service_metadata_proxy = true4 m1 o" S6 \$ U$ {+ e* b9 R8 F/ E
auth_url = http://172.27.11.88:5000. @' y# J, U- C. K1 i, z, W. N3 J
auth_type = password7 B3 P4 |; {8 j4 _% u6 c+ V
project_domain_name = Default
7 ?, L9 h5 Y  N( \; Z6 c* Puser_domain_id = default' I& X7 _: f! v$ T* u4 V
project_name = service
# G2 K' x! L5 N3 q: c, R5 L5 `% y7 Jusername = neutron% F4 B* B. }& v* ^) O
password = BS02M4JUch6jYMJ2 R) f. X7 d& D" W
region_name = RegionOne
+ B, R8 J8 ~& M8 ?valid_interfaces = internal
. i  r9 x5 C4 Xcafile =. O% K" k8 y# l2 d

6 S( C3 v5 u. L) q- O% i; {8 i/ ~( ]# t[database]
( [. f: ^. Z/ r, r/ t  c; dconnection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0' K# J% }  N! N
connection_recycle_time = 10
5 G& ^& B4 G) M8 Fmax_overflow = 1000
* o9 e2 q- f2 f. qmax_pool_size = 1
- Z; E4 l4 P# \( cmax_retries = -12 S2 k  p( i7 W- m
$ p5 S2 K- [. w1 @* [
[api_database]
& [6 }+ i* ^2 P0 Lconnection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api
$ @0 |: ?: N+ ^" G8 lconnection_recycle_time = 10
  G0 e8 h; O' Qmax_pool_size = 1# |! E8 S! S7 Y) J' O3 p2 `
max_retries = -1
4 H( ^# ^' @# _; G/ _" a' Q; {
: g9 n' r% F5 }- S9 W[cache]
" U/ K0 h$ f7 ^1 Lbackend = oslo_cache.memcache_pool
6 x- W+ x( \' C5 tenabled = True
+ C$ d- S* X) D4 b) _memcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:11211/ ]; Q, l8 J& n" n- o# j7 _
. ]$ i- D' K0 s' j
[keystone_authtoken]6 N; ]. d* D3 X- ]0 ?: l( Q
service_type = compute) L- [- j, l- Z" E
www_authenticate_uri = http://172.27.151.188:5000
+ A2 f8 v3 L3 l: f+ Dauth_url = http://172.27.11.88:5000
7 v/ s! g7 d# t/ N3 fauth_type = password
5 a5 R8 J6 h, d/ c1 C9 M! Nproject_domain_id = default" [. \3 }: ?% h/ b+ C* ~# Q/ ?
user_domain_id = default! y) T5 E6 q+ u! N7 [1 i
project_name = service
1 a* U9 }( `2 L3 e& g# b$ }username = nova8 C) L. g" ?$ T, ~
password = 3kt5fJe4rRZv0* |$ W4 `# q0 c9 f% Z5 W3 w! B
cafile =
. M* T8 O5 O5 s3 F$ A' Vregion_name = RegionOne
5 s) F; f$ s: i2 A% K1 F: Xmemcache_security_strategy = ENCRYPT
) q3 f) ?" ^0 S4 R% ]  W  Ymemcache_secret_key = wyYzf18TlOemRbFXSMwDU
7 T! v# q- H( dmemcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211" M8 F6 \* K5 x6 p6 Y
% y: v. w( T- z( g/ h' |2 [
[upgrade_levels]/ c+ H: C. N' Q" o' J# [+ G/ q2 }& ]
compute = auto9 P) A; Z/ l% t% Y

( ]# _! L4 Z' f  W6 }[oslo_messaging_notifications]
* H8 y! W! b( |, L0 ytransport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//
+ b* Q1 |$ p( Z1 ~: }" bdriver = messagingv2  g7 b8 A+ c' G0 u+ b
topics = notifications
; O1 F0 P0 m; f, n" s3 ]% R
) m2 ]4 n; x# h; t[oslo_messaging_rabbit]& ^% _* d+ o2 u! F3 x3 @) A% ^$ U
heartbeat_in_pthread = False
: E  Y( x  B7 s# x8 ~rabbit_quorum_queue = true
5 \/ g  h7 l  |" u# z4 O2 \6 A7 }
[privsep_entrypoint]
* E8 {; d7 C, b% `1 dhelper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf. v2 G! F7 W6 V" F( H

! q# [9 B$ P! I) i6 P) G1 U. |[guestfs]. N9 s' U/ |4 s5 t
debug = True
1 \1 [9 ^' g% D: ?; ~$ f: ~6 T, L2 @3 ^2 n* a9 m0 c3 }
[wsgi]
3 }7 t! U: t& C- t+ X, S. Mapi_paste_config = /etc/nova/api-paste.ini
0 K$ B+ W: Y, U* X& r$ D- w
( C- E3 d, B7 D' O+ x$ k' J( b[scheduler]" q& ^; [' x9 A' s* k7 a
max_attempts = 10: \% p) i& j2 T1 n  l- g
discover_hosts_in_cells_interval = -14 o( i1 U* _& S4 Q& N
workers = 5
" C4 O& F! U2 z; O+ g5 B. w5 r/ T. l/ |5 j( K( [& T2 W9 t: ^
[placement]
( x, o7 x" r0 w) Yauth_type = password6 t# ^4 i! q3 z) q$ `/ r
auth_url = http://172.27.11.88:5000
& a% b" j1 _8 E2 B/ t5 Dusername = placement
: c' ?+ O  a- {" T/ Fpassword = 1rNjPdQcmImG8 [4 d: |0 ^- _- b& g  k2 a/ H( Q
user_domain_name = Default
* B# u/ N3 f0 H$ O7 \project_name = service; z5 I% r) ~; }+ C) I% x9 B- t1 i
project_domain_name = Default+ X5 }( `% ?% f" G" S( F7 h
region_name = RegionOne$ R: v  I7 [  L+ x9 R
cafile =
8 W( ^: z  h* f9 }, svalid_interfaces = internal
/ V4 W0 E3 R! G) \4 h* u
6 W' W# o" [! }+ J1 g[notifications]
& ^* M0 \& _. {notify_on_state_change = vm_and_task_state# [, {4 u- Y& B8 k% I5 Y" D

) @( n4 k, U% X! s& j- S7 C[service_user]
3 c4 G% n" |$ R# R3 ysend_service_user_token = true: l! W9 ~* ~# v* q6 h0 I
auth_url = http://172.27.11.88:5000
9 s$ Z; |- W/ `* U6 iauth_type = password# h( x2 S# k7 s7 x( T
project_domain_id = default
4 a7 R8 T+ }) U. Ruser_domain_id = default
) b0 i7 e" Z; f( p3 u( xproject_name = service
- w# \% T; k, ]7 X9 t8 t6 Eusername = nova
. O7 u" }( k4 Apassword = k5fJe4rRZv0. @$ \  a" c6 T
cafile =
' b' k  j, e6 _# T# y; d0 F/ `region_name = RegionOne5 H+ A# [  e; K) \3 ]1 _" w
valid_interfaces = internal2 D. ~+ }6 G" I) q$ ~
4 S; L& H% n# w4 t% S+ p( u
[libvirt]
' |" z# t# j1 G  Dinject_password = true- {, g4 Z5 g/ p! z8 s  o, K+ s, }

7 B5 ?# N8 ?  g' i# {[quota]9 u2 T4 X' l7 p4 W- i5 y
instances = -1/ U1 R& G# x: F9 i1 V2 O0 a& r
cores = -19 j( }* I. b5 n. @  \
ram = -1( |0 v0 F1 z: A1 y' T
injected_files = 32
4 W/ B) ?/ {7 w' r+ Hserver_groups = 128
1 S& o- f- O, u' B+ E% `% \server_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:28 | 显示全部楼层
[DEFAULT]
" [) m. F& |* M; Udebug = True
7 d; ^1 p+ X9 K% Vlog_dir = /var/log/kolla/nova, Q1 p, e9 N: M2 ]
state_path = /var/lib/nova! T* A6 I/ Y4 ^6 W. M
allow_resize_to_same_host = true% r( E- R; l7 Z- \! @+ S
my_ip = 172.27.11.38
4 X7 Z- H# ^3 @# p% Y! j  L9 Pinstance_usage_audit = True( l; c; a) }# j6 U3 w2 Y
instance_usage_audit_period = hour, l% }  B" m; \. M0 j5 ~9 y. F
transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//" o8 Y8 w$ j9 ~4 {  X
resize_confirm_window = 60
+ I1 Y* ?2 M7 y; b
) ~( t- }4 D5 d. I- O[filter_scheduler]$ f( a9 S" g, c; O( [
2 `& r& V% b* I
[api]1 C3 Y+ V: ]: Y0 _+ t9 e- L: t. `  [
use_forwarded_for = true+ ?4 x' [5 V: d3 a0 A0 e. F. ]
, y; g" S9 [& g9 ?. q( e- @
[conductor]
( r3 Z" G! c  q: k, k! i2 c6 k+ Jworkers = 5
. P* \' E7 x: p; [: T
& |% v9 q+ q; y( E[oslo_middleware]
2 y& l& K: u% C+ S! Qenable_proxy_headers_parsing = True
' P, d# C! ^( c+ C2 c  `7 z' r) t5 X
[oslo_concurrency]& v7 l! P) W9 H4 p3 G2 U( g8 D
lock_path = /var/lib/nova/tmp
" K+ W" Z5 k8 H$ J7 u% ^
5 x% S1 ?. c% g% [* @5 c& J; j[glance]* Q- \' R+ z9 W3 d4 g$ H* _
cafile =' H: h5 [- t( [0 i$ Y! A
api_servers = http://172.27.11.88:9292" g& V0 E* E. d$ e  ?! U% {
num_retries = 3
5 C4 P. e2 T- r0 vdebug = True6 j: `( W% k9 q, z1 u9 W
: w- r. x  c6 L' W8 I
[cinder]9 k  P8 a* W: ?6 y4 z+ |
catalog_info = volumev3:cinderv3:internalURL; T; b- q! x( y" S- M4 a' T5 ~9 U. D. W
os_region_name = RegionOne; V- E1 O! D6 `8 g1 `  t
auth_url = http://172.27.11.88:5000" t7 v: d2 f, q$ v0 s) p4 [
auth_type = password
# U- T% h2 A. vproject_domain_name = Default
: z! B7 g# E' C& L# y% Q. |user_domain_id = default
# i3 S# Z) A. N; P2 O9 [project_name = service
. u( L4 t( l. a: y; R2 @; C9 Dusername = cinder
0 w8 g  Z& U5 K: Epassword = FyypKc2XVRBveUwBSmr
7 C% W, ^$ s+ w! F- }" z( \cafile =5 ?! `+ \/ L( Q

  s, O' {: o5 Z, ^) k+ p5 g' b[neutron]7 |. x4 \* S$ D' j- [1 K: P* N
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU
9 H- d6 E0 p# O$ y# k1 X' @service_metadata_proxy = true" S4 ~' X+ H, O# {' U% J" m6 g
auth_url = http://172.27.11.88:5000( v+ Q: a. r+ e3 _& {; k9 x
auth_type = password2 c  b5 G6 j3 j1 }( C
project_domain_name = Default
6 ^  f" J1 v8 n: }" M, M8 Guser_domain_id = default+ K: L5 S. W) `4 N3 g- Z
project_name = service* w0 e2 c1 B, M8 }
username = neutron5 F! ^! I& X2 i, s; W3 @* A7 P
password = BS02M4JUch6jYMJ
8 J0 d4 a/ U4 s, L& ]6 A3 ~region_name = RegionOne
# q! Y/ m5 W8 y$ q) B  mvalid_interfaces = internal( H) h/ K4 ~6 W$ x( w1 J( W9 \
cafile =, q; ?  N3 |" L2 u- L- ?! g" s
: ~5 M- }4 p5 r6 [& O8 O0 f
[database]% j- G, }. V. w$ q2 o7 \
connection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0
& \# ^% Y7 C+ ?. d4 Z4 t8 e7 `" J, `connection_recycle_time = 104 @4 I2 B+ o4 Y0 T4 \
max_overflow = 1000
% P. Q& a# g. _! Amax_pool_size = 1
' w8 `; b& }/ ]7 U* a4 {max_retries = -1- c8 K4 u  n2 B% C2 l$ {
7 g) f9 z# u1 U6 R
[api_database]
, Q: Y: z% A6 h0 gconnection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api
/ V$ |5 R: ~, j; v7 v# q8 zconnection_recycle_time = 10: o2 U$ O% ^$ O2 |% F* }1 {# u9 J
max_pool_size = 1  U. P2 u7 n" P
max_retries = -12 r& {, h$ h/ o% o( K

% v# C* G0 V' E) o# P. ^3 r[cache]
. S2 X. I- i+ t6 z2 r9 zbackend = oslo_cache.memcache_pool
# e8 k" U5 e- I7 T8 w% M# _4 Venabled = True& H2 d8 H6 \. p& K; @* Z
memcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:112119 M0 I; S- W; k  _
4 Q) f0 Y5 @' g. X
[keystone_authtoken]/ O6 }0 _- y5 f/ O8 k, j8 p' l
service_type = compute
" C- u5 o6 ]1 S5 ?www_authenticate_uri = http://172.27.151.188:5000( o. ]# R" ]0 X) j5 A
auth_url = http://172.27.11.88:5000
4 X' l7 }- n- hauth_type = password; T* I  ^7 H5 K
project_domain_id = default
. B) |* w% t$ P1 ^user_domain_id = default% ?! S: x: S) S, V& W2 L
project_name = service
/ S: ^1 C) P0 U& ]username = nova
8 W, `7 }) d2 Vpassword = 3kt5fJe4rRZv0# s* \3 F1 @. T2 t  D* R* Z
cafile =$ B" s9 f# |* o8 ]" s+ ~" f
region_name = RegionOne
7 @; I  |+ o4 o2 W, e. e: S5 Ymemcache_security_strategy = ENCRYPT
7 T( B* `6 m0 _  [  s0 z+ I( lmemcache_secret_key = wyYzf18TlOemRbFXSMwDU
% G0 @' G4 g% N* R- u$ Kmemcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211! i+ Q+ {/ N' L0 l$ s$ e7 C' u

; ~( Q7 Y* o  a. R8 m[upgrade_levels]
2 r, m* l* X- L; i% j2 ncompute = auto
; W! a# O! F- d- |
; S3 h( J' l/ O[oslo_messaging_notifications]$ b5 P$ s+ `& c9 J. u+ x0 i
transport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//
# L# z' _; O( N. M5 |5 z8 Cdriver = messagingv2
( f1 j" T1 Y- r; U( gtopics = notifications
3 \( U0 I( G1 T: K. |/ [' A
6 i4 O5 C2 i. \& {# V3 Z[oslo_messaging_rabbit]
! T) n& D" y: [  @+ |0 Lheartbeat_in_pthread = False
5 ?/ W1 y# \  v6 }. Rrabbit_quorum_queue = true
0 F' l2 \% N& L4 r, c4 g, X  @8 r# K+ \1 N$ A( M; O9 U: P
[privsep_entrypoint]
  c) O9 d6 r: s- khelper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf" N3 d3 A, F* `

/ s' [# F) Y$ M[guestfs]
0 F5 w. _, x* {! J8 N- a9 H- ndebug = True/ S9 p- ?  O8 N( J* I0 ?6 o5 \

$ P$ a$ x4 R4 G6 n! s  D[wsgi]1 C! `3 I3 D* h2 x
api_paste_config = /etc/nova/api-paste.ini* k: K+ X6 j) B
$ Z- H7 l0 w2 a
[scheduler]
! w- C5 K0 B" I5 d! ymax_attempts = 10
& i. r1 F! f# Q  ?% q4 }: Cdiscover_hosts_in_cells_interval = -1
- O3 ?# A9 u- @workers = 50 |4 [! S, \3 j* y5 ]/ C
* g! @- g. y, X+ U7 W3 |
[placement]9 p7 ~( d! N  J% X& H
auth_type = password  F/ }) T+ f- R0 O
auth_url = http://172.27.11.88:5000
: t$ F; O# A4 I( b% Xusername = placement
: m& A+ a3 R8 s1 b+ _* K- Lpassword = 1rNjPdQcmImG
; z0 a0 [0 ^, E% h# s7 _user_domain_name = Default
& j4 E8 b1 z5 B. A$ l9 E4 Oproject_name = service
3 }$ z6 S  s! z- t& j2 L; [4 Z6 _project_domain_name = Default4 H9 V, b  e" h/ j2 W- K3 D
region_name = RegionOne
) v1 J6 r9 I) E9 Kcafile =8 [4 [6 F# Z. b$ d4 U6 x& b
valid_interfaces = internal
2 |/ k3 ?- r& Y3 W- Z! o
1 I: m3 w& @+ x. U# ?$ k3 m* c[notifications]
6 [( d( ~+ S' Y) T6 N( U7 \notify_on_state_change = vm_and_task_state
/ M4 M. S5 x( v' ]( }0 {
; h2 y' |% y& X- A1 B2 @$ L: H  r[service_user]
4 {+ Y- V" J2 T" Tsend_service_user_token = true0 f. k5 p7 @# a
auth_url = http://172.27.11.88:50006 S4 a( ~# `2 N- R9 h5 h
auth_type = password
+ g* e' B3 M5 ?; w2 Jproject_domain_id = default
: I1 v% ~7 L% A5 u8 T% T9 juser_domain_id = default( {# g( o! t( e
project_name = service
, p0 b$ {" p' g- R& I- Zusername = nova8 W6 ^* L# M5 |; k$ q: b  N0 {- P
password = k5fJe4rRZv0
, z+ W6 Y, q0 ]$ o3 Y, V0 lcafile =8 A- R% I* x* U  `* }' E# I
region_name = RegionOne$ U9 U/ _! n1 q( _0 I
valid_interfaces = internal
3 F& M8 N6 ^$ G" [( ]+ ~
6 k+ f1 G9 A9 |5 u* \, S) s[libvirt]8 G3 Z3 R9 }: w. d" G# [
inject_password = true
9 j. j! @4 x2 {
8 u* z# D4 r4 m) R6 @* i[quota]
  O5 D9 z3 M# W0 D# linstances = -1$ u5 R' l3 b& N) G7 i6 ~
cores = -1$ Y" z$ Q9 Q. s# l- G) s( w0 H
ram = -1
& K, k2 \& \9 Xinjected_files = 326 [' j$ V0 L" `# V
server_groups = 1285 S, g* P- [: Y1 X. f0 k1 ?
server_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:28 | 显示全部楼层
[DEFAULT]
( E9 g+ l/ k; P9 |8 @debug = True% F4 l3 }, |+ u
log_dir = /var/log/kolla/nova* e( H- y' c: \1 w0 W
state_path = /var/lib/nova* t0 O& O( s# k2 a* `
allow_resize_to_same_host = true9 [$ h1 B; |( R% U% }) `
my_ip = 172.27.11.38  }% s  N5 y! F; M7 ^) [
instance_usage_audit = True6 {% C- ]% b; w) ?+ Z( d
instance_usage_audit_period = hour
6 }) V+ x" f) n/ T9 d- u1 Atransport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//0 p8 z- a2 X4 x* |& L( @% i
resize_confirm_window = 60/ h" q3 t) C& j; z1 Q4 c' O

2 ?$ E; X* n5 _; @- ~3 g  u[filter_scheduler]) j' q! m/ b' S

: [) t: ~1 L3 M" f' l% J[api]! X' x6 l6 x  u* X  l* O
use_forwarded_for = true
/ y( f$ G# g( o2 x( r6 {- r. s! _6 [! u- o
[conductor]& K1 r3 H* Z3 W
workers = 5$ D* F0 K0 G) T' n

: m: k( a( ]: y3 @+ Q# v" F[oslo_middleware], e  o" P% L( Q4 v& W
enable_proxy_headers_parsing = True4 G+ q0 E6 d* W$ \( h/ [5 J# b
5 ~' G2 b) X$ z- D& p% Z6 L
[oslo_concurrency]0 M% n* O/ i' I
lock_path = /var/lib/nova/tmp
! g" c& m( N' j5 T& [0 ?
) v) d; v& Z3 |: E+ ][glance]/ \8 i" _5 X) m6 s9 @
cafile =( h; B- r- y+ K
api_servers = http://172.27.11.88:9292
8 o9 E' g* z+ [) p$ [% Bnum_retries = 3" S% G9 k  u' r9 I4 P3 e' x
debug = True
+ f1 E8 F! i- h" z
  r; e; v& a7 g4 {: g  n[cinder]+ C! ~3 N. a' S2 h& [7 T
catalog_info = volumev3:cinderv3:internalURL/ f1 `: I" V3 [- B. X$ f5 o- Z
os_region_name = RegionOne! _( d6 D+ ^7 o) ]. r0 m- H' ~
auth_url = http://172.27.11.88:5000, C: ?6 u* T1 r; I7 N% ?
auth_type = password
! ]" ?& C3 d5 D6 J) Eproject_domain_name = Default9 f  f4 M: T- x1 j" n5 i
user_domain_id = default
  F# \" X* Z+ I4 Xproject_name = service3 T* Y4 e1 Y1 F* k
username = cinder! v: t. U7 J! \. `# R4 T. b
password = FyypKc2XVRBveUwBSmr) z+ L3 y+ ?( J9 Y7 H
cafile =
$ h! F# S2 T- C) q" M. O/ `! E: A/ o
[neutron]8 ~- Z$ f& {3 f$ J
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU+ ^  Q8 O( `  p' X5 }7 I* @* |
service_metadata_proxy = true
* C& A6 O9 L( }) b& J6 cauth_url = http://172.27.11.88:5000
- d: a! ~& F& n' ~# oauth_type = password! @, |9 _; B+ @; G# a# [
project_domain_name = Default0 O9 g9 d( `+ d* H/ \
user_domain_id = default
) {! Q* f9 ^& P4 Aproject_name = service
9 K" k  D: N" d3 l$ ^* v4 tusername = neutron
  `( b9 q, a0 c/ m: G9 g9 |3 \password = BS02M4JUch6jYMJ
# ]+ ]4 w" e9 P. \( M; Lregion_name = RegionOne
0 V+ k( H: @0 N  ~valid_interfaces = internal3 m3 B- ]& n+ q, A8 d# Z# H
cafile =
3 b* c$ \; G$ @7 g9 m0 H( j; Q  c: w
' C3 \  o) z$ T# {[database]- b  }% F5 H/ q8 ?6 s2 M  [- s
connection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0( ?+ m4 |0 f; d8 d! B
connection_recycle_time = 10
7 W9 k: ]: `* E0 Y& N8 @max_overflow = 1000' T0 S$ d8 d+ `& _0 u8 ~
max_pool_size = 1( f3 C3 U# T. K$ R; k
max_retries = -1
' Z7 [! t! E% R/ f' v( o% \. H) ~
0 F8 b1 |$ C0 Q[api_database]5 |0 C4 B7 i6 Y/ s8 w& Z% S
connection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api1 u9 k/ z" a+ W% ]
connection_recycle_time = 10" B' z0 J1 m/ U; h
max_pool_size = 1" `, b! ?  h  _2 R
max_retries = -1/ m' V# @9 D& F0 ~+ s+ L; s
# P* S& g6 m6 T3 i! i" e
[cache]: I4 T8 K- u% N! u6 l1 x2 L1 F
backend = oslo_cache.memcache_pool$ }6 R8 M6 @5 \1 I- ^
enabled = True
5 |1 z6 z- ]4 h) `6 e1 Jmemcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:11211- l8 Q1 ~# _: e: Q
: E6 @3 {/ F  [' V, P
[keystone_authtoken]+ y  H4 A+ a. a0 P
service_type = compute
6 b* G2 j7 L# r& f# A& O+ iwww_authenticate_uri = http://172.27.151.188:5000# X, i9 j& W- E
auth_url = http://172.27.11.88:5000
  C, s8 k& i4 m) s# R$ L  Sauth_type = password" m1 F/ H2 L% _$ K8 S
project_domain_id = default
/ N- }, I/ `' D' Vuser_domain_id = default* F! O, ~. w3 b9 y4 d( O7 s) `) i
project_name = service* `/ u- v4 @' o9 u- Y. }! f
username = nova0 E% q* m! f$ c: m3 Q
password = 3kt5fJe4rRZv0
& K  a+ [3 }. ?1 h& `cafile =* x/ b3 b- [# [2 v! d4 C: r
region_name = RegionOne
8 }" a6 l, {/ ~memcache_security_strategy = ENCRYPT: n1 r/ h' V: w) [4 D
memcache_secret_key = wyYzf18TlOemRbFXSMwDU4 r0 E& R) T+ R5 ]/ b% M- |) ~1 E
memcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211! m0 `' N0 X4 V3 a' l& I; ~

" T  X; D' [/ t" W- q( f. ^[upgrade_levels]
& d8 O) F: L  z4 B$ Zcompute = auto
& s' a4 y. `+ v/ L5 a' c) z
+ l: k  t& r0 O" w# X- [2 ~[oslo_messaging_notifications]
: S& `( g9 Q& h9 p, s8 \+ @transport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//8 _" {, Q7 {9 @- G
driver = messagingv2
/ Q& U  {. I/ K5 Vtopics = notifications: T' n4 U6 i) y; {$ r, s* @* [
8 ?2 b% T( c* j7 H  a
[oslo_messaging_rabbit]
: `' ]( s" K% Dheartbeat_in_pthread = False
" m  K4 t" g& v, \2 Z' R6 Krabbit_quorum_queue = true
6 ^! z+ S) \; O! \
. n+ k$ @/ b( v) B[privsep_entrypoint]
# s- @9 _1 ?7 H2 Z5 H* {$ s& }4 Chelper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf9 J& `: I2 [6 ^/ |3 I
0 i6 M5 E2 p1 e  _  z
[guestfs]
& [: Z- j2 M. ~+ Q/ m5 _debug = True
9 @$ G# U, F# c2 c! F6 a. F2 q
8 H" N& F) q+ K/ c4 l! x3 J: _: q8 E5 |[wsgi]& |1 I% V) ]1 F0 E" }2 f5 h6 N
api_paste_config = /etc/nova/api-paste.ini
- ]1 ~1 E- ~6 o. j6 k) T5 i) C( }3 Z. X5 b! o- O) ^8 b' S3 X. R
[scheduler]( A$ O/ a! r' Q+ d
max_attempts = 10) c' t, O0 M  J
discover_hosts_in_cells_interval = -19 r% a3 W0 G2 Y. X7 Y" _
workers = 5, b* ]# s; O: Y4 D/ h' u

5 Z  u+ }9 {! P+ b1 G; \[placement]+ d" U; V! [  ^2 w) h  g) j' ~
auth_type = password
/ f8 E! C2 N* W1 }( l$ ?' A/ aauth_url = http://172.27.11.88:5000
; S* P) x2 O2 R% b  _5 F2 lusername = placement, C+ |( D) C  Q
password = 1rNjPdQcmImG
4 _7 Z$ ?( x- N3 p( s5 |/ X6 i7 [user_domain_name = Default! O) z! e( U6 c+ H
project_name = service' S% A2 y+ d! k" P) _
project_domain_name = Default
; D/ g4 E/ ]/ A+ k, U# i# Z: m( u* S9 gregion_name = RegionOne8 u; N# n/ C& v+ b8 t8 }1 a
cafile =+ v* V7 c: E4 ~/ [$ q- R2 I
valid_interfaces = internal7 M! G5 E% m5 z1 O" x  d) k

+ K# t* {* R; r, z, }[notifications]
, }9 o0 P. N% ]notify_on_state_change = vm_and_task_state
* {6 F5 y5 q; \1 S0 t" o$ l4 ~5 m  R; c2 s# o+ _
[service_user]8 W  S% q* A; G# W1 f
send_service_user_token = true! y$ u8 ^6 ]6 {
auth_url = http://172.27.11.88:5000; Y# v: {. O8 |1 b
auth_type = password, p/ |2 H8 d! s
project_domain_id = default
1 ^+ g2 R8 W; J9 m. @0 {user_domain_id = default
; }; r& v+ y2 v/ ]8 {( I2 }- oproject_name = service* N2 }0 ?# ?6 W8 C/ j% R, G2 k9 _
username = nova
9 v2 i' D9 i. D! Y6 S- G7 ^password = k5fJe4rRZv0
, L, K3 L' q; P  a8 n, r& w6 hcafile =' s4 e  b* m8 x/ k1 t5 y7 O
region_name = RegionOne, i! T9 Q. a2 f% x7 r1 j
valid_interfaces = internal
0 }" F9 J, I. ~/ ~1 N
9 n/ r5 y; }) P# N( I0 R[libvirt]% y$ l0 ?" b& q+ N2 d
inject_password = true
9 W3 m$ L5 a# c9 U0 ~4 _4 r4 A# x$ Y
# x4 _) X: q. A4 L$ l0 \' _0 K$ c[quota]; v; r0 W" @2 r' @
instances = -1+ Y- O: l0 I2 A: W8 G* S( {# r
cores = -1% s1 N! W0 ~% B3 @- _8 O% k# l
ram = -14 W2 Z( T8 q: Y6 _, U, y7 M( P, ]/ J
injected_files = 32& O3 @( R4 M8 i+ t9 J6 m
server_groups = 128
8 w+ q' ^% M2 H" `& bserver_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:29 | 显示全部楼层
[DEFAULT]* j. q9 N# m: f( B% s/ q5 t
debug = True
" R6 N3 ?0 I5 u! vlog_dir = /var/log/kolla/nova
: F- P) g) y: }7 v7 ystate_path = /var/lib/nova
/ Z/ h# \" R* N% ?) [3 fallow_resize_to_same_host = true
* k1 q. n) S! j9 Y! }  E6 Cmy_ip = 172.27.11.38
! E/ g2 [& O4 ~- z! c* yinstance_usage_audit = True
8 c* f% T6 d: G1 o+ }instance_usage_audit_period = hour+ d; M- v1 I1 |% L5 x
transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//
0 z( c5 _9 r2 rresize_confirm_window = 60
0 C  ^' _+ z& F5 o$ Y9 U* ?0 M0 z' X4 {/ h! c8 B) _
[filter_scheduler]
" @9 f' U- N' J- f: A( }8 Z! T' J% h" J2 X
[api]
2 {; O6 \' p0 J& E: k, `use_forwarded_for = true
2 u6 V% A* T' ^5 Q2 `
3 z* s. {( g- o[conductor]2 c+ K! v) Y* w3 [" |
workers = 5. t, {( Y$ `* K2 B# I
9 Y, Q% j+ u+ a* U$ y+ ?
[oslo_middleware]' z0 `. [3 ?& g4 M+ W! N9 S
enable_proxy_headers_parsing = True
$ _1 j! z6 M1 y/ x4 ]4 n$ ~# S# ]6 q
7 }" b: A7 g6 z; z' b( ~: d[oslo_concurrency]
& y: I# @8 u/ Olock_path = /var/lib/nova/tmp
- @9 q) Z7 j/ {9 @# B& Q) R. j4 _+ I( x% E9 m7 F2 v) F
[glance]. B: S, Q. R1 _, K. ]
cafile =! c* M. c0 \- G. ]  w; _# @
api_servers = http://172.27.11.88:92921 I$ F: k& U  |0 V# ^
num_retries = 3; y0 F; B# T$ Z3 Z  Q  g& j1 r: C9 G
debug = True
! ~3 U8 f8 s4 N# T2 L" B1 x: L6 Q' o1 i0 d, f! ~
[cinder]
6 r; ^4 g; c4 C: Ucatalog_info = volumev3:cinderv3:internalURL
: ~! r. X" h/ Fos_region_name = RegionOne1 G) ^( Q, t# E) {6 b
auth_url = http://172.27.11.88:5000
3 Z! H" ^4 n3 w. Dauth_type = password
( ^9 k. C! o. E" B! Z% w; {project_domain_name = Default7 n* S- N5 S. ]2 g
user_domain_id = default1 q# F9 ]. R5 {) K) A( w) z$ d$ _
project_name = service; t: x, c+ Z5 {3 }
username = cinder) G8 A/ @9 n' g& S: ~8 O6 k# B
password = FyypKc2XVRBveUwBSmr- @7 ?9 p( `8 T, i+ G
cafile =
2 C9 B" N6 {+ B0 {  q: }+ `2 U0 W  y6 H) q& P0 p; A
[neutron]
  t6 J6 d, T/ g6 Z' A, Lmetadata_proxy_shared_secret = XHYCOScZnT5e7BZJU  V0 W  ~. D3 C$ R8 F1 P# l. A" u
service_metadata_proxy = true1 R! k$ O- i7 A( O/ |
auth_url = http://172.27.11.88:5000
* c) l' m2 A' v' i4 Q5 B# d1 bauth_type = password
5 V# d: ?# a' h/ j4 L/ v9 sproject_domain_name = Default3 _5 j3 @! G8 l0 ?: g* ~& {
user_domain_id = default& }  F5 _$ E/ R4 ?
project_name = service
5 h+ P- T7 i" ]& ^1 Q* ^9 jusername = neutron
8 \8 L3 i3 H: v; s) J  Lpassword = BS02M4JUch6jYMJ4 z( V  J' J& U; C7 H7 l, I
region_name = RegionOne* E2 D) I* m+ U/ V9 V4 \$ E0 I- Z
valid_interfaces = internal
4 r/ V; l7 g. |* `1 r6 Tcafile =
: u  |( J" ?2 v; ]
1 D, k" l2 L& z1 p+ A1 C, L, p[database]
2 H$ G, G  s, R5 K/ @1 dconnection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0  d3 l# d" w; y2 M1 [
connection_recycle_time = 10. {5 @5 H& |, s& m9 \
max_overflow = 1000. M* z( P  u! A" f9 ]: B5 I
max_pool_size = 1
# }) q6 i4 X. H! x4 C( @max_retries = -15 j& c7 g, W  t7 T; L/ l5 F
4 n, _9 A8 H: C% b% j
[api_database]
! W, J& |6 [& g- F- W4 j% k* econnection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api# g- e0 c( P8 h6 r8 q
connection_recycle_time = 10
7 O  u' o  \2 ^/ N7 rmax_pool_size = 1
2 r: u; M: S- j) X4 S; K- h" f+ M% @- t/ Mmax_retries = -1
8 d5 d2 \6 z# V  M2 q* n& E
) M' W( A5 @3 x+ d[cache]. J4 ]$ z* \# [4 H2 b
backend = oslo_cache.memcache_pool. ?6 Z" z% W; f# g8 I
enabled = True" g5 c* W: l& i' C3 I
memcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:11211: j$ ~8 E. F/ b$ G

" Q9 V3 Y  J" `[keystone_authtoken]) e8 s- M- E2 u' Z  t1 z. b1 y
service_type = compute) K- i" m2 F5 O0 `& ^5 L/ j
www_authenticate_uri = http://172.27.151.188:50008 ]4 ]8 V  y, S$ E1 H; d$ C
auth_url = http://172.27.11.88:50005 u# T" a7 \0 w5 Z" Z' b
auth_type = password" ]1 ?1 j" x# q6 O' `' h# I/ q! C
project_domain_id = default' p% h- G/ v9 J
user_domain_id = default
' ?* E% I* s. K* Z- O$ Fproject_name = service6 k) P, k& t7 h1 \
username = nova
4 Q4 X# o3 H# E2 Q1 V% c7 t% Spassword = 3kt5fJe4rRZv0
' s, q8 ?! e, |8 `# ?  Pcafile =
- }$ X* q/ U5 H: D/ A' Iregion_name = RegionOne' a$ h0 D* `' i4 x' m
memcache_security_strategy = ENCRYPT; x% t' s# O! {& {7 u
memcache_secret_key = wyYzf18TlOemRbFXSMwDU& B: `- k  u4 ?, h2 Q! b5 \
memcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211
+ |0 H) x2 ?8 h3 F" x) P. x4 @7 z; `
[upgrade_levels]. W% e/ G/ }8 e+ S- A" r/ z
compute = auto
6 n6 C& C' l& T. ]8 N; t* i  ?5 _5 R1 Y
[oslo_messaging_notifications]
8 I- n  y6 @& p0 Jtransport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//( S; A$ T5 [7 s3 S* r3 J: O
driver = messagingv2- N- O, P# ~# F6 G. \
topics = notifications
1 w2 |. x6 t. l4 I  c
/ u- P2 x- g. H2 v[oslo_messaging_rabbit]$ ]& o0 f+ I& G- B& q! A1 f0 ~. ?
heartbeat_in_pthread = False, d4 J( g  ^0 B2 r' `* \
rabbit_quorum_queue = true
: ?$ D4 _! m+ x7 M% n' g  J8 x( [: |2 s( W2 _1 m# q
[privsep_entrypoint]& x" q8 I( v9 s
helper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf  s7 a" b; a& G: {  Q

/ v; |3 A3 P, {* w[guestfs]
" G2 E' f* O# a7 y, @debug = True: y- M6 d6 |$ D* e
6 L8 c, w1 b9 m- C  A* e9 G' C& `
[wsgi]0 L7 x0 r# |. a2 W5 A3 r
api_paste_config = /etc/nova/api-paste.ini1 I' M! m* T8 T" p1 \
, U3 M5 c6 Y1 L0 N5 v
[scheduler]+ B$ u: R* ~1 G
max_attempts = 10
* K- K+ v# r2 h- z; @) Wdiscover_hosts_in_cells_interval = -15 g4 z; q# Z1 n
workers = 53 {. `. \" H4 B9 q

- {9 c% _6 i7 ^* {* ]+ m[placement]
3 B3 K5 e0 Q6 q0 h1 s- u! |& vauth_type = password% @% |  R! ~8 p  i
auth_url = http://172.27.11.88:5000
; B' ^. L5 Y1 C0 \/ G$ [username = placement1 |" f% A+ e& E# B; r& \) g9 v& f6 {
password = 1rNjPdQcmImG$ k  {" F# c, g, w
user_domain_name = Default
7 f8 q" \9 e3 w" ~project_name = service4 k( n" ]; g% j- B: p4 w
project_domain_name = Default2 k8 Z* T. n0 E+ g/ t
region_name = RegionOne1 H1 s3 T5 k" G. Q
cafile =
; U) F7 J9 e# f+ gvalid_interfaces = internal
/ ?) w( G, m- ~3 Z4 ]) n0 K" [
* P2 J# a- S6 S[notifications]1 X! M4 r$ u- c9 m
notify_on_state_change = vm_and_task_state
. S( W# @" p5 s9 {/ P) R3 G, L0 r, R+ V$ J
[service_user]1 f  [, q: {, T" P, O
send_service_user_token = true
+ w+ ~$ ]5 ~) L. Iauth_url = http://172.27.11.88:50006 N# j3 k+ W+ F% c& W& M
auth_type = password1 d- |: s1 O; T# x- r' o  y
project_domain_id = default7 ?. t  G! y: Q5 ^/ w/ ?' S
user_domain_id = default/ t$ X7 V$ O; {2 `
project_name = service
" l7 @) h: k2 o% h, x( S4 [username = nova* t: v2 E9 a) {& I; u: _4 X
password = k5fJe4rRZv0! R: F9 y1 G: P* R2 V6 L
cafile =
- @/ t) t, Q( W0 ]/ h( G' gregion_name = RegionOne
6 B3 T# ]. x  e" t! Ovalid_interfaces = internal
( O7 |5 e; a+ T! i+ j
* L+ o' ]3 i5 @8 m. k# [[libvirt]
$ G6 @: l+ ?" S5 {inject_password = true0 r# {- D* s" v8 a9 b! ~

8 t- J. n2 m, ]" z! {[quota]
/ G9 ?' F- |% M& V0 u; w: Uinstances = -1- T2 X& v. |1 k% H9 H
cores = -1
: b3 Q, g2 B" W; u/ oram = -19 {2 O2 [* |- P% f. M" c
injected_files = 32; W' N- Y1 |# c6 @3 W' C9 ~: I
server_groups = 128" d& l/ Y, I, s$ l9 A3 ^
server_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:30 | 显示全部楼层
[DEFAULT]
2 D- I+ A/ l7 I; Y* r' T# h0 Kdebug = True  {5 h3 x9 o, |+ {+ c
log_dir = /var/log/kolla/nova
1 |) \3 ^3 s6 _" V, tstate_path = /var/lib/nova! q1 e; |; _# K) Z- `! d' G" e3 Q4 Q% o
allow_resize_to_same_host = true
* y# B2 e1 M5 e/ Y+ `; z: umy_ip = 172.27.11.38
, _/ k, z) m' ?& k1 Finstance_usage_audit = True0 i$ F% }4 e. G. P
instance_usage_audit_period = hour( e1 A0 u: x! {1 m6 c
transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//: u+ J' l( j# W/ s6 J5 X" Z
resize_confirm_window = 60
3 Q) U. W0 S9 ^8 C5 j4 w6 B
& d% F, J0 t. r/ N. Y1 n' @- b6 k6 G; U[filter_scheduler]
4 b  Z( |* G7 ^, T% R
! a/ P( O( b, N. g[api]' @- H# b+ f+ T- [
use_forwarded_for = true0 q; j6 K+ R. l1 G( }+ @) N
% d" m) ?6 [- V3 \
[conductor]3 g3 B) g- F7 x6 X- a
workers = 5
7 ?; J5 @" U( }
* r. Y) p$ a/ ]* d+ @[oslo_middleware]
4 @9 G& [' d  j6 cenable_proxy_headers_parsing = True
/ H& K5 i( e: H" W
) P$ B3 L# H, }* L[oslo_concurrency]/ N# z* Y  _2 y2 X& a/ Z8 v( R
lock_path = /var/lib/nova/tmp
6 i5 v8 l( C  E/ w/ I- d! ~0 y
; |' V8 g" g) Q7 w: X[glance]
2 n8 p7 i4 n+ A* g0 }! s7 xcafile =! ^! Y8 ?* K9 B4 y4 S
api_servers = http://172.27.11.88:9292
! w7 h7 O% V( ]$ Z! \. S& ?num_retries = 3
) t' G' q* U- X" ~debug = True
+ S, O1 N/ o" \$ Z& Q5 Z6 K$ i2 j. [! J9 J( J
[cinder]
' j& u' ]- D: i3 }catalog_info = volumev3:cinderv3:internalURL9 f" S8 Q# I% Z. Z2 Q9 u
os_region_name = RegionOne
9 A" n6 f' Z' Vauth_url = http://172.27.11.88:5000
4 i; g. w/ ]* hauth_type = password0 y8 j2 S4 g" B( F% Q
project_domain_name = Default
. ]2 `( n9 C: z& x8 R, Tuser_domain_id = default
# Q$ Z2 D' B+ s0 M- ]( x" Vproject_name = service2 F9 ?( s% O* d) t
username = cinder7 ]! `2 F( J1 b1 O. e3 }+ b) g( @
password = FyypKc2XVRBveUwBSmr* {: ~) v: N; ^+ W/ s' i' `5 p
cafile =
7 c) c" G0 W$ _
6 F% k9 @6 R6 P. w' A2 ?4 Z& ^[neutron]: r1 k; m3 k6 _, O7 ?6 F  E6 U
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU
! k, O6 w9 @  u1 Z# xservice_metadata_proxy = true
7 G7 |5 b  X3 X4 F5 K. gauth_url = http://172.27.11.88:5000
4 T, b, f# ]/ `+ i* e$ h: ?8 gauth_type = password
9 w$ z5 J4 W8 k/ j9 d5 B* Mproject_domain_name = Default9 e9 L* X9 Q- b
user_domain_id = default
2 |; X6 H; T" e% e2 \, Sproject_name = service9 J5 k" H) v# \2 B4 |" t' H& T! q
username = neutron
' N5 I" q& I  A" Spassword = BS02M4JUch6jYMJ
8 O% D1 W  V+ k" jregion_name = RegionOne
( o/ M7 C7 Y( m# A0 Gvalid_interfaces = internal
% N# D- C) }' e+ mcafile =% K$ ^; V5 `, g* `, ]4 o
6 P3 E4 C. ~% A4 ^
[database]' @1 t6 k. x3 S' P+ i2 F, Q
connection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0
! m$ S2 ^, y* Y, }: pconnection_recycle_time = 10* [' v6 L5 r& a1 f/ h$ ~* ]6 q) n
max_overflow = 1000
' s3 \9 q# q. }! Hmax_pool_size = 1
4 S% q5 l# y* k" ^: T- ^* ~max_retries = -1$ u; ~+ W- e: o* z# O, c

2 W  I2 u& n- K3 L0 J& B1 d6 W" Q[api_database]  q, c- j9 N8 }
connection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api7 d' l. d4 D# C# D/ l
connection_recycle_time = 10
6 v$ d& F4 `; X: Z4 |4 G* Lmax_pool_size = 1
8 D& L8 [3 h# [% A' ~% wmax_retries = -1
; d8 U8 [/ g, X, _, o/ `2 J3 F# c: K; r9 [$ L4 k0 I2 f: ~) W
[cache], r  x5 Y( N' e% A) K" J
backend = oslo_cache.memcache_pool! v; `1 v4 a& v- [  p; l! Q
enabled = True9 g& t) o( R) q+ g! X  D
memcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:11211! {4 Y4 {. m# F- p

; C: ~7 x, ]1 `$ T9 J[keystone_authtoken]
& N6 P7 |, B% Z- bservice_type = compute
# D# n, r( {( N) u3 @www_authenticate_uri = http://172.27.151.188:5000
" y% U% G  S6 H( z; }auth_url = http://172.27.11.88:5000' K' q( Z8 r7 t9 U7 a! G3 N
auth_type = password/ _, }4 r+ t1 S: Q1 c* N9 n/ }# o- m
project_domain_id = default6 ~+ v9 a* O2 n: U' u( K+ B0 m
user_domain_id = default2 W/ }0 o; O6 J) p% ?7 N+ ?
project_name = service
2 w) I& e5 P# d, ^username = nova$ G5 D. B- x; P0 `7 `' ]7 x* Z
password = 3kt5fJe4rRZv08 z; E( L% a8 O# |+ ^; l
cafile =; U5 n# T; c. Q' q, Y. r. p/ F
region_name = RegionOne
& x7 G( y4 o% a# U1 rmemcache_security_strategy = ENCRYPT" \: a" R/ p: }
memcache_secret_key = wyYzf18TlOemRbFXSMwDU
5 x4 _6 G! l# c, \memcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211
6 c$ o  Q! X: i- O& |/ P3 Y1 L) @! p8 n6 g, s: X, z
[upgrade_levels]
1 U! q" ^% r- F3 i' ccompute = auto' `+ i# |7 Y2 Q2 @( B9 `1 }
! A3 W2 O1 m6 E/ D/ A7 ^
[oslo_messaging_notifications]' R4 f$ H8 [6 n* b  ]
transport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//
% ]* `; x6 v" k+ }! Zdriver = messagingv2. c3 b6 y% o8 u' g1 o% i
topics = notifications
7 Y+ F& ~3 Y( o+ a* t/ J
- W6 B  `" ^5 ?( s5 O2 O9 C[oslo_messaging_rabbit]
6 J: R, ]- k, \, Oheartbeat_in_pthread = False
" x( q$ {$ i* K( k# wrabbit_quorum_queue = true
. N$ {1 u" H3 o+ N# l9 ^8 x; }$ v5 ~% p0 Y! U
[privsep_entrypoint]! T9 _' I4 p) w9 [2 [1 X
helper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf% k+ F$ Z( B+ b- @3 j
$ a- j6 H# C2 s. J
[guestfs]- ^! {" j' j& D6 s
debug = True6 T/ L: l2 n+ U6 o' b
) P$ ]; t( k1 C( ~5 ?3 D+ J* K
[wsgi]
" M& K  Z0 l& [, Aapi_paste_config = /etc/nova/api-paste.ini& q& ~  S1 M, P) C. @
: G5 q/ h0 R; n' \, T  V
[scheduler]( i( Y' _/ q) x$ G3 F- O
max_attempts = 10
6 U" Q/ ~8 X; Adiscover_hosts_in_cells_interval = -1# C& y' j, |3 p
workers = 5. `0 \- J2 P( s4 F$ J4 f

5 r  r: V6 v2 b- M7 U[placement]' A( v- B5 w+ ]5 P8 t7 j
auth_type = password- T7 t7 z/ P# g
auth_url = http://172.27.11.88:5000. F+ c& p3 O6 p& c
username = placement+ R; B& G. ?. t) s% T5 d2 t: Y
password = 1rNjPdQcmImG/ p9 s8 h1 ^% Q- G' f
user_domain_name = Default
! m0 E1 b/ o: J. n) gproject_name = service* b4 R# ~  f& h0 E1 N* Y. @
project_domain_name = Default9 k. R- A0 v9 W& o" H& @
region_name = RegionOne
+ N+ i2 w5 h0 {/ ecafile =
% O% x8 v  i9 C5 ]$ d' Dvalid_interfaces = internal( r' w0 B- G% N- R0 B" I, S
0 U  k6 d! [( T2 u! i1 g* U
[notifications]
/ _  ^+ E$ z  K8 cnotify_on_state_change = vm_and_task_state
! I+ S$ ]! Q. A) b  Y7 }8 G0 M3 K9 n9 A0 j2 z
[service_user]. W. z& L8 m& Q) `8 O' G1 t6 k
send_service_user_token = true
+ ~0 }( I4 ~( @5 y+ y' Jauth_url = http://172.27.11.88:5000
$ \8 a5 F) l4 o2 Dauth_type = password
* `1 v* z8 i+ V/ ]  ~7 J; Y* Mproject_domain_id = default
0 u6 L4 h2 J1 r2 m5 f3 guser_domain_id = default2 ]: W2 R$ n& s+ M+ `1 n
project_name = service7 \, H) B" `$ d( S% G' b& z7 l
username = nova4 o+ p* D. O" r4 D" M
password = k5fJe4rRZv07 ]9 z' m  U, |7 D. O
cafile =& t) C- I, w3 i) S! a! J. c
region_name = RegionOne
; l% Q- j- Q. G0 M6 `3 v' x2 u1 ?( ?valid_interfaces = internal
5 P2 i4 w1 q& y0 ~: [4 B% G% R# S
[libvirt]
' L9 l( a6 a0 g2 o" Q& Yinject_password = true
3 G$ U) D* Z! {: y8 r+ C* N+ K$ m# ^  d4 d8 R: c8 \4 |3 u! C
[quota]
6 P3 W, H. P, J' w5 K( Y0 X) C& z- _instances = -1
6 k$ x, l5 @4 J2 ucores = -17 S4 [1 s/ ~5 _/ L0 j
ram = -1
, N* |6 f: \/ ]1 i% T2 M8 Kinjected_files = 32
  `6 e/ ]! R/ {! g& userver_groups = 128! s! Z3 ?+ s; j- x
server_group_members = 128
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2026-6-12 00:03 , Processed in 0.018202 second(s), 22 queries .

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

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