找回密码
 注册
查看: 30|回复: 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% T6 y# R+ z9 f6 f) l" f
2025-02-25 22:38:00.095 13906 INFO nova.service [-] Starting scheduler node (version 30.0.0-1.el9s). ^7 x8 \& m# E: Y/ b" H
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
7 d) O6 V& ~9 H4 L2025-02-25 22:38:00.162 13906 ERROR oslo_service.service Traceback (most recent call last):# M8 J( T  |" H* Z, Y
2025-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( i0 \  c; w/ T5 S
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.channels[channel_id]
. j0 i' J. I4 b2025-02-25 22:38:00.162 13906 ERROR oslo_service.service KeyError: None
0 K5 w$ Y7 l. r2025-02-25 22:38:00.162 13906 ERROR oslo_service.service 1 x& M4 B; ?0 f: v( K
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service During handling of the above exception, another exception occurred:
  W( I# c" `) X; O$ r' D2025-02-25 22:38:00.162 13906 ERROR oslo_service.service ; A  |) ^, i' Y& I. ?
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service Traceback (most recent call last):( s4 r, \+ R' `) Y: g3 L
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_service
3 P- e/ e; g1 g5 T1 W2 B2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     service.start()
. s# V6 _$ J0 f! ?2 C2025-02-25 22:38:00.162 13906 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/nova/service.py", line 199, in start
" ~8 k/ H: W' F; n2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.rpcserver.start()
1 B3 A7 T) w6 O, d! s2025-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' a# ^2 Y+ x+ X) e1 [
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),* ]9 D: |* u, `6 P' a0 _( n
2025-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
) h$ m1 x2 g  a. B2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     post_fn = fn()4 c2 \* y; U5 z
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>
* f& ?: X# f- ^2 J% r6 i% k* R2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
/ n$ D4 H  M& p- Q) m; W2025-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; u/ m( t7 Y' o- @6 U8 ^5 M  d
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.listener = self._create_listener()2 R5 w, h. I$ \. Q
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_listener9 ^6 \- g/ `2 N- c  I9 \3 Q% C4 q2 N
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)3 u- _" y; t1 ?% D6 O) {
2025-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
1 ?( d# O+ ~" \$ v; u2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self._driver.listen(target, batch_size,# g3 U' v# r. u' F5 k1 l
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/ ^1 q5 }# z2 n" M# X. |
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)9 }7 V& j7 D, {3 h  G* Z
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/ S5 T; z2 D; C# r. T
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,) z& s0 A9 g6 Z- w9 G, t- V' H
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__2 @  c# f9 O% J! J* m9 t
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)6 m9 e/ {$ f5 h/ N( t9 ^/ ^; h  l
2025-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
) I  K) L2 Z- n& S1 M& m2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)( e1 L! q$ R, K: U' D
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__4 a" c  U) t9 i; Y; j2 u: e
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.ensure_connection()8 `* f- v0 n3 W; S+ O
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
, }% M: i  X; f5 Q. h* i, n2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self._set_current_channel(self.connection.channel()): f3 r& Z* h8 x9 _0 g
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' n3 X  l8 R1 w+ _  G1 F
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)! a6 E6 r, i4 b* p
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
' {) B! j8 k' ~9 p; p  \0 q2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return connection.channel()
, y5 }. ^/ ?- ~, ]! F& Y; h2025-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
3 d/ N; h8 {+ U7 y1 A. w/ U2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     channel.open()3 R# L! a- J" ^( P, p- U- }4 X
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) w! \! }0 C* D* r
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.send_method(
) L# ^- \" \( F5 G5 C5 k( q2025-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: ~% Q- N# o  k
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)  D4 j; q! L" B7 [) X) J4 E- f
2025-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" ~% p, O1 f/ t% S6 Z% L8 H
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout): w8 ?% `1 l( G* ~' H7 ~" B
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! S+ ^, C( Y0 A4 w
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     while not self.blocking_read(timeout):
: u/ h$ R7 f5 A/ g2025-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_read0 Y$ G9 w. k# m. Q
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     frame = self.transport.read_frame()
; _  }* O6 b/ a7 S2025-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+ C1 T9 e; p  n( j' G
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     frame_header = read(7, True)
8 L- O  M5 D, Q4 f$ z: {0 V2025-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! Y. i3 `6 M- S
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')) _" [- V) I* M3 S3 z5 a) G2 d% j
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service OSError: Server unexpectedly closed connection) q7 T# E+ `, X: ?8 |; D
2025-02-25 22:38:00.162 13906 ERROR oslo_service.service . [. D; ~4 f5 y; Q

; v6 v. N) K. j& K" \
5 _/ F# q+ o2 k8 q& R2 g2 q  a3 B% C( A  W  }, u' N3 _
根本找不到原因。0 t9 m- ]3 y( Z+ w

* y' i, I3 Z, o& k  O0 m

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-27 23:05:26 | 显示全部楼层
[root@controller ~]# tail -f /var/log/nova/nova-scheduler.log 4 d2 Q2 a7 p/ \7 ?2 Q. X
2025-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/ ?, q$ z4 P- w5 i) @; g/ K; L) l
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     while not self.blocking_read(timeout):
0 l, H- z7 j1 h. s. Q2025-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_read8 K" K  @/ \( |, \, W' D# g/ P
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     frame = self.transport.read_frame()1 G: W0 Z) v1 s" h& _; z
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: p* o+ g5 X1 N9 |  g, F  S
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     frame_header = read(7, True)% Z4 }% F% I8 h4 c
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 _read
: Y% A# B+ u& ~2025-02-27 23:02:01.212 2984 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')9 _& E$ ]6 S8 {9 m3 I& Q
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service OSError: Server unexpectedly closed connection* g( j- r9 z6 w' ?' B
2025-02-27 23:02:01.212 2984 ERROR oslo_service.service
8 @. V3 c4 W! [* l) |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* Q  D$ s4 O" n7 b$ R, S4 R! Q! I, E
2025-02-27 23:02:02.154 1032 INFO oslo_service.service [None req-3f49fdd6-4570-47ba-bbf7-96a0f19cd25b - - - - - -] Forking too fast, sleeping( I& H  l; U2 f' l. q
2025-02-27 23:02:02.160 2989 INFO nova.service [-] Starting scheduler node (version 30.0.0-1.el9s)7 x  y) f4 m% S
2025-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 connection3 W6 N8 _5 _# ?
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service Traceback (most recent call last):
) ~# ~1 D$ V+ w5 |" v+ s2025-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# z( C3 L0 I6 K$ {% [; W" O
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.channels[channel_id]
9 v" o: ^/ t/ d8 ~& }7 M- V2 D2025-02-27 23:02:02.218 2989 ERROR oslo_service.service KeyError: None
/ {3 {2 P/ \6 Z  |2 n& G* h2025-02-27 23:02:02.218 2989 ERROR oslo_service.service ! F+ D- r# v) v: i0 p" u& n
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service During handling of the above exception, another exception occurred:
! [# S; g2 G$ D; e2025-02-27 23:02:02.218 2989 ERROR oslo_service.service $ W8 l3 r& p, [8 I! t. J* B. c
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service Traceback (most recent call last):
4 L9 P# L% D4 t0 C) G5 E2025-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_service2 {; P- H8 f+ f2 X# P
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     service.start()
6 f6 }% t9 H! D* A2025-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$ {. ^; x7 m7 B6 @$ @8 O  B9 K
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.rpcserver.start()
! q  y+ F, t1 [) y  S" H4 `. V2025-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 wrapper0 G; m- W( j3 G# n3 ?
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),& g2 r$ X1 i9 W9 t% ]' Y1 v' I/ Y( ^
2025-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
+ J- ]2 m, K) ?* P; L" l2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     post_fn = fn()
( E5 S0 d- |7 W" e! B. H3 A2025-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>5 l& s6 ~. I3 p8 y
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),1 l8 L9 `" P- [# `, n
2025-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 start0 }* ]7 U) k1 J; C- N- M* f
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.listener = self._create_listener()
3 m  M  m9 k$ Q- W& a/ c' _2025-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
0 C- e' x# s/ o0 U  ^1 z5 a4 W2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)
% O" b% m2 X* V: @/ k+ C2025-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
0 J4 u+ L' b' _- u6 i0 M8 S2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self._driver.listen(target, batch_size,
& W% T0 _# Z: u% s! p# @$ G2025-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
' i. T- v) ]0 ?' K3 u2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)0 W3 g3 M# R3 a
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
( }2 Z) y; k% _- Z2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,
, f- e0 P5 |. f2025-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__
( S7 q7 Y5 ^) ]8 A' x7 f- {1 r2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)
8 s2 l! S  H5 i! @1 I0 D4 J5 d2025-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) X! b/ i& J. I6 O: W6 F
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)
6 g* @# y  X' D1 Q2025-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__$ ~4 o: H5 t- u. n
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.ensure_connection()
" f0 z& _8 B$ y2025-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
2 h( T: |0 ?2 @$ m2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self._set_current_channel(self.connection.channel())
& P) J+ N! f# B2025-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
) D  S1 G' ]) ]) F5 G5 E2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)
. L  I" V( _3 W+ X2025-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
. ^3 C' m# A6 r2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return connection.channel()
' Z' ~6 {1 A$ v5 Q2025-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
2 T7 I: }% _+ s$ _9 D" ^2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     channel.open()
- `8 Z: p2 B, L# c( r4 d2025-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
" l4 r1 H* ~9 Q7 y: Z. \7 m2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.send_method(
2 u' c$ y6 ~! H$ ~2025-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_method0 ^' Y& }) P; w" [0 {9 h; p% J% {
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)
. ^0 e3 Y9 v6 T# o2025-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 wait( \" C9 s- r  y+ n$ y: o5 ^, s
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)& l+ V7 z4 n9 B+ D' j
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_events3 _8 ^4 u$ A; B; Y1 N# V
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     while not self.blocking_read(timeout):( P: Y1 |3 V7 h9 I% B& E
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
4 ^8 |6 t, j+ Q* ~  z$ U# r2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     frame = self.transport.read_frame()( `) b5 N# r" ]) E5 Q/ S) t
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  j+ H2 g4 h. q5 G. h4 P2 q9 H
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     frame_header = read(7, True)
  r) P1 k. ~" `& ?" S. O2025-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+ m  `% |" I2 V
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')6 j6 I' k8 \6 a4 {
2025-02-27 23:02:02.218 2989 ERROR oslo_service.service OSError: Server unexpectedly closed connection
) q% |, m! O' I! B+ p4 ~: \7 O" r( K; I2025-02-27 23:02:02.218 2989 ERROR oslo_service.service ' n2 v3 e/ T" @. q4 }1 X3 Q
2025-02-27 23:02:03.160 1032 INFO oslo_service.service [None req-3f49fdd6-4570-47ba-bbf7-96a0f19cd25b - - - - - -] Child 2972 exited with status 1
. k1 t, t1 {8 |# ]# H2025-02-27 23:02:03.163 1032 INFO oslo_service.service [None req-3f49fdd6-4570-47ba-bbf7-96a0f19cd25b - - - - - -] Forking too fast, sleeping
8 E/ S  A1 ]) ^% ?& v; H% R$ Q% R2025-02-27 23:02:03.169 2991 INFO nova.service [-] Starting scheduler node (version 30.0.0-1.el9s)8 C8 [% m8 b6 j3 C% b' A! S
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& Z% `0 @: k) d/ Y) O" M) R- \
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service Traceback (most recent call last):
3 z6 H# U# j6 ]; B2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 515, in channel/ `! M: ^6 l1 ^6 B& ]! x
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.channels[channel_id]
) Z; @" n1 ~" Z: R& e2025-02-27 23:02:03.229 2991 ERROR oslo_service.service KeyError: None1 a8 l( e- b+ z" J
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service # `1 i$ A8 _& L9 s# m2 I: W! I
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service During handling of the above exception, another exception occurred:0 ?2 ?& V, g. {
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service 5 v& K  W0 M9 y" x
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service Traceback (most recent call last):
, l' v1 d$ T  p* M& o& `7 q! a0 N( ~2025-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! X+ j& K& @5 s/ @
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     service.start()  }& @# Z% E5 m( E% v# ?
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
5 H; A: Q0 |) L. p2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.rpcserver.start()
2 [# l2 ]- m1 \; v2025-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+ d* U, [0 l- ~, u
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),% Z% C& R( X" H$ ^* P9 I0 O# b
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# |* A* n" n8 u$ ]( U$ ~, O
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     post_fn = fn()/ ^# C' q/ q7 S5 u3 v( ~
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>& Q5 j! e7 m1 h4 J5 Z) _
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
. _6 J! A" L; j: q& m7 H2025-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, j4 T2 S4 [$ ?9 w6 L
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.listener = self._create_listener()
& a- v2 R; X" Z: ~% p  z# w2025-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  u; h4 Y. N) W4 H% W
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)
% L8 d2 l+ a; Q! D* @: m& S0 Z2025-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
5 a7 n7 f# N9 I( X5 A2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self._driver.listen(target, batch_size,
& F+ M; }( p$ B2025-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
( _( D  P  m- p' i+ q( ^+ s2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)! b5 p, C: T& O
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 700, in _get_connection4 Z4 u3 V! |$ F! Y& D* @
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,
# {: k: y$ p. ^2 d2025-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__
4 p2 d4 z$ l: p& |9 Y2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)6 @% N3 z' k/ p/ ?
2025-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
( q1 x9 }( b3 L2 `2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)# e8 L# _% \- S" \4 |5 i+ o
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__$ z1 b0 n5 ?! z5 q# c7 H6 c
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.ensure_connection()
) X$ M; |  A) ^6 z( E( r5 o; V2025-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_connection6 _  [7 G& A5 H" a& p; f
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self._set_current_channel(self.connection.channel())
4 s2 i% u* ~  l( e  j% N) V. P2025-02-27 23:02:03.229 2991 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/connection.py", line 303, in channel
0 o) ~3 N$ T; L* @. d. b2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)
4 U7 H! o  r% w: n2025-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_channel9 R! N; _' q3 x0 S. r
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return connection.channel()5 m3 n! a1 {; |" A# d7 ]
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 ?8 T1 z, e# @/ F2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     channel.open()
  f2 g& }- }$ h2025-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
  ?8 }# T& B8 i3 I7 Q2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.send_method(
. _4 p& M; m" x  L5 J1 e4 P2025-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_method5 b- m- j  n7 ^$ Z
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)
9 `: l3 I4 V: Z5 p2025-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
# x1 U# L' n2 H6 B2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)
, z3 V' C  P' Z* w) E6 ]2025-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* O1 F) n$ X! S) |! s3 ^( r: X# O
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     while not self.blocking_read(timeout):
( \# z% b( l& n- A+ C, f2025-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_read
& K) Q# C* m' m, E3 A* W2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     frame = self.transport.read_frame()
9 ^. X6 f. W+ c2025-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_frame3 E0 y% y' ^- s9 K, ^8 m7 U# K* G
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     frame_header = read(7, True)
% f0 B% P! n" W$ A5 ]2025-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
3 h/ |* [; U, n" j2 ]2025-02-27 23:02:03.229 2991 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')
( V  Z' M, P. _* x% Q2025-02-27 23:02:03.229 2991 ERROR oslo_service.service OSError: Server unexpectedly closed connection) }+ }8 u% H; a' I# {
2025-02-27 23:02:03.229 2991 ERROR oslo_service.service % n- O, _0 ^. V" F
^C, _* V9 m5 N9 Z: U
[root@controller ~]# openstack compute service list
- n* O+ l& W% K. i+--------------------------------------+----------------+------------+----------+---------+-------+------------+/ n( s7 b6 M& c! |% f# a( R
| ID                                   | Binary         | Host       | Zone     | Status  | State | Updated At |, F. q" u2 [! f
+--------------------------------------+----------------+------------+----------+---------+-------+------------+5 M) T- X0 Y$ G
| c9d72d60-f148-412d-a73d-bc443a8447f5 | nova-scheduler | controller | internal | enabled | down  | None       |
( D. U; I* l: v$ I$ [" g" R+ n) q| bda60548-8a3d-4333-8c82-be27a6e26fc0 | nova-conductor | controller | internal | enabled | down  | None       |7 Q1 m9 n" w2 E
+--------------------------------------+----------------+------------+----------+---------+-------+------------+
; ]& c& z& Q, W$ \2 r
7 ]0 _, J- C1 L  a1 A, m" p* r" g0 B: r- g, O3 V) M
依然找不到原因。。。不知道哪儿配置错了。

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:28 | 显示全部楼层
[DEFAULT]
" s4 W! n; N- D" N" U# R* xdebug = True
/ p; q' Z- k- wlog_dir = /var/log/kolla/nova
- S4 h; U+ K' Estate_path = /var/lib/nova. x- @7 f0 p9 w! I' w% S+ S
allow_resize_to_same_host = true  q4 a6 u! s, S
my_ip = 172.27.11.383 I3 {! u  s( m2 m- ]& @& F- u
instance_usage_audit = True
& I* V" |+ U. Q$ [) t' c# iinstance_usage_audit_period = hour. e, S1 P  j1 u9 U: c6 j: a; _) `
transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//+ _2 B9 \; s9 v, R# d
resize_confirm_window = 60
4 g% e6 G7 \& G; O4 h: E6 W+ F* i1 P/ s% P& T, C
[filter_scheduler]
# {" e$ @* \% ]- Y2 X. g5 }9 \# Q. I; V3 C
[api]
( k1 x3 P2 L# T  V$ W: J! muse_forwarded_for = true
8 e; P/ j* ?/ @( g) {( x
1 Y  j1 ?/ a( l+ F[conductor]9 J7 Z5 Z, d- K0 h7 a, f- O% q+ E; B
workers = 5
- t& h' m$ C. q& i  u' l% Z( m
9 H# f$ F3 ]' m! J. ^5 J$ k[oslo_middleware]4 c2 f6 t) x1 ?4 b7 [0 n) b& }6 A
enable_proxy_headers_parsing = True/ [% _8 j9 V  A7 u* p, ?8 W
: o7 b$ k3 s8 r+ r/ L
[oslo_concurrency]
& ?: ^3 }/ b4 P' l9 k8 h1 h2 [lock_path = /var/lib/nova/tmp7 T# q$ r! B" l+ o! J2 p2 h! p" O

( r# u9 b" c) y+ d. U& K[glance]# d6 |$ [( R2 l& [7 R7 o
cafile =
3 K7 V7 X5 s: Q3 j) i) Eapi_servers = http://172.27.11.88:92927 b$ R) M, u; i# B/ Q
num_retries = 3, C' V/ y' C9 `& A' H
debug = True
3 Y$ O2 E, d: W5 `0 f. h4 V4 k) T" G" o
[cinder]
, D/ y  Z* D( q) Ucatalog_info = volumev3:cinderv3:internalURL. G8 o/ X: ?3 N! q2 }$ ^
os_region_name = RegionOne
- e! g" I& \1 L* k# bauth_url = http://172.27.11.88:5000
2 J% L' ~, h( sauth_type = password. N, u( V  C; r
project_domain_name = Default8 S0 s- S6 W* C/ q: U0 f, z* p% o
user_domain_id = default
. J) i# D& e4 z* |( K: t+ Aproject_name = service7 Y) `2 H6 s* @. B5 x
username = cinder1 X! u  z! J2 W) z. W
password = FyypKc2XVRBveUwBSmr
' I! ^1 |2 g' ]3 U7 x) R% k' L, @3 C  zcafile =6 E. U# _" `4 l, f
: S# n- Z/ j3 J) O
[neutron]
' A. m. r6 ]0 e  `: L; N+ Qmetadata_proxy_shared_secret = XHYCOScZnT5e7BZJU' l8 r- ^# s" P3 U
service_metadata_proxy = true
4 J6 d. K% Y8 y: @! ~' Z2 vauth_url = http://172.27.11.88:5000; f9 j, W8 o* @( c3 X, N0 M7 C
auth_type = password
2 ^* u, R& q4 |5 x% F! o, J, A7 Dproject_domain_name = Default& m+ h8 P: Q2 q6 }- h5 f2 U: ]* g
user_domain_id = default3 F4 W( a/ c6 T% U$ q
project_name = service. E4 s) f3 L0 k% `& K2 w
username = neutron/ y1 x. A, d- ]; p% E5 j
password = BS02M4JUch6jYMJ& w5 m- z" C) T2 R/ k6 f; C3 j
region_name = RegionOne6 X9 g( z1 c/ d# C
valid_interfaces = internal
) X2 i. K% t$ |, @$ N; Pcafile =
7 y4 q' B: P" E' ]5 G9 \& E/ s' \" ]& n6 ?5 D" D7 r
[database]
( M; A. j8 `. x8 g: a. Sconnection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell02 Y4 o' M. `+ F- H
connection_recycle_time = 103 V# S/ m' W+ f9 Y. J
max_overflow = 1000
1 ^5 ~. q" P4 }8 k( v/ q/ T5 h9 w4 nmax_pool_size = 1
# g: }. I( o5 U0 z7 s# I& Smax_retries = -19 D! l4 X) d0 t
8 E: C) K6 A$ a; G
[api_database]' j3 V! H% e; F$ t6 Z- h
connection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api- J9 @" ^4 [0 r; H* W
connection_recycle_time = 10$ z& \& @0 l7 o. ~: G
max_pool_size = 1
# I. M7 m$ e; E. Xmax_retries = -1
' t2 B! `+ ]) {& h
  O8 g2 n2 {; {, b' ?' w5 G[cache]
6 G. }, O5 a8 O: e7 Ibackend = oslo_cache.memcache_pool
) {5 d5 I5 f: u/ o0 Ienabled = True
" X) I! F. `/ _3 t; S6 D7 kmemcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:112113 V: G- a' T# \9 J
9 l2 ~! T' e& e
[keystone_authtoken]
! [4 ^8 X+ B* }# Lservice_type = compute
, c) {* l, \1 D7 n1 F$ u0 a# B; v& Bwww_authenticate_uri = http://172.27.151.188:5000
; w( L6 g6 d7 D7 Nauth_url = http://172.27.11.88:50005 |" ~4 d" ~3 b0 H& g" \! i
auth_type = password
7 Z9 }  G* O$ _- j7 Fproject_domain_id = default
; y. ^/ _* P2 {0 Y1 R( c( Vuser_domain_id = default  m3 O+ m/ O% ?: J. c  T5 e
project_name = service, K/ q) v9 j8 v% j5 Z; \
username = nova* L# A# O( `! X( \, {6 {- B
password = 3kt5fJe4rRZv0
+ t. Z' Q+ r- g+ e4 k  o" |cafile =
+ ]/ `: x$ h* l0 Q& M( G) z0 qregion_name = RegionOne9 @/ Y* R& y% N5 c- \9 q9 `
memcache_security_strategy = ENCRYPT) |9 t; X. I3 |) O# J/ w
memcache_secret_key = wyYzf18TlOemRbFXSMwDU6 B2 A0 h, w5 v
memcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211# ]6 u0 |) a. q' O7 y: @

* a9 ]8 f. D8 F0 f- |. i[upgrade_levels]
  k: ?$ ^! m( P/ Q3 k' X" Tcompute = auto! g% m6 C; V" n# V
& Q/ v; }! M: W7 @0 B
[oslo_messaging_notifications], [- h  e+ ~7 g' a5 w0 y" g; w
transport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//; C) L' H$ i9 w( y
driver = messagingv2
: h9 n. l/ C! S, \8 I! R# Ztopics = notifications- G. l! j/ K6 Y
( O5 ]) [) P* X0 h
[oslo_messaging_rabbit]- B! @) X+ H7 G7 j
heartbeat_in_pthread = False
$ C( G' c9 r# b+ T3 l9 Jrabbit_quorum_queue = true
  I9 V1 o) `7 f+ X' F/ p4 u) B: G; f0 R
[privsep_entrypoint]
' i) `0 ~' I2 M* g7 n3 ], d$ [  Uhelper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
. _* [- D. s3 _* f) u0 I
4 Q( a3 ?! U9 }; a, x& G9 r[guestfs]
1 \; {/ @+ n! S" v# udebug = True2 q- V" q3 S+ e- T
8 J+ [3 E# A, s8 r8 W* A
[wsgi]
) A7 `) b( f' L' @: \) dapi_paste_config = /etc/nova/api-paste.ini
* p$ ^/ Y7 P3 Q" S
8 s* a5 o) O# M4 v0 m[scheduler]
+ k% J' Z9 I6 a! A9 \8 c) _0 p2 b/ _max_attempts = 10
9 D) e. f- P( {! J, ldiscover_hosts_in_cells_interval = -1
1 K3 r9 k5 g4 M4 }2 nworkers = 52 N' D3 T0 D; D* t0 D  H

' |8 N8 u; k3 \' x% B! C+ E[placement]0 N; A7 b, ?/ p) l4 ?
auth_type = password
9 [# I& _3 ?8 iauth_url = http://172.27.11.88:5000
% _) M1 z. ?0 v2 `  |* T# S" uusername = placement- ~9 m( a0 y  J. V6 J9 G' F% S
password = 1rNjPdQcmImG
( c8 |' Y$ m/ j- P$ Quser_domain_name = Default
# n7 q( N" R* D8 S6 j+ t1 u: bproject_name = service' S. n- D8 m) G6 y9 a5 J# R
project_domain_name = Default, o0 W* P, C- J
region_name = RegionOne3 P( d3 @& V4 @/ x9 C2 e; B. T" x) z
cafile =
0 W" c" Q! b3 ~. J! @6 r2 ^/ j0 Vvalid_interfaces = internal
. k6 ?. C7 L$ t; j+ F, w# a. D) S& T
[notifications]3 j0 e1 G& o! a) T* y; P
notify_on_state_change = vm_and_task_state9 t6 [& I1 {# t2 U& A2 A5 H& F
% _4 l' P5 L* G. o! L/ ^
[service_user]
$ I/ g7 e* I, n: Nsend_service_user_token = true
7 {8 _) @! R3 T% ?auth_url = http://172.27.11.88:5000. X  S; [" W$ j
auth_type = password8 O1 r8 |9 M( W0 j  b. ~( I0 O
project_domain_id = default
! v" o: M: N" _4 F0 u+ _user_domain_id = default# }- Y6 n; j+ n; Z: l
project_name = service
) g/ P* P$ w1 Dusername = nova
% f% [* t3 S& Q2 X9 q  w- dpassword = k5fJe4rRZv0
, K- K- y, s7 r6 f% ycafile =0 e2 n0 ^" C  H  R, M# G( W
region_name = RegionOne
. ?; T9 w' m$ X" o1 G/ @valid_interfaces = internal. L; x  o# l7 v
4 d9 H$ k( d4 @& h& t- v; T; B' `$ Y
[libvirt]
9 m: d* ?( s- j% h, b+ S/ `) Kinject_password = true
5 V! K% f3 p0 W4 ~
, b8 y+ v3 v9 f' P[quota]9 X& u( G& [$ ]7 ~4 x" u+ I! \
instances = -17 [: w, D& Q2 I$ P
cores = -1
, P; a4 o5 \7 `, I# e  |& x7 G5 dram = -1
0 m* d' M+ w/ k) ginjected_files = 32
7 w9 Q2 U5 B: Zserver_groups = 128
  b% d( A( w9 H+ iserver_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:28 | 显示全部楼层
[DEFAULT]8 ?  ^7 Q. b5 H' Y
debug = True
" N; b: s! q( zlog_dir = /var/log/kolla/nova
- ^' i' p& l1 ]+ O5 I5 Hstate_path = /var/lib/nova, |9 o: C7 A8 u: `0 W
allow_resize_to_same_host = true2 o7 w2 W9 b4 C2 A8 X& }" x
my_ip = 172.27.11.38
& O/ V( U* ^& t( n% ]7 o( o: C% N: ]instance_usage_audit = True8 g3 s6 ]8 J+ m% G( X, U' }
instance_usage_audit_period = hour3 q7 ^' i) |2 Z+ }+ Q
transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//" N4 X2 V: W6 e& u( X3 g
resize_confirm_window = 60
! c* U* D& T( i* _
! C7 d' g, @8 C; h0 n[filter_scheduler]
9 ]8 p) d8 g0 V1 E5 A' U4 c, M' J' t: W- k: x/ D
[api]
& Q  K2 g2 B8 W5 ]" I' d5 Xuse_forwarded_for = true' j$ H5 o2 g1 T8 y
: r& m, g% q& T* O8 `
[conductor]3 T( V7 a# H" }) b2 D6 d
workers = 59 C7 ?: d! b  [9 T( i
/ P+ }; F# ]! h5 W8 Q0 l
[oslo_middleware]) B3 H6 A' e$ U  T: n  C# {0 m7 U; J- U
enable_proxy_headers_parsing = True; Y" C: _9 o7 c+ E

. e. g) d3 k7 t7 w- l1 M# |0 |- N[oslo_concurrency]
/ m. J5 A+ Z- [0 v! }$ Vlock_path = /var/lib/nova/tmp2 n' P! ?" E. H' }

1 f  D; z! @& S7 z6 w3 h[glance]) g! J: R  K4 N6 J! e
cafile =
' v  z0 ?# G/ a: h* Oapi_servers = http://172.27.11.88:92920 W* ?1 J0 |& y
num_retries = 33 W! }+ q  I! P- X2 _
debug = True
! \/ U: i. ?, |0 l) j) e9 K, q3 b1 m$ Y4 ?8 _
[cinder]
, a4 G% p: A& U4 u# Z7 e7 B2 }4 _7 Ycatalog_info = volumev3:cinderv3:internalURL/ M6 Q3 J4 u) E
os_region_name = RegionOne
' \% H( m( f  Zauth_url = http://172.27.11.88:5000# t+ t& b, M0 L  y0 [
auth_type = password; p, ~+ t% {3 N( k: X# O$ r: I1 L
project_domain_name = Default- s8 c  ^# l7 }) R; u5 i
user_domain_id = default( a' J& c3 i+ g! R$ e6 v8 W
project_name = service) q6 b4 h% L- P; @. t  @8 A' o
username = cinder
% T# M( R* @6 g5 D, J; @password = FyypKc2XVRBveUwBSmr7 F# O) U6 j4 o, {1 s6 [" j
cafile =
7 _! K! @1 W6 |& y/ ^& N+ Q4 M
- C9 z9 x7 M5 d0 `8 }  k$ l[neutron]; L; S/ M7 k+ m: F& i
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU4 J' q6 g7 D" v8 P8 ]+ F4 Q6 a
service_metadata_proxy = true! d. L* A; f$ V; t# z: A' a; U
auth_url = http://172.27.11.88:5000# D1 p+ W' ?. z' Y
auth_type = password
" }! M; r& G9 ^7 rproject_domain_name = Default
4 c" d7 ^, R3 G7 y: quser_domain_id = default
+ F$ ^; b- i3 T: Q8 [project_name = service
' o: a2 e4 f+ r4 Ausername = neutron% S8 N) @  K  Z5 O* T2 K
password = BS02M4JUch6jYMJ
1 A7 f- m' s  S& E( Q5 qregion_name = RegionOne' [( e9 `9 u7 H( V# C( C! R1 e3 Q
valid_interfaces = internal
% R. R! ^$ [' A7 Wcafile =5 n2 X* V2 `; f) D5 L
" H: S% Z. I( c+ n0 [
[database]! h, m! u/ ?  ]( U* P! n  l2 t
connection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0
% p' u. ~* ^; U  econnection_recycle_time = 10+ i' r3 e0 z1 Q4 R- k! [
max_overflow = 10002 |6 D' V. P* m& a; Y
max_pool_size = 1$ ^0 J& u& r" I! `7 {) ^6 E
max_retries = -1
% k5 ]- t4 v. U" z+ s$ `  v7 b( |" v# v- R9 c  ^, g1 Z
[api_database]" E3 S4 N, |* _1 r6 t
connection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api
# q  q/ d+ f0 g- N1 a! iconnection_recycle_time = 100 i. u) B4 g, X
max_pool_size = 10 G- ~& x) m% {) j( ^! t. F, I* x, t
max_retries = -1
$ y7 x$ V: g5 b' S- ~$ B3 d3 E4 W* G3 i" O
[cache]
& \' F7 Q; O2 b* G5 m* o" Bbackend = oslo_cache.memcache_pool
# T# [$ F% g# C$ [! m+ Cenabled = True& o/ H2 V1 Z* u% v3 }$ [
memcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:112115 ]- e( x; O( R
( g+ _1 R& \' F8 ~! U: G3 Z
[keystone_authtoken]$ M7 D0 ^, p6 F5 E$ E* Q) }* o$ n
service_type = compute
4 t1 Z& V: |# [2 i& c$ p+ e2 mwww_authenticate_uri = http://172.27.151.188:5000- {) x2 M+ @* E) t! g
auth_url = http://172.27.11.88:50006 f" n- Q9 G; ?/ M
auth_type = password
/ X: P) [0 E) ~  {7 Uproject_domain_id = default
7 a% ]: p0 y( z! _user_domain_id = default5 j4 V/ n2 ]8 U$ N
project_name = service
2 K) c; w/ |/ U8 `username = nova& V6 O7 T' A" `7 p5 S
password = 3kt5fJe4rRZv0
: c. Y, I) F1 m% q2 ocafile =( T; O2 C; {7 e% Q% F4 X0 j$ E: k
region_name = RegionOne
3 P* ~" d. B) _8 @; s7 Vmemcache_security_strategy = ENCRYPT" G! N/ {  P; ^+ E
memcache_secret_key = wyYzf18TlOemRbFXSMwDU0 N2 R, W' {1 x
memcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211
9 ?* _  w; }% n+ |  v: I: k9 `- @/ |, g* a  l  P8 c
[upgrade_levels]
- E& M1 e% i2 u$ v$ S& `; fcompute = auto
8 n; }% i2 q' F) H8 {
& ~) c' Y; X2 f  {. Z4 _! B1 j[oslo_messaging_notifications]
* L( z$ @+ C1 A5 Xtransport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//
% C2 a- J' D4 qdriver = messagingv2
, X# i8 ?# T1 r$ l% `' Mtopics = notifications
' g3 @' U/ r* u% z. X9 F2 ?: {& d3 X& Y- A3 A3 j. I
[oslo_messaging_rabbit]
+ s9 X" L+ e3 ]5 o5 w0 f& @heartbeat_in_pthread = False1 ]5 X. S0 q5 a- g( E1 ~  R) v+ c
rabbit_quorum_queue = true9 W; K, T7 ?8 j" u/ D1 k

0 |/ N, q1 Y2 V, {9 }% u[privsep_entrypoint]% E& X/ `/ M) u7 [+ w6 u
helper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
" V# F1 C0 E. w
0 x' j2 c- h( w- f+ ^+ U[guestfs]
# @( J( N* O& d" m, b7 G* X/ ~7 xdebug = True; o; ]5 o+ y& o8 D9 |1 r/ B% q$ H

/ R! X7 }$ q4 m/ V/ @- W' ?8 h; E- U[wsgi]
2 a* @) b2 O+ X( eapi_paste_config = /etc/nova/api-paste.ini( H7 {' w7 F6 c: @
! J: f9 E8 @# S+ K4 s8 |
[scheduler]
3 x+ d9 q$ p5 omax_attempts = 10: [1 C- ]; ~, c( _0 C# X
discover_hosts_in_cells_interval = -1, x: b- O* W. X5 v9 f+ G1 C/ x0 |2 k3 N& L
workers = 5" W9 h# Z) |4 M8 y6 c/ x

1 g% U; h+ i4 l[placement]
2 o4 [8 q2 ?  r* q' Qauth_type = password
( p# n7 l( ]  f+ C1 E; Aauth_url = http://172.27.11.88:5000
6 f, L# a6 x3 b2 b% _+ Q/ d) lusername = placement
+ j% z4 M6 X; ^2 r8 a# \, ?1 Ypassword = 1rNjPdQcmImG4 n) q  ]4 W! y! X/ e
user_domain_name = Default4 F- `, |! k; M
project_name = service
8 e1 c' P2 o' C  R/ U6 U/ k* w/ H" eproject_domain_name = Default" Y+ T  _5 `: j: K3 i6 a
region_name = RegionOne
% S. M$ D2 Z- `; L0 g0 K  ^0 ncafile =
) o- O3 ~6 w4 ]9 n* j3 Mvalid_interfaces = internal+ x) A$ |9 y( a3 u

: b6 k( M/ J+ v% Z[notifications]/ S+ i/ Z) x* x/ N$ F9 s* |
notify_on_state_change = vm_and_task_state* P# k7 b7 y0 `( g6 J) `
) T% K0 t6 _# [: k( z! o! r- n
[service_user]
8 y. ^; n5 _( }5 U& y# esend_service_user_token = true
6 L& ~" ^# O0 A2 f1 eauth_url = http://172.27.11.88:5000
# ?: p. b! l! J8 ?5 y4 vauth_type = password4 [5 \' A+ W% m# w) K
project_domain_id = default
* G- ]- A7 T# |+ I) Vuser_domain_id = default
' M; ^3 @: K4 F1 @) s" b# h% Sproject_name = service
( W5 h( {4 A! I6 c6 Z8 u1 rusername = nova( I9 \7 l, N1 h9 ?. ]7 j
password = k5fJe4rRZv05 s& G/ u' I4 k8 S' Q
cafile =
) r5 d7 `! U% d$ Wregion_name = RegionOne  e% I$ t: ^" M) k) k7 O
valid_interfaces = internal
! D' ^+ n! t$ A) X
1 l2 V% {- p# A/ F1 K# F% `$ k! L[libvirt]7 \: g: {' c7 m8 E  m: ~" v- t5 Z3 y
inject_password = true
+ ]- Q: q/ D6 \' x4 D; R) k+ v! c8 E3 s
[quota]
* r0 `# N& n; y; u0 J+ B" `* ninstances = -14 V0 S/ R8 i. p3 K& D7 G
cores = -1
* e; H9 R% k5 g0 B! u( nram = -1
/ B1 o7 b8 g% x- M% R* ^' Linjected_files = 32
8 B. V$ M5 }5 U2 \& Y, gserver_groups = 128( s. h4 ~: j7 T
server_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:28 | 显示全部楼层
[DEFAULT]6 j" ?! t3 K  s) Y: B
debug = True* c4 [6 F/ a7 o+ t8 r+ g6 A, |
log_dir = /var/log/kolla/nova
6 w/ O6 S  @( `" F8 r4 cstate_path = /var/lib/nova
! N/ |' v! {1 n3 x4 Fallow_resize_to_same_host = true
  d  C) O3 ^, w/ X" E/ [my_ip = 172.27.11.38
! O. G% O7 b0 l$ binstance_usage_audit = True
$ i3 F9 P+ t+ U: Jinstance_usage_audit_period = hour
6 e& W) z5 W; o* b# F8 T+ E0 C  }$ Vtransport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//' h8 u: r) a. I; }, j
resize_confirm_window = 602 c" ], L* _% h
4 I; m/ S* `. C; K, I% V
[filter_scheduler], H' H+ g" @9 T4 _8 Q

+ ~6 k4 J9 b8 W1 T4 @, M  e[api]. V% i' B; K4 C$ F
use_forwarded_for = true- X0 s2 U+ e( |6 @! w" M' U

5 o: {5 p9 Y- j, I8 w[conductor], m/ I# \$ D# {, [+ L3 Q
workers = 5
9 G5 @8 P- R( J$ o" A3 p
) a; t: t/ `" q) a# C9 s[oslo_middleware]
' Q6 X- P2 \6 v+ f# i2 p: menable_proxy_headers_parsing = True
6 W  d( _# |$ N4 z
- C$ E7 s/ T& g  C7 Z[oslo_concurrency]
! u  j2 E6 L+ u5 S' E' Slock_path = /var/lib/nova/tmp
$ p% o+ d  N/ ~, o! s. E  ^0 _" S
+ A8 l/ O; h* @" |+ S6 ^[glance]9 e& Q4 ^) E1 c3 v) }& q& a0 t* _1 O
cafile =1 N- k) R" q1 S; }4 q
api_servers = http://172.27.11.88:9292
9 x: z; j4 S- c) d, U  a5 W' [num_retries = 3
, R1 C1 t6 c" l6 [, E7 o$ @7 ldebug = True- c2 Q! `5 n4 V+ h4 E0 D

2 r/ L& H% j0 ~& w7 H[cinder]/ G- Z- p. @$ J
catalog_info = volumev3:cinderv3:internalURL
4 Q4 N# ]! n1 p7 d0 yos_region_name = RegionOne5 S) B+ w* @0 N1 A7 R  w
auth_url = http://172.27.11.88:5000
: u/ |; Z$ B7 U4 F0 E, J8 lauth_type = password6 q1 _7 e1 w, w- Z' K
project_domain_name = Default
7 L! f7 m! ~1 ]" M: Z  ruser_domain_id = default
8 n4 B3 p9 x! ?project_name = service
1 L3 v- F: _' _! R- ^4 u7 Eusername = cinder. \) ?, T+ p+ v) d5 G
password = FyypKc2XVRBveUwBSmr9 X1 S! l. y, M. R/ e( S3 Z
cafile =
: _* ?$ g" E. a7 |# Q! b: m1 u
7 G8 m' W% V8 E+ p[neutron]) w! y( R0 x7 b& [& w4 ?
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU5 S; U# C& {7 a# X
service_metadata_proxy = true
) e% R: V' }2 |' tauth_url = http://172.27.11.88:5000
; C9 L' _, v+ Q5 \auth_type = password: Q' U, E2 g- P: e3 z& ^( `% T2 `
project_domain_name = Default
% q- v' h3 ~+ kuser_domain_id = default
* P/ A+ Q+ z) o  wproject_name = service5 Q- q! {  b4 l: H7 }
username = neutron" n" x2 B$ z% _
password = BS02M4JUch6jYMJ
/ f7 b8 [& J' y( U9 c; l& m' _region_name = RegionOne
# O( Y, e' L5 J0 F0 ], E  bvalid_interfaces = internal; n( I- {$ I, T( X$ n9 T" K
cafile =0 Q9 [# j5 b& g: Z* u

& D: w0 ^& [/ w9 }- F/ z[database]
$ ~5 @6 `' A. I6 n, V. K: S- [- {connection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0( \2 A) _9 b. S! o: T1 C$ K* O
connection_recycle_time = 10# g, o( s8 k! n6 P
max_overflow = 1000
. y/ h/ ]) ?1 l9 u: Z$ Q* omax_pool_size = 1
) b7 B  H* Y5 H9 B5 pmax_retries = -1
! [- n. }' I" S; [
7 h0 Z7 X5 R2 {[api_database]" h  |0 t4 \0 r2 Y% F
connection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api( v' V- Q0 B- L+ D! v8 v
connection_recycle_time = 10
8 p: s- v# X- U& F4 Pmax_pool_size = 1
1 h0 _* F1 u2 k5 amax_retries = -10 F& k4 m, W9 {' k- v8 c' V
, D3 g; M; j" X- X* X7 e
[cache]. v9 V  b% |' G) q1 u8 }$ ^
backend = oslo_cache.memcache_pool
. [8 g8 g, a1 d! Xenabled = True) d% U3 R' [% C' g4 c7 M) B  a
memcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:11211
2 y% X* }3 o6 V' o6 p" v. R: T
2 b: j9 Z: N) }/ O[keystone_authtoken]6 B1 l+ Z; x5 e
service_type = compute
, u4 Z4 q5 Q, o( ^' Uwww_authenticate_uri = http://172.27.151.188:5000
! o- F; S  B+ l5 M3 O; I3 _auth_url = http://172.27.11.88:5000
! s3 O+ I: W% w7 I; W7 \4 n: fauth_type = password3 W+ t& _, h0 \
project_domain_id = default; b, H1 L' J& E0 v: \
user_domain_id = default
$ z6 T: k. @: P4 ?9 Bproject_name = service  p3 L3 \9 _* }) @( n" _! `" K6 O
username = nova
' K0 F+ u/ N, m4 E0 Bpassword = 3kt5fJe4rRZv0
5 U, Y+ _5 U8 Dcafile =
) {7 N5 G+ B- E: ^; ~# C1 u& Gregion_name = RegionOne
& S/ m( S: M# c6 Z% `- y' k$ _# Dmemcache_security_strategy = ENCRYPT
8 Q6 @5 f" e* Cmemcache_secret_key = wyYzf18TlOemRbFXSMwDU
2 k: |& m2 Z  U0 O8 Pmemcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211
% {' ^' I- H. k
; v# t6 x6 ^2 i6 B7 ][upgrade_levels]
) t* K$ c8 n3 T; Y7 Hcompute = auto) ]: @( R, ^! N. W* O
& l' t! e! X, p" A$ A) J3 v* B% b8 i
[oslo_messaging_notifications]/ H# [5 K: s; e' w+ J) q0 F, i& N- P
transport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672/// j; m7 q! R0 V
driver = messagingv2
5 P& G6 C/ X9 W( ztopics = notifications- j1 C% a% i' V) d1 t8 O0 D
/ v$ [: {0 C; C7 X' M- U+ {  h
[oslo_messaging_rabbit]
- }6 e) L4 N: Q8 ]- zheartbeat_in_pthread = False
* P) K) n) `, krabbit_quorum_queue = true
1 ?- D4 }4 s/ j' a8 y+ ?" s' v: w; |& D. ^
[privsep_entrypoint]/ d# c! b# j- @' C7 V2 U
helper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
7 Y8 ~, ?0 g: w) j
; j) Q- J$ p" V* n, n0 n[guestfs]" K8 T( U# m5 D9 |4 C
debug = True
, u9 e- m: ?8 r  z* u
( D/ z5 k& Y8 ]# T% n1 N[wsgi]& j8 }/ p4 _2 P- f
api_paste_config = /etc/nova/api-paste.ini9 F/ n$ b+ Y# W: o/ ^8 N6 v

+ d5 X( P  N. ?[scheduler]
9 n! u8 L* e& i! ?- v5 q5 a0 V8 imax_attempts = 10
# e8 j9 }* E" B0 ~3 fdiscover_hosts_in_cells_interval = -1  m! X! c4 s  ~  U* H1 F
workers = 5
4 D, V+ t  X7 \
" H2 K) |, o* {9 \* T6 H6 E[placement]0 h  m! R7 \+ p# J, g$ H
auth_type = password5 n* }3 ^( L% E; g; c9 Y$ y3 \
auth_url = http://172.27.11.88:5000
4 S" J* j$ a1 K! ?. Gusername = placement  z* d% W! @, X, g
password = 1rNjPdQcmImG3 O5 g- a! m! k1 O. L1 l% i+ g; J
user_domain_name = Default6 E2 U3 y9 |" c5 d5 K: y3 o
project_name = service" c7 G6 H: Y  i& V' v
project_domain_name = Default3 T6 }3 B& o- I( ]# w9 D0 u
region_name = RegionOne4 e+ ^2 J) r( d0 l" ]
cafile =
7 R& `! \4 n) J$ V1 _  Vvalid_interfaces = internal
9 s* Z0 ]/ K3 n9 |; ~. ]4 [! }9 {$ P$ d
[notifications]# h/ M" W! H/ w6 J' ^
notify_on_state_change = vm_and_task_state
% Q; k8 x9 m- N5 G; p1 H# h8 ~
7 N$ v7 `* v+ h4 a[service_user]. f4 V! e3 Y+ M5 @! p+ a! e- \
send_service_user_token = true
1 ^" I$ g: }- @# N- b9 a/ vauth_url = http://172.27.11.88:50009 }4 [/ j: C( S. s0 L
auth_type = password0 O3 F) }$ t0 _* m" B: Z/ H4 T$ O
project_domain_id = default% T/ q3 b3 H2 Y, E5 J$ d; B1 F
user_domain_id = default
8 g5 ~* b' i8 |; cproject_name = service2 L! h* I8 T! C2 v; M
username = nova# q( k6 x: Z+ X+ n: [4 ]3 A0 F
password = k5fJe4rRZv04 u$ w6 Q; V8 n) o" R% o
cafile =$ a6 p8 p7 ]/ f; k. a
region_name = RegionOne, I7 ^: W4 }7 L& n$ T3 C
valid_interfaces = internal
" X! H+ h4 G. [' u: u# R
2 L! `1 C. @, `! d  x) ~3 _" z[libvirt]6 q: Q: k1 V' u5 Q* F4 Y
inject_password = true
" o# |: T7 d4 @  b) g& N
! u5 e" L3 T: y2 x9 {[quota]/ ~6 A9 {4 v. C8 L  x9 ~
instances = -1
6 a1 `7 t2 r8 h7 ^+ Y+ Gcores = -1+ s0 N4 @5 ?5 I. ~$ [& d
ram = -1
: T4 O1 q& l% n9 D" F. V5 Tinjected_files = 32, k5 A1 B+ f5 ^1 ]0 w7 B$ R5 e/ w
server_groups = 128
2 r: b# Y3 f6 }8 c* d6 a$ N; eserver_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:29 | 显示全部楼层
[DEFAULT]. @( A% I5 f- j
debug = True
: Z. ^' B! D8 h8 mlog_dir = /var/log/kolla/nova" A# j' ]% }* E2 r$ t1 E! r
state_path = /var/lib/nova0 d0 O0 M) M4 v
allow_resize_to_same_host = true
! J. M5 O9 n7 u! D2 y& l$ Q- l: qmy_ip = 172.27.11.38
2 C  }" R* I& e2 {instance_usage_audit = True. U" d: e4 l" L( H
instance_usage_audit_period = hour
- y7 m( a7 [( z3 _transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//
9 B2 V; u+ B; }6 M' F( J9 b5 fresize_confirm_window = 60
* d, k, e6 X7 W& h( y
% P' z$ V0 v: {8 x[filter_scheduler]
) P/ n; D5 e+ J6 e( T! p' v5 ~( {4 s8 Q) m
[api]  R' ?0 P: k* |& ], @
use_forwarded_for = true
" y1 Y1 s& }0 c- v4 X4 F( A1 ?
# r: J/ e  j0 I" A- z( z[conductor]
4 g) I' Y8 L3 M" ?7 _2 dworkers = 5
- S. E' B: ~# n% V2 ?+ g5 e/ b0 I
' K& }$ N7 p4 i3 Q/ h+ q& |[oslo_middleware]
/ N0 [% P6 R( f# [* ?enable_proxy_headers_parsing = True
. X& N( `* `- }) ~/ k# p- H. S! r# m1 P/ K( Z+ r+ \: _
[oslo_concurrency]
) v9 g$ o1 Q! r, V: ~3 ylock_path = /var/lib/nova/tmp
5 u& ?  ~& i) S' t. F5 @
" i# g  b6 G) i0 X0 |2 K1 I[glance]
4 x' N3 I7 E' {9 kcafile =
  C7 f0 }7 t. p5 A/ s0 |% Yapi_servers = http://172.27.11.88:9292; X1 B, h8 I" O; v2 \0 X+ E
num_retries = 31 X3 U- j3 S) L, F
debug = True
8 ]5 ~1 H2 P: B# [3 |% T! X3 W' A) d0 w
[cinder]
, w9 a, [7 r7 K5 _, ^5 h3 Wcatalog_info = volumev3:cinderv3:internalURL
9 Q+ P6 Y( v9 M5 X8 k& Los_region_name = RegionOne! W# S& ?" ]* e% W, A2 d8 g
auth_url = http://172.27.11.88:5000
  T/ U6 _. o" G( X; Qauth_type = password3 g: S: m& |- {
project_domain_name = Default1 c8 {7 t3 c2 P( ^
user_domain_id = default( R- B. @! W  M( g
project_name = service
. n3 @" A2 M* R/ z& Busername = cinder
' k: b  P' |8 z& spassword = FyypKc2XVRBveUwBSmr
! n8 c- h8 ]/ `- dcafile =5 ~2 r, {8 M  R' T6 }% ]
# g9 F- G! i# O! r1 ?2 |; i
[neutron]" l$ ]: R$ D5 p% e* T  X
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU5 A1 v$ I7 ]* a2 b& y
service_metadata_proxy = true+ z' ?  t) {. W
auth_url = http://172.27.11.88:5000
; g/ s' y6 [! U9 Xauth_type = password! |: N0 ]5 z  i, N  D( G1 E/ f
project_domain_name = Default0 w  v' C+ b4 J+ l: X( |7 B3 |# y
user_domain_id = default
, U! r0 [; t# {/ ~1 \4 Yproject_name = service! Q" v, `( h6 A3 ?) x' T5 ~: N
username = neutron
  ]3 v. _# q) b: o2 w7 j4 cpassword = BS02M4JUch6jYMJ2 g4 |2 g$ p; F: R, J; n
region_name = RegionOne
9 Q, a7 I  K; S7 m) w8 c7 ?valid_interfaces = internal4 k( n+ h3 I2 [6 F
cafile =
! Q9 R' f* N" d5 L+ t) S( f
3 k. n( w: s' X. N, T& [[database]0 ~3 b, r+ x) X: O: |
connection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell05 }. H; [& q# O
connection_recycle_time = 10" e! r" R' V, M
max_overflow = 1000
) \( ?, e& ?: u* z. v5 bmax_pool_size = 1
& G/ _1 K0 B/ o4 ]* m  v* g/ N. r, mmax_retries = -1
: n" }* ]. ^9 y2 u" d5 P6 |9 v( `( _7 c* @1 j- Y7 W8 }
[api_database]
7 I- z3 k* o: zconnection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api
; m6 V9 x; y" I* }; ?2 |. [2 cconnection_recycle_time = 10
7 U& s/ q, H% \7 j5 H. @; imax_pool_size = 1
3 r4 p7 }3 s" S1 Rmax_retries = -1! c; ~8 ^7 p1 G9 |* q' H
! ]9 J4 E9 k8 N# j& N1 a
[cache]
$ ^' n, K: z. ^# e& F8 S  E" }backend = oslo_cache.memcache_pool
0 l6 A% k2 @1 b1 h) ^0 \enabled = True. V. r, \5 d0 w6 y8 d3 M2 ~
memcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:112110 {) N& s1 d9 L" \! Q; {

, s" g! r4 e. I, H( Z- N8 [[keystone_authtoken]
. `% M: a  U! W/ C! H$ mservice_type = compute
9 l0 @% Y3 C( lwww_authenticate_uri = http://172.27.151.188:5000
; ]2 C% n; M0 H/ M7 x$ o7 cauth_url = http://172.27.11.88:50008 E  ^0 h' W0 l4 J8 S
auth_type = password
* o0 w9 K& _2 G& Zproject_domain_id = default5 t0 J3 p2 D% T* D: L8 z4 g) ]
user_domain_id = default
+ J& @$ e! F: z  ~) k0 T" Zproject_name = service! L* t! @' D  k1 l& v  X8 i  ~
username = nova) x6 B# _2 F: F) p! H% R( W! f( H
password = 3kt5fJe4rRZv03 S8 [& i( t& V
cafile =
& d6 G/ Q# ?5 ]- M& tregion_name = RegionOne
3 ?0 F' U  r9 _; fmemcache_security_strategy = ENCRYPT
0 D& T: M. T' C- ~% V' {" vmemcache_secret_key = wyYzf18TlOemRbFXSMwDU
0 q9 t9 _% J. u1 w3 kmemcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211
# P+ ~+ B+ f; y7 r3 D6 l9 ^& n2 Y
% _  J( F; C7 J. F[upgrade_levels]
! u0 Y$ X4 H0 u; q* u3 ]compute = auto+ q' x9 B4 F( v4 I
/ e! r7 C4 V* D. A) i+ v
[oslo_messaging_notifications]
1 ^  t: c# n, k: Z/ _transport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//
$ E3 N$ `" q# Z* ?$ Gdriver = messagingv2; n# ^7 |$ M2 A5 o" j& r
topics = notifications9 i) r3 e& j' r' q/ q1 M. j$ P- q
6 x5 _8 ?# B. G$ e+ o
[oslo_messaging_rabbit]4 i$ ~7 G; n4 s3 D/ P% r
heartbeat_in_pthread = False
2 |. Q  [* U- I  g9 Drabbit_quorum_queue = true* h! T* d5 Q1 ~- h7 V
7 r6 z$ H" M; [2 c: H: G& q
[privsep_entrypoint]
- n) U% a' [' O4 `helper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
2 v+ L! l+ l/ o# F0 h8 }
4 ^" u/ h8 C5 F" ]. |[guestfs]
! P4 `! w, V4 D; V/ |" Y9 Kdebug = True: f$ N) P0 r- C8 w# {

& o+ e  i# T# y2 \[wsgi]/ b. h6 h  U8 q# }  ?+ Q3 w
api_paste_config = /etc/nova/api-paste.ini3 e- o. \8 @( m' y
+ e+ Q+ {3 m" g+ Q
[scheduler]
$ P8 g. |) F/ v6 Gmax_attempts = 10  H0 i6 e6 p0 ^  l7 Z5 |
discover_hosts_in_cells_interval = -1
$ B+ C: R/ l  Wworkers = 5
  e% Y& g- K) ]) D6 d, W7 X4 x* A
% b- ~( H* G) b# M. R# Y[placement]/ _& ]/ ?% y0 T! x( K. e- T! t1 s9 A
auth_type = password8 Q3 E4 G: c  y2 h
auth_url = http://172.27.11.88:5000
- p# A2 W$ X, @8 c  busername = placement
- x( j% p& `3 w/ J( C% \password = 1rNjPdQcmImG! g2 t, p, G+ \2 c
user_domain_name = Default
3 s* s# R9 k, Z$ @8 e; cproject_name = service
0 s+ h/ j! B- Q% Y+ A4 C: E% E6 qproject_domain_name = Default
5 s3 p* |9 J% L) Z. }region_name = RegionOne2 Z: a8 A  i, @! {7 d
cafile =7 `. {% y% B! D4 n& V! A
valid_interfaces = internal5 f6 o! |: n; O8 I: n$ b
- Z! s) K9 R; s- S8 X
[notifications]
9 P, v# I* Z: R( mnotify_on_state_change = vm_and_task_state
0 P& {. s- o6 V0 i2 u- [2 A6 r  u+ l+ `
[service_user]/ p" d) Y" J1 Q
send_service_user_token = true
4 N3 t) J5 g  K2 B! I8 n1 Pauth_url = http://172.27.11.88:5000, B) G* R; r" O
auth_type = password
* s6 t) x7 _0 Y3 {: V6 sproject_domain_id = default7 }2 b5 v& b1 s4 O1 m- x6 Q
user_domain_id = default0 ^! `6 v3 Y5 M# j% l  {
project_name = service- _' j- v) R* v% \4 I( M1 E" H
username = nova( ^5 [6 ~5 q& c, z, w" f. u6 X
password = k5fJe4rRZv0
/ n" |8 ?- v. s8 s* `& X2 I7 q( acafile =
, r2 U' v2 J/ i6 Jregion_name = RegionOne
: v( k$ L: D5 F0 z1 P+ Lvalid_interfaces = internal1 R7 }$ R" Q8 S5 n

& b# e9 ~1 [" w0 h# ]6 @7 C5 m1 l[libvirt]) _7 E' e* A7 E2 [
inject_password = true# d; [! o9 C  L1 R

4 ^5 {* B0 Y# z3 Q  u[quota]
2 D, V! n$ o2 [/ Z- ^, |instances = -1
+ r& _* B! h5 y4 ^/ {9 d% }cores = -1$ `, U5 l( L8 @5 B5 _
ram = -16 R4 c; X' ^8 ^  Z
injected_files = 32
  U3 i6 C) L( C. m  Kserver_groups = 128; z  M9 ~- ~: w( W$ N, C/ L% B9 G
server_group_members = 128

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2025-2-28 10:23:30 | 显示全部楼层
[DEFAULT]2 c4 H+ y; N8 c  }# X
debug = True
- N* @- n& q, [- J, T6 W( ]8 olog_dir = /var/log/kolla/nova& S) ~. e& }' g9 r
state_path = /var/lib/nova
  b& G2 f0 `' S/ Qallow_resize_to_same_host = true. l0 Q4 v: B6 K# _9 i
my_ip = 172.27.11.38
) J: Q$ y1 f) Jinstance_usage_audit = True
" ]# ?) x: Q' n' n: minstance_usage_audit_period = hour8 Y; E. U5 q  |' y
transport_url = rabbit://openstack:iq9inxvblL@172.27.11.36:5672,openstack:nxvblL@172.27.11.37:5672,openstack:9inxvblL@172.27.51.38:5672//2 o  K+ F$ b6 Q! v) @5 I- c
resize_confirm_window = 60
, v6 b( [6 D# {7 m6 n
1 [( P( s6 h. b7 z[filter_scheduler]
9 P' l3 B, s" c
- n; c$ H4 G. |) U' [3 Y" R/ t[api]
" C& c; Q, ^; y! o1 i# ?" |use_forwarded_for = true+ p( k0 O/ C: \% x$ ^# @
, |/ a+ J' l. B" A& c2 A
[conductor]; h. D' S7 \; F5 o: {# N
workers = 55 \( U* ?- g9 i( p/ Y! z

' w- F% f8 b( d% [' R6 U4 z[oslo_middleware]
. U/ P6 _3 j' Q" z5 d* V! genable_proxy_headers_parsing = True8 z4 w+ r' v9 ?/ K2 z

! i: O8 @. Y7 v/ h5 F[oslo_concurrency]
- r; ]" R- t) a- x) s9 h  tlock_path = /var/lib/nova/tmp
* b6 x' I8 H- K' ^# _+ [3 i0 I( V( S, G" P& s4 V8 [: }
[glance]: ?4 m4 T0 j* d' }9 M
cafile =3 P( k; p3 j. t1 `& x
api_servers = http://172.27.11.88:9292
4 u7 F/ h9 M2 Z; e9 J* Knum_retries = 3
  s$ O: b. f" F: ~6 `: P% Udebug = True
! F6 D1 _8 r0 K) }% f! t' Y( P/ v  W4 z. Y- c- Q. e2 S
[cinder]1 q- _% @. e9 j  v' Y2 F+ k( O5 n
catalog_info = volumev3:cinderv3:internalURL
  b, B$ ]4 I( Y6 y" ~7 d  Qos_region_name = RegionOne+ r% i+ }1 Y& E# X
auth_url = http://172.27.11.88:50006 d& F2 f+ y6 o: ]# v& W
auth_type = password
, a, \/ Q- ?# ?% k$ Zproject_domain_name = Default8 {  C6 G7 \7 v! q* {
user_domain_id = default
5 n5 F9 Q2 K! W0 e5 Vproject_name = service
: s: z  `+ k) g! v, {username = cinder9 _6 g+ p. a2 c$ i5 [; ~6 V9 C/ h* W
password = FyypKc2XVRBveUwBSmr
  S1 c2 M) H% y4 \* ~cafile =
5 o3 }" E% r6 w- a! q* Z& x! ~$ ?& |4 c
[neutron]" F% ?. e$ C" ]& {# ^& Y8 O
metadata_proxy_shared_secret = XHYCOScZnT5e7BZJU
, z' v6 |& e# fservice_metadata_proxy = true
1 H( D* ?; a3 p+ dauth_url = http://172.27.11.88:50008 M* a8 v& Q- Y1 Q9 p2 c8 _3 |3 e
auth_type = password: v/ Z3 Q0 M" ?; V' t" l; P
project_domain_name = Default; |0 t; z4 N: q8 V+ e0 M$ ^
user_domain_id = default
- P" L2 p& }7 Z6 b2 o$ ~1 Bproject_name = service( O7 L# q0 k4 O- R1 B* O' v0 M
username = neutron# E6 X1 I- v2 Z5 }: O& m
password = BS02M4JUch6jYMJ, h$ }# `; o( z3 P' u( `  }
region_name = RegionOne& q* z3 R# [. d) W; U3 g
valid_interfaces = internal
; [% n& N) }( L7 S  a, jcafile =
* c! c: m( B  _% ]/ [7 d8 B) Q# ~0 w; ?7 ^1 ?, j# ?
[database]
2 v* G# Y$ t0 a4 V  g& k% S1 bconnection = mysql+pymysql://nova:uNXOmRRJfA8OC9AMeGQKmHCFPi1G8oUCA6ltitkU@172.27.151.188:3306/nova_cell0. k1 l6 S2 v2 Y9 r
connection_recycle_time = 10
4 K% X2 Y! u0 i  F9 M' ]4 imax_overflow = 1000
/ A7 J) L  |: A4 J9 Lmax_pool_size = 1
/ ~! O( q: |: s* A% B; Ymax_retries = -13 R" p2 N7 q3 M2 D8 ~" w6 j

" V# d4 s- p4 a* D$ n( M6 S. W2 p5 e[api_database]$ q  k$ h2 \- K! S0 p7 n$ J  d
connection = mysql+pymysql://nova_api:5kmHbCpWVMx4VsUz6RjJiRgXfcEMPCZ9ATuRhyEr@172.27.151.188:3306/nova_api
! }$ a) R* D& t1 ?8 Fconnection_recycle_time = 10
( u0 q1 [: ^3 K8 M, Y3 _9 umax_pool_size = 11 Q/ e) m0 v# p5 H. S+ c
max_retries = -1
2 G' R* @* l7 Q. |# t, V7 N2 |
[cache]
: X" [/ ~7 K6 W9 S/ @0 rbackend = oslo_cache.memcache_pool
9 J) f! n; a% [2 {) jenabled = True
/ Y! B- P% o7 d1 L% n, _6 W. F( dmemcache_servers = 172.27.151.136:11211,172.27.151.137:11211,172.27.151.138:11211
& F: l4 H5 B+ Z* b
9 n3 y$ C2 Z7 O/ N0 y: [[keystone_authtoken]% P3 c6 ^" G9 N/ E2 O" Z  a
service_type = compute7 o2 D) I) I, Y! f, l6 d  d1 J- M
www_authenticate_uri = http://172.27.151.188:5000
) P* s3 B( C# {: E0 Sauth_url = http://172.27.11.88:5000
( U) Z0 G; M! t* i7 c; Xauth_type = password
" I# {" h7 m1 _5 T+ H5 r) j4 lproject_domain_id = default; d2 v5 D1 j; ?( j2 p; x6 u
user_domain_id = default2 U. q7 b: N" O  L
project_name = service
9 s/ Y% q. K3 n4 m  T0 I5 Vusername = nova
9 @6 \5 V0 B/ S% L* kpassword = 3kt5fJe4rRZv0# P' f9 o  g3 n5 a! Y0 c% Y' _8 }
cafile =- Z2 e+ g, ]$ w7 r8 ~" x" {. {
region_name = RegionOne% b5 F7 ^( U$ x3 B; c
memcache_security_strategy = ENCRYPT  Z; ~! C& @3 y0 R
memcache_secret_key = wyYzf18TlOemRbFXSMwDU6 G1 P5 N( U, ~1 {4 Q: C
memcached_servers = 172.27.11.36:11211,172.27.11.37:11211,172.27.11.38:11211
& g9 W. N0 ~) D" R! R
' x6 d$ V1 m6 L1 _  j  X[upgrade_levels]' O" d+ c9 w( u' u/ e" B0 Y9 m
compute = auto# w6 w& s% }+ B

  {: l8 V1 ]8 _9 B  ^9 }* N/ b[oslo_messaging_notifications]) N/ s. A' s# w9 t3 x# q$ X! {
transport_url = rabbit://openstack:M1ayvEiq9inxvblL@172.27.151.136:5672,openstack:iq9inxvblL@172.27.151.137:5672,openstack:q9inxvblL@172.27.151.138:5672//
! z$ B8 ^3 q( ~" C0 t3 xdriver = messagingv2, J4 G4 |! {6 S3 E% S$ ^/ M1 H3 @
topics = notifications# M. e  d% p2 s( G9 u- ]. m! r- p

' `. ?! }. F: H% D3 O[oslo_messaging_rabbit]
# e% n4 }; K: T0 P3 `+ nheartbeat_in_pthread = False! `! C; I7 a$ I5 W4 L+ W
rabbit_quorum_queue = true
8 l, z& B2 c) k) _" j6 n6 F
0 c* B. S4 m4 Y8 ^$ {[privsep_entrypoint]
1 W' c6 W. Z3 |helper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf* I/ Q7 {! @$ _0 S8 [2 P, l; Z3 L
  w! ]" N6 o7 y
[guestfs]4 S# c8 M$ U$ {1 ^
debug = True
- H- Z$ l8 D' T$ f2 f
9 E2 h) A* V& s) d[wsgi]3 a0 q7 \" z% b4 J$ Y% X9 `
api_paste_config = /etc/nova/api-paste.ini& v! W1 q' Z3 w+ `3 o9 q: e
8 k/ ?) E6 i8 ?
[scheduler]
' C$ y( U* }1 i" J; [max_attempts = 102 M# [+ ]: A4 q6 M
discover_hosts_in_cells_interval = -1. R  \& x) C; y  m
workers = 5
) m8 A+ R( [2 H( X. I% z  p3 b( Q  w
[placement]
3 i6 g9 \/ p$ r  \9 [. Sauth_type = password
" Y0 |% ]0 k  q: d$ ?auth_url = http://172.27.11.88:5000& z* Q! K. {7 x
username = placement. z: |2 D# w( L' d$ Y3 V0 h
password = 1rNjPdQcmImG# x4 o9 S9 i) K+ Z
user_domain_name = Default+ W. e! L  m% U& z3 D" q$ d
project_name = service0 n0 ~4 [$ V$ [- s( M: ]) V
project_domain_name = Default
# E) U* E( P  }! [! _- t. U2 Yregion_name = RegionOne
- l  J+ d# s2 j- Rcafile =, O# O% m9 b7 `
valid_interfaces = internal% a2 B! W% O) [% n& O3 z. [
7 k$ k5 L' ]& g1 K- v
[notifications]! _5 v( K6 f* b! ]( G. ^2 v
notify_on_state_change = vm_and_task_state
3 ?. w) d0 o. q2 O
$ U% C- I- E) K! ^% |& {1 y[service_user]
8 n# O. ]# G, Ssend_service_user_token = true
3 l3 D) ?9 R( W9 c# O/ x4 qauth_url = http://172.27.11.88:5000
& v1 C: Y* G9 L+ iauth_type = password
: t& ~, H/ T, c4 @2 Qproject_domain_id = default
& K  G& i9 `3 j5 z: Ouser_domain_id = default( _% K! ^' e, T  I
project_name = service; z: b4 N  P4 B7 K/ F# X- ~
username = nova
( a! I3 B6 @/ t5 `password = k5fJe4rRZv05 n) Z* `/ y) q4 t$ Y6 [
cafile =9 [+ i/ v% k; G' k1 V1 C
region_name = RegionOne0 E& R+ i  C% y
valid_interfaces = internal
8 U6 f7 Q! d. M0 b, Y: C/ {, O: b/ {* u3 Z9 {. ~. [  v
[libvirt]
, l! R$ D8 H0 G4 c6 O: T, E( oinject_password = true( e5 h: f; N+ r

2 Q! D& q: k1 D2 c$ T[quota]' D* r/ q% M6 a: f( T
instances = -1
; s: ~" E$ p3 s* [+ R! ocores = -1$ J: W2 C7 h4 ?) g
ram = -1
3 r& z$ v5 S7 i. Finjected_files = 32
* ]. D! R1 Y! A# S  cserver_groups = 1289 L( S* u3 N8 p
server_group_members = 128
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

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