易陆发现互联网技术论坛

 找回密码
 开始注册
查看: 1905|回复: 3
收起左侧

执行删除卷类型报错ResourceClosedError: This Connection is closed

[复制链接]
发表于 2021-10-12 10:07:06 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?开始注册

x
2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters [req-65ac1d2e-6512-428d-aa9b-8a89b695fff8 - - - - -] DB exception wrapped.: ResourceClosedError: This Connection is closed
" H% C; F& s* ?, j5 Q2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):
6 C, B/ s" u5 R8 q' N; n$ i2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection( U. ]4 h, ~0 }; N4 v+ K
2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection()' O- b3 r0 l3 i9 {" F
2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection5 P) j9 L- i9 G( V, W% }3 G
2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed")
- Z& }) y9 y# c4 H7 g2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed
3 J  P( n  Q4 B9 L; B2021-10-12 10:02:26.195 34 ERROR oslo_db.sqlalchemy.exc_filters
, Q3 x: k% t7 o; k/ a" s5 D2021-10-12 10:02:26.197 34 ERROR cinder.service [req-65ac1d2e-6512-428d-aa9b-8a89b695fff8 - - - - -] Exception encountered: : DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi): T. {% r3 v4 E0 ^$ O
2021-10-12 10:02:26.197 34 ERROR cinder.service Traceback (most recent call last):
3 ~8 J3 L8 m: k2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/service.py", line 482, in report_state
% E, h8 B9 k# o3 B" L2021-10-12 10:02:26.197 34 ERROR cinder.service     service_ref.save()
* ]" D0 w. k; P. Z& ~6 D2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/objects/service.py", line 181, in save
, E* V+ X4 r& Q' {) U, p  H2021-10-12 10:02:26.197 34 ERROR cinder.service     db.service_update(self._context, self.id, updates)) W! _0 c; h2 y- P
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/api.py", line 154, in service_update1 n8 }7 t" @3 ^" Y
2021-10-12 10:02:26.197 34 ERROR cinder.service     return IMPL.service_update(context, service_id, values)- r7 [5 V) w0 N% t
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 164, in wrapper# G% ]. A& G) p: d; w
2021-10-12 10:02:26.197 34 ERROR cinder.service     return f(*args, **kwargs). U" U; |( x  m; L* n  j6 m! H
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 147, in wrapper
/ q" u1 U( u7 H. B; r0 ?5 t6 j  g& T2021-10-12 10:02:26.197 34 ERROR cinder.service     ectxt.value = e.inner_exc
& h* g8 H3 t  S3 }8 {+ p2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__8 e( Z1 p* F9 x9 T% K( E2 m
2021-10-12 10:02:26.197 34 ERROR cinder.service     self.force_reraise()+ ?: C8 ~+ c: `: C. R
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise- R" y7 I- N/ F2 N9 d
2021-10-12 10:02:26.197 34 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)1 p% [, I5 I# L: J! c0 l
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 135, in wrapper; F7 n* p4 y$ I& C
2021-10-12 10:02:26.197 34 ERROR cinder.service     return f(*args, **kwargs)6 y5 R. @& Y2 i/ Z! |
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 560, in service_update
2 P  y7 k) W9 J2021-10-12 10:02:26.197 34 ERROR cinder.service     result = query.update(values)+ l! d4 J1 a1 R0 ~& j. n1 V% ^3 M: _
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 3369, in update
+ `2 s! p% N  c/ u( D5 R2 B2021-10-12 10:02:26.197 34 ERROR cinder.service     update_op.exec_()
$ j" j) C: s: S( l8 y' c* u2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1325, in exec_
1 h$ a4 `, J4 y9 Y0 i8 k2021-10-12 10:02:26.197 34 ERROR cinder.service     self._do_exec()/ _/ J: H6 p& {$ K
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1492, in _do_exec1 _5 d0 h# H. I9 d* @
2021-10-12 10:02:26.197 34 ERROR cinder.service     self._execute_stmt(update_stmt)
/ r3 f9 H% t% I: M' c3 z2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1332, in _execute_stmt
* }9 N# t' K" D( u( {2021-10-12 10:02:26.197 34 ERROR cinder.service     mapper=self.mapper)
& \7 t0 S0 G9 c4 Z2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1176, in execute( D8 |* t# A1 l' }1 ^/ S8 y8 W7 b
2021-10-12 10:02:26.197 34 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})
4 D$ M  l: a$ t$ \2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 948, in execute
& R  Y! O' a: s& Z$ ^; s0 t2021-10-12 10:02:26.197 34 ERROR cinder.service     return meth(self, multiparams, params); l/ d$ U4 x4 |$ f
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/elements.py", line 269, in _execute_on_connection3 F3 C" r' f& u6 `# {
2021-10-12 10:02:26.197 34 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)
& X4 R) z7 r/ u, G9 J! {1 f2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1060, in _execute_clauseelement
' p+ y5 |, e6 u5 E# k7 M* y2021-10-12 10:02:26.197 34 ERROR cinder.service     compiled_sql, distilled_params
( b* q  g5 J+ O# s! O% ~: u2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1220, in _execute_context
' S7 g' a+ d2 n* O, u" k  d2021-10-12 10:02:26.197 34 ERROR cinder.service     self._root._commit_impl(autocommit=True)5 u8 g+ E/ @4 e! L) a; X5 v& p
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 729, in _commit_impl
7 `6 F4 q. A, S  ?- l1 h2021-10-12 10:02:26.197 34 ERROR cinder.service     self.connection._reset_agent is self.__transaction:" O3 s  F3 `. w3 w6 F; ^
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection" S! @2 ~" N" l# Q% q
2021-10-12 10:02:26.197 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)
: D4 u7 o- l  A; x2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
7 S. C5 `- f" }+ v2021-10-12 10:02:26.197 34 ERROR cinder.service     self._autorollback()
& R4 t- Y2 @+ D) y( g$ B! G2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 76, in __exit__6 B$ X$ K. {( @( `* F
2021-10-12 10:02:26.197 34 ERROR cinder.service     compat.reraise(type_, value, traceback)) c* n( {4 k3 D% O4 l
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception, P" i6 f* k8 s  I; Y) X/ T. V
2021-10-12 10:02:26.197 34 ERROR cinder.service     self._autorollback()) D8 r: {) S. t+ q8 i
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 827, in _autorollback
- u: K% {0 d- K; D, K' s, _# s2021-10-12 10:02:26.197 34 ERROR cinder.service     self._root._rollback_impl()
8 \) u) y$ S( T3 g5 ?( |2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 698, in _rollback_impl
6 F: l3 R3 I; T# Y% q8 R2 `2021-10-12 10:02:26.197 34 ERROR cinder.service     self.dispatch.rollback(self)! |, p5 g8 I: F/ C! h
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__
! z1 {1 A- G, [5 C# f8 y# ]2021-10-12 10:02:26.197 34 ERROR cinder.service     fn(*args, **kw)
8 N: b+ v5 ]  n2 h  l* `* \2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 510, in pop_exc_tx9 D  l5 ]" X8 G+ Y  z
2021-10-12 10:02:26.197 34 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None)
& q( \! j9 g* H5 l$ l+ B2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 461, in info$ @3 e! R8 {* K
2021-10-12 10:02:26.197 34 ERROR cinder.service     return self.connection.info5 U1 b- y, U4 _, Z. L
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection
* S  p( k9 e! X  R. c2021-10-12 10:02:26.197 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)# {  ]0 U0 w2 |2 f9 T# o- P
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1334, in _handle_dbapi_exception7 L: ^8 A! D1 v5 g
2021-10-12 10:02:26.197 34 ERROR cinder.service     exc_info& m' P' N1 {1 @% q; t+ r8 R# O; I4 z
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause
$ I7 y  k9 b9 w: d! y) g2021-10-12 10:02:26.197 34 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause); X: @3 i3 ^, d5 j! E
2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection
3 v; G  n; k: L4 r7 S6 y4 F2021-10-12 10:02:26.197 34 ERROR cinder.service     return self._revalidate_connection()
& U6 X3 P9 W, h/ Z7 Q2021-10-12 10:02:26.197 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection
8 @! g0 }# J- k& @* o; ~& C2021-10-12 10:02:26.197 34 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed")
& y6 m% [/ D6 y+ @2021-10-12 10:02:26.197 34 ERROR cinder.service DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)
  m) |% C6 n/ h3 h2021-10-12 10:02:26.197 34 ERROR cinder.service
2 k  L# E) b. D  |( s2021-10-12 10:02:36.267 34 ERROR cinder.service [req-65ac1d2e-6512-428d-aa9b-8a89b695fff8 - - - - -] Recovered model server connection!
& E) C( n# I' E2 U( t2 d1 t" S3 n2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters [req-65ac1d2e-6512-428d-aa9b-8a89b695fff8 - - - - -] DB exception wrapped.: ResourceClosedError: This Connection is closed
; l* E" A; L' Q- G& A" H: h* ^2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):
7 U! r4 @0 X9 m. |' N' g2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection6 x' C( r- X0 l: @. s
2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection(), {3 D+ ?: v3 K  m
2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection
. `3 u1 x6 U! Z" I" S: P) K8 _2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed")
3 H& T( n) r  p1 ^4 D( X  K1 \2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed
3 N7 L2 k" A, O" K7 X2021-10-12 10:02:56.185 34 ERROR oslo_db.sqlalchemy.exc_filters
) p- J- \8 E! G* F8 v$ J! b2021-10-12 10:02:56.186 34 ERROR cinder.service [req-65ac1d2e-6512-428d-aa9b-8a89b695fff8 - - - - -] Exception encountered: : DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)# h7 {' W8 L/ x# f) U! I2 Y7 q. L# w
2021-10-12 10:02:56.186 34 ERROR cinder.service Traceback (most recent call last):' B3 c5 Q( f) X- f2 G8 F
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/service.py", line 482, in report_state- g3 G8 [( b5 r4 Y1 d) u
2021-10-12 10:02:56.186 34 ERROR cinder.service     service_ref.save()
4 ^' j  F' m5 M) a, _7 p7 i2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/objects/service.py", line 181, in save" ^& L+ o# B- v; K' Y, ]3 H
2021-10-12 10:02:56.186 34 ERROR cinder.service     db.service_update(self._context, self.id, updates)  `" u8 c! r2 X; `, B: W4 V& ?
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/api.py", line 154, in service_update2 S9 o. C2 p8 A5 A2 X, Z
2021-10-12 10:02:56.186 34 ERROR cinder.service     return IMPL.service_update(context, service_id, values)
. _; q, @! k) N+ D( Y  t2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 164, in wrapper
6 l1 g# c. S" j2021-10-12 10:02:56.186 34 ERROR cinder.service     return f(*args, **kwargs)! s. k5 u8 }: c; S3 ]! \, N- P
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 147, in wrapper: o, u& e' k; J  t
2021-10-12 10:02:56.186 34 ERROR cinder.service     ectxt.value = e.inner_exc
6 J( a. Y- m  U4 K1 D" F2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
( F# I. j) H) l# J% s1 i2021-10-12 10:02:56.186 34 ERROR cinder.service     self.force_reraise()
( ^* E3 N* T0 L  v9 B( q4 `3 x% P2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
" M& y# L; T# T+ c2021-10-12 10:02:56.186 34 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)5 i6 v+ G' V0 }0 e0 s
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 135, in wrapper& f. |) [) X# I! G5 [9 w
2021-10-12 10:02:56.186 34 ERROR cinder.service     return f(*args, **kwargs)* e% J( r0 y% j, x, r
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 560, in service_update) h% i7 a5 k( h4 m: q
2021-10-12 10:02:56.186 34 ERROR cinder.service     result = query.update(values)
! R; t7 ]9 Z7 f9 h- y& X+ d8 c; E2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 3369, in update
' j9 [7 n8 d+ W8 a2021-10-12 10:02:56.186 34 ERROR cinder.service     update_op.exec_()% [. u$ w" P" K' w
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1325, in exec_
" G+ Y3 d+ s& C2 U5 `2021-10-12 10:02:56.186 34 ERROR cinder.service     self._do_exec()
$ m/ C$ b8 y( `1 x$ p" W2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1492, in _do_exec0 f2 f1 p- `% b, l1 M) o9 x
2021-10-12 10:02:56.186 34 ERROR cinder.service     self._execute_stmt(update_stmt)* U( Q: L* M; ^/ c
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1332, in _execute_stmt$ p% u2 {5 Q4 Q4 p
2021-10-12 10:02:56.186 34 ERROR cinder.service     mapper=self.mapper)
9 k/ _4 w5 @% d1 a) M2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1176, in execute  p* X# b" c9 N- |5 C0 c0 M
2021-10-12 10:02:56.186 34 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})1 ?& H8 e) n$ X1 G& t7 k
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 948, in execute; H6 ~' ^4 A# ^6 w5 Z" t
2021-10-12 10:02:56.186 34 ERROR cinder.service     return meth(self, multiparams, params)
  |7 t6 P- V  G8 u6 }% k2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/elements.py", line 269, in _execute_on_connection
. ]0 f4 W, S+ U2 U2021-10-12 10:02:56.186 34 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)( d; v: v: C1 _6 m3 u6 \
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1060, in _execute_clauseelement$ E8 \; y  V* M0 m$ O) n% @
2021-10-12 10:02:56.186 34 ERROR cinder.service     compiled_sql, distilled_params
# o) Q) n1 r  I% Y; J2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1220, in _execute_context2 L# w% p" W# ^0 B5 x6 {* `. q
2021-10-12 10:02:56.186 34 ERROR cinder.service     self._root._commit_impl(autocommit=True)5 o" @# e# c) Z0 m8 ^- c
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 729, in _commit_impl+ m) v% D3 C, ~1 Y) L: E0 r! b
2021-10-12 10:02:56.186 34 ERROR cinder.service     self.connection._reset_agent is self.__transaction:5 V& I2 f( l; |
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection$ [- s( I) @& r% |+ N
2021-10-12 10:02:56.186 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)
; a2 q3 Y* u. [2 M! b! ~5 T: a2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception% r6 ?1 C( [' J, N" U
2021-10-12 10:02:56.186 34 ERROR cinder.service     self._autorollback()
3 o# x. T: y0 L: K  H+ G! r+ r2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 76, in __exit__! p9 g7 x( i) f! l6 O
2021-10-12 10:02:56.186 34 ERROR cinder.service     compat.reraise(type_, value, traceback)
2 |, j8 l2 b) H! g. ^6 Y: ?% }2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
: i- W) V" t8 u9 \, x  q2021-10-12 10:02:56.186 34 ERROR cinder.service     self._autorollback()
- X  k* }4 `# z! I2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 827, in _autorollback8 A: Z- N0 n' U! ^
2021-10-12 10:02:56.186 34 ERROR cinder.service     self._root._rollback_impl()
% w5 x9 m% L% L% Y' [1 A6 ^3 Y2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 698, in _rollback_impl) ]% e! Y7 W: X- p, R+ H4 Z' ]
2021-10-12 10:02:56.186 34 ERROR cinder.service     self.dispatch.rollback(self)' l1 Q  ]5 m. I
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__
1 C2 W  p7 R) J2 B2021-10-12 10:02:56.186 34 ERROR cinder.service     fn(*args, **kw)* C. T: H+ l2 T% l3 e  d
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 510, in pop_exc_tx  D5 k+ l+ e- c
2021-10-12 10:02:56.186 34 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None)5 X" Q; J0 ?  E
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 461, in info/ {2 V) {4 G7 j) @& n9 V# H( Q6 G- }
2021-10-12 10:02:56.186 34 ERROR cinder.service     return self.connection.info
; `1 _  R* @, Y% G, U2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection: b) U# S6 b+ J5 g+ n/ q
2021-10-12 10:02:56.186 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)4 Y# k9 q8 z7 N& }% e# }* m( R
2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1334, in _handle_dbapi_exception
0 K- K; c* i+ Q9 Q: Q. v2021-10-12 10:02:56.186 34 ERROR cinder.service     exc_info
$ }" j2 W4 m. O6 s# W/ ~3 x2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause# T( u! U/ d. e5 i( y3 ]6 k& }! V
2021-10-12 10:02:56.186 34 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause)
  D  k7 ~3 K' _4 H0 p2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection
+ v" M% T7 s7 b* X0 G, `7 u6 Q2021-10-12 10:02:56.186 34 ERROR cinder.service     return self._revalidate_connection()
3 b" _% y% C. ?9 v5 B' [2021-10-12 10:02:56.186 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection
& v# t& _/ U: K. }1 r/ m+ Y9 ?2021-10-12 10:02:56.186 34 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed")& \6 N, o) r( P, H# r# G
2021-10-12 10:02:56.186 34 ERROR cinder.service DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)* q# e6 `/ Y8 G; G; J6 z6 [
2021-10-12 10:02:56.186 34 ERROR cinder.service ' o3 U5 S) E' l
2021-10-12 10:03:06.331 34 ERROR cinder.service [req-65ac1d2e-6512-428d-aa9b-8a89b695fff8 - - - - -] Recovered model server connection!$ b' q* \- ~. c/ I- O* D
: K6 {2 y  \. z
% d, @4 A  q1 e3 [; N9 c/ B

0 {7 {: v% o9 B& ]% z: b
 楼主| 发表于 2021-10-12 10:35:08 | 显示全部楼层
解决办法:  K* `0 q, Y9 t) w6 ^6 z/ G. U
只能通过清理数据的方式来进行删除,步骤如下:1 l5 _8 w8 }! Q
MariaDB [cinder]> select * from volume_type_extra_specs;- s9 t, I0 @& n
+---------------------+------------+---------------------+---------+----+--------------------------------------+----------------------+-------+
/ h1 W0 ^. h; }7 r; \2 E  Z| created_at          | updated_at | deleted_at          | deleted | id | volume_type_id                       | key                  | value |
8 S0 Y8 Z! @/ k5 N4 x* \+---------------------+------------+---------------------+---------+----+--------------------------------------+----------------------+-------+/ `- @6 V5 e$ ?, P# ?- N% d
| 2021-10-09 07:49:11 | NULL       | 2021-10-12 02:00:32 |       1 |  4 | eb25be13-1791-453c-a304-affe1e6b7687 | volTypeDescription   | 11111 |  t5 {0 p( \- n9 ], L7 C1 r8 h
| 2021-10-09 07:49:51 | NULL       | 2021-10-11 03:05:38 |       1 |  7 | ca6fc6dd-509b-4403-8866-fa129aa1fac4 | vol_type_description | 11111 |5 a9 ~" _& n0 J$ ~
| 2021-10-11 03:15:06 | NULL       | 2021-10-11 03:16:14 |       1 |  9 | 91f63eff-8901-4c37-8818-ce2074a3bf15 | xxx                  | 111   |/ R3 K/ g+ {) N  z/ l
| 2021-10-11 03:15:06 | NULL       | 2021-10-11 03:16:14 |       1 | 12 | 91f63eff-8901-4c37-8818-ce2074a3bf15 | aaa                  | 222   |* M  ^! y& j3 F+ s
| 2021-10-11 07:38:22 | NULL       | 2021-10-12 01:58:24 |       1 | 17 | 49ee1379-977d-45ad-af38-a364ee125e73 | volume_backend_name  | vms   |& Q+ A6 Y$ N: k6 K/ c( w
+---------------------+------------+---------------------+---------+----+--------------------------------------+----------------------+-------+
; r5 j9 V' ~1 {. s* b2 P' M0 X5 rows in set (0.00 sec)
$ z4 C5 y0 `; E* z( z3 i1 A9 P7 B  TMariaDB [cinder]> delete from volume_type_extra_specs where volume_type_id='49ee1379-977d-45ad-af38-a364ee125e73';0 B2 |. w# l( N9 t
Query OK, 1 row affected (0.01 sec)
# v2 G( V' c7 n+ QMariaDB [cinder]> select * from volume_types;
  `- g' Y7 }( y! d* \9 _& T  i+---------------------+------------+---------------------+---------+--------------------------------------+--------+--------------+-----------+-------------+) E  J1 ^& ]- a' Z# e) |
| created_at          | updated_at | deleted_at          | deleted | id                                   | name   | qos_specs_id | is_public | description |2 N+ _( ?* c/ s  y* J; X  V
+---------------------+------------+---------------------+---------+--------------------------------------+--------+--------------+-----------+-------------+% L8 n) G5 @0 A- L: q9 h
| 2021-10-09 07:11:03 | NULL       | 2021-10-12 02:00:40 |       1 | 06c677ad-87c7-4add-bd05-ac07b8ffa65c | 性能   | NULL         |         1 | 性能        |' I, o, x6 o! n- f
| 2021-10-09 06:51:16 | NULL       | 2021-10-09 06:52:14 |       1 | 139fba03-44ef-4d36-b266-5df1406eaf94 | 1      | NULL         |         1 | 1           |
5 X2 z) U& B# e8 a1 V| 2021-10-09 06:56:38 | NULL       | 2021-10-09 06:57:59 |       1 | 13d4e120-32df-4d3b-b273-d8b36fcb9147 | 333    | NULL         |         1 | 333         |9 @* t5 L' D" X% Y& J5 D* h5 i
| 2021-10-09 06:56:19 | NULL       | 2021-10-09 07:42:52 |       1 | 1b250b32-27c9-43ed-a25d-d9c5f1a0cc75 | 22     | NULL         |         1 | 222         |0 k+ Z" b! |# }2 z
| 2021-10-09 07:09:21 | NULL       | 2021-10-12 02:00:45 |       1 | 374b29dc-514c-4e47-a44c-7c59870a7d13 | 111    | NULL         |         0 | 111         |% Y9 t% X- t* Y- L5 x; S: K
| 2021-10-09 06:53:24 | NULL       | 2021-10-09 06:53:47 |       1 | 378bb7b6-b6a1-4bec-b328-427c17b41b76 | 22     | NULL         |         1 | 22          |3 u; ]. a1 u( V" w: ?
| 2021-10-09 06:24:07 | NULL       | 2021-10-09 07:14:03 |       1 | 44bab560-d95d-4ef8-8bbe-cb5a89d3a9f3 | 1      | NULL         |         1 | 1           |) f* V" }+ w, K) M9 z; x6 l8 I
| 2021-10-11 07:37:56 | NULL       | 2021-10-12 01:58:24 |       1 | 49ee1379-977d-45ad-af38-a364ee125e73 | rbd-2  | NULL         |         1 |             |
% J) m- n1 J2 }  B# N! Z8 U( ?| 2021-10-09 06:24:25 | NULL       | 2021-10-09 06:25:11 |       1 | 595b03aa-587b-4f7f-8402-8d5585a3e125 | 2      | NULL         |         1 | 2           |
) U& u$ ?: p0 D- p| 2021-10-12 02:22:32 | NULL       | NULL                |       0 | 7641ef70-e65d-4ebc-8d1b-9f95d3ba6db8 | 11111  | NULL         |         1 | 1111        |. |, P  [3 \! r, y' J
| 2021-10-11 03:15:06 | NULL       | 2021-10-11 03:16:14 |       1 | 91f63eff-8901-4c37-8818-ce2074a3bf15 | 12345  | NULL         |         1 | NULL        |
( b9 L- m! c+ t, g5 I. d| 2021-10-09 06:52:39 | NULL       | 2021-10-09 07:39:53 |       1 | b81d6981-3c36-4a7c-8109-e4d4d7e514b1 | 1      | NULL         |         1 | 1           |
! R7 ?# a3 m: a  ]- X( [" p6 [% u| 2021-09-17 01:52:50 | NULL       | 2021-10-12 02:00:57 |       1 | c15f90d5-8e8c-439d-b23a-993f574a2f95 | ssd    | NULL         |         1 |             |
& i" T6 v  [/ P, K| 2021-10-09 07:49:51 | NULL       | 2021-10-11 03:05:38 |       1 | ca6fc6dd-509b-4403-8866-fa129aa1fac4 | 123456 | NULL         |         1 | NULL        |
% N: G9 L4 \* Z+ T$ W9 P0 T. D' R| 2021-10-09 07:45:15 | NULL       | 2021-10-09 08:30:36 |       1 | cef3a042-9477-4912-9fc9-06804897f7a2 | 1234   | NULL         |         1 | NULL        |
' z+ F! X0 P/ o# p8 \- `1 a8 g| 2021-10-09 07:40:37 | NULL       | 2021-10-09 06:55:35 |       1 | cfb2ce62-ded8-40f0-96b6-a95404bbe9f1 | 222    | NULL         |         1 | 222         |$ n" U( Z) v6 y6 W; w( V
| 2021-10-09 07:49:11 | NULL       | 2021-10-12 02:00:32 |       1 | eb25be13-1791-453c-a304-affe1e6b7687 | 1234   | NULL         |         1 | NULL        |. f+ G8 ~& s6 W, a
| 2021-10-09 06:24:59 | NULL       | 2021-10-09 07:14:02 |       1 | f44678cb-2877-40a9-af63-363e0f4e1a38 | 4      | NULL         |         1 | 4           |
" s7 M/ \5 E: U* ]/ {% W' ?| 2021-10-09 06:24:39 | NULL       | 2021-10-09 06:25:10 |       1 | f6c699c7-fac5-487f-93ae-d7fe9e7d1297 | 3      | NULL         |         1 | 3           |
4 G6 I2 h) l3 l0 {- M2 |+---------------------+------------+---------------------+---------+--------------------------------------+--------+--------------+-----------+-------------+/ p5 t' W; s4 j/ y# T& ?
19 rows in set (0.00 sec)' \5 k! W+ k3 z; z( J
MariaDB [cinder]> delete from volume_types where id='49ee1379-977d-45ad-af38-a364ee125e73';
: J( Q  n5 J/ w( q3 PQuery OK, 1 row affected (0.02 sec)
8 x& m: m8 i  a7 ?
 楼主| 发表于 2021-10-12 11:10:24 | 显示全部楼层
2021-10-12 10:46:08.267 7 INFO oslo_service.service [req-2c007491-24b4-4a3e-8e42-ed7dd36e772a - - - - -] Caught SIGTERM, stopping children7 z1 @, P6 `$ r
2021-10-12 10:46:08.270 7 INFO oslo_service.service [req-2c007491-24b4-4a3e-8e42-ed7dd36e772a - - - - -] Waiting on 2 children to exit
3 N0 B* n* E( q' O: d2021-10-12 10:46:21.675 7 INFO cinder.rpc [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Automatically selected cinder-scheduler objects version 1.35 as minimum service version.
' D/ x4 G8 X* t8 b: {. |2021-10-12 10:46:21.684 7 INFO cinder.rpc [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Automatically selected cinder-scheduler RPC version 3.10 as minimum service version.
+ V. i! b, D3 R  y$ F2021-10-12 10:46:21.780 7 INFO cinder.volume.manager [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Determined volume DB was not empty at startup.5 U: d2 h9 ?, c% u6 J4 B- @6 q
2021-10-12 10:46:21.844 7 INFO cinder.volume.manager [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Service not found for updating active_backend_id, assuming default for driver init.' }) }' K# z" t, t' v
2021-10-12 10:46:21.854 7 INFO cinder.volume.manager [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Image-volume cache disabled for host rbd:volumes@volumes.$ i/ _8 Q7 S" K3 O; D* k9 j" }  V
2021-10-12 10:46:21.961 7 INFO oslo_service.service [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Starting 1 workers
0 Q: x8 s( w: L5 N2021-10-12 10:46:21.972 34 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9)
2 y" C# y* ~# O1 c0 W: W7 e2021-10-12 10:46:22.007 34 INFO cinder.volume.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] Including all resources from host rbd:volumes@volumes in cluster None.7 h/ I6 o9 }2 t$ H( Q
2021-10-12 10:46:22.124 34 INFO cinder.volume.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] 0 volumes, 0 consistency groups, 0 generic groups and 0 image volume caches from host rbd:volumes@volumes have been included in cluster None.
4 W! f: b# H) i( R: ?4 f* E: r: E5 b2021-10-12 10:46:22.125 34 INFO cinder.volume.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] Starting volume driver RBDDriver (1.2.0)+ Q& ^0 q3 z  }1 U0 }
2021-10-12 10:46:22.129 7 INFO cinder.volume.manager [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Determined volume DB was not empty at startup.
3 w  j6 _! Y% |6 ^. H, c2021-10-12 10:46:22.138 7 INFO cinder.volume.manager [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Service not found for updating active_backend_id, assuming default for driver init.7 ^2 O5 I) W  r
2021-10-12 10:46:22.142 7 INFO cinder.volume.manager [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Image-volume cache disabled for host rbd:vms@vms.
. V7 q+ i% f# ?/ s' x2021-10-12 10:46:22.202 7 INFO oslo_service.service [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Starting 1 workers
1 y7 N3 ]  Y1 T3 M& _% R( f2021-10-12 10:46:22.211 49 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9)1 `" B( Q! D4 A+ B. e
2021-10-12 10:46:22.227 7 WARNING oslo_config.cfg [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Option "auth_uri" from group "keystone_authtoken" is deprecated for removal (The auth_uri option is deprecated in favor of www_authenticate_uri and will be removed in the S  release.).  Its value may be silently ignored in the future.
* ]+ Z" V) y4 U2021-10-12 10:46:22.229 7 WARNING oslo_config.cfg [req-13cb3097-f464-494e-97bb-4cd9805a9b41 - - - - -] Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken".
" j6 f( g( O3 d4 Q9 A; Y; |2021-10-12 10:46:22.235 49 INFO cinder.volume.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] Including all resources from host rbd:vms@vms in cluster None.
" y; S1 b) v. V& d2021-10-12 10:46:22.345 49 INFO cinder.volume.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] 0 volumes, 0 consistency groups, 0 generic groups and 0 image volume caches from host rbd:vms@vms have been included in cluster None.
) u  c7 O" V" g' m! n2021-10-12 10:46:22.345 49 INFO cinder.volume.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] Starting volume driver RBDDriver (1.2.0)5 d. I7 [4 @$ e: H0 o
2021-10-12 10:46:22.436 34 INFO cinder.keymgr.migration [req-20fa6049-36f6-4413-98a4-f14de9c6b305 - - - - -] Not migrating encryption keys because the ConfKeyManager's fixed_key is not in use.* I' T7 W8 E& w7 H
2021-10-12 10:46:22.772 34 INFO cinder.volume.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] Driver initialization completed successfully.6 h/ @4 _* c2 S% n1 U
2021-10-12 10:46:22.809 34 INFO cinder.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] Initiating service 21 cleanup1 V0 a  \2 ?" B; X+ k0 L
2021-10-12 10:46:22.812 49 INFO cinder.keymgr.migration [req-257d0ebd-d893-45f7-b09d-3369aec1503d - - - - -] Not migrating encryption keys because the ConfKeyManager's fixed_key is not in use.; \+ P7 ]- Y7 V$ L& h
2021-10-12 10:46:22.825 34 INFO cinder.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] Service 21 cleanup completed.
& }9 h! F# K  [  Q, g2021-10-12 10:46:23.310 49 INFO cinder.volume.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] Driver initialization completed successfully.
8 P% y8 |2 `- p- A8 h7 F2021-10-12 10:46:23.323 49 INFO cinder.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] Initiating service 23 cleanup/ U/ K( m% Z. h9 V
2021-10-12 10:46:23.334 49 INFO cinder.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] Service 23 cleanup completed.9 U6 }, Q: s( l3 }
2021-10-12 10:46:24.950 34 INFO cinder.volume.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)2 o. N3 w6 i8 {2 I
2021-10-12 10:46:25.298 49 INFO cinder.volume.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)9 a& L1 T8 ]* P5 `
2021-10-12 10:46:25.387 34 INFO cinder.volume.manager [req-77b594f2-a94a-4ddd-9c01-ee0de489a2c4 - - - - -] Driver post RPC initialization completed successfully.
8 `+ G) o% h5 z" I3 Q8 M) j2021-10-12 10:46:25.827 49 INFO cinder.volume.manager [req-1a609fe8-538e-4de1-9394-d0fb02078655 - - - - -] Driver post RPC initialization completed successfully.
 楼主| 发表于 2021-10-12 11:10:43 | 显示全部楼层
2021-10-12 10:46:08.485 7 INFO oslo_service.service [req-31400383-79b8-491f-8fac-5e08c163c2a8 - - - - -] Caught SIGTERM, stopping children3 {& p) V2 u- o: u4 r; X- E
2021-10-12 10:46:08.487 7 INFO oslo_service.service [req-31400383-79b8-491f-8fac-5e08c163c2a8 - - - - -] Waiting on 2 children to exit) t& f# j; d# \
2021-10-12 10:46:22.048 7 INFO cinder.rpc [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Automatically selected cinder-scheduler objects version 1.35 as minimum service version.
; M# f  T6 f; S; H$ U9 \  ^2021-10-12 10:46:22.076 7 INFO cinder.rpc [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Automatically selected cinder-scheduler RPC version 3.10 as minimum service version.
( Z+ d1 C# e% g4 E2021-10-12 10:46:22.210 7 INFO cinder.volume.manager [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Determined volume DB was not empty at startup.
1 S4 s8 |5 t; x% a2021-10-12 10:46:22.243 7 INFO cinder.volume.manager [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Image-volume cache disabled for host rbd:volumes@volumes.& p: g1 }) z0 H1 M5 X7 n
2021-10-12 10:46:22.326 7 INFO oslo_service.service [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Starting 1 workers! v$ _; b2 {5 q) x# E6 b. x/ H; x
2021-10-12 10:46:22.339 34 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9). \- e. [4 k( ?) \2 l& G; z3 G
2021-10-12 10:46:22.371 34 INFO cinder.volume.manager [req-179bb5aa-4861-4f85-aa94-598dd3b842f8 - - - - -] Starting volume driver RBDDriver (1.2.0). L2 d2 x" h( m. k( F* W: M
2021-10-12 10:46:22.414 7 INFO cinder.volume.manager [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Determined volume DB was not empty at startup.* ]5 R+ f) R: I' `' M
2021-10-12 10:46:22.427 7 INFO cinder.volume.manager [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Image-volume cache disabled for host rbd:vms@vms.  j* }. b# [5 x5 w0 k4 m+ S
2021-10-12 10:46:22.566 7 INFO oslo_service.service [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Starting 1 workers/ @" l' H* I% q( W$ l1 r
2021-10-12 10:46:22.574 112 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9)9 X$ F! i7 }# d9 |" p
2021-10-12 10:46:22.590 112 INFO cinder.volume.manager [req-2b06bcbf-b0b0-4647-b5eb-6342ca64540a - - - - -] Starting volume driver RBDDriver (1.2.0)
/ |! L+ i5 A+ B, s, r  ?5 C2 I/ M7 |2021-10-12 10:46:22.592 7 WARNING oslo_config.cfg [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Option "auth_uri" from group "keystone_authtoken" is deprecated for removal (The auth_uri option is deprecated in favor of www_authenticate_uri and will be removed in the S  release.).  Its value may be silently ignored in the future.
& |* A8 P1 m; a+ ^2021-10-12 10:46:22.594 7 WARNING oslo_config.cfg [req-36eca515-c8a0-4e58-a9d7-72a794fb9166 - - - - -] Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken".
* O' F+ B6 s" f9 _2021-10-12 10:46:22.816 34 INFO cinder.keymgr.migration [req-ed597fe1-f971-4d07-9326-8e974c1e4666 - - - - -] Not migrating encryption keys because the ConfKeyManager's fixed_key is not in use.
  h  I2 c0 l9 ~! ?. U1 g1 k( m2021-10-12 10:46:23.128 34 INFO cinder.volume.manager [req-179bb5aa-4861-4f85-aa94-598dd3b842f8 - - - - -] Driver initialization completed successfully.
. v: ], B+ Q  L# m" I; b2021-10-12 10:46:23.144 34 INFO cinder.manager [req-179bb5aa-4861-4f85-aa94-598dd3b842f8 - - - - -] Initiating service 21 cleanup* `4 e& p- l/ [: d% J
2021-10-12 10:46:23.154 34 INFO cinder.manager [req-179bb5aa-4861-4f85-aa94-598dd3b842f8 - - - - -] Service 21 cleanup completed.
$ m( @( D5 h8 q) h8 O# z2021-10-12 10:46:23.358 112 INFO cinder.keymgr.migration [req-af86fba8-47ee-432b-9b00-98b950f0df16 - - - - -] Not migrating encryption keys because the ConfKeyManager's fixed_key is not in use.
: c$ a% p6 g$ ~3 e0 C# |% P" a# t2021-10-12 10:46:23.767 112 INFO cinder.volume.manager [req-2b06bcbf-b0b0-4647-b5eb-6342ca64540a - - - - -] Driver initialization completed successfully.; W8 N2 v: c3 y4 |5 l6 Q7 _! T
2021-10-12 10:46:23.794 112 INFO cinder.manager [req-2b06bcbf-b0b0-4647-b5eb-6342ca64540a - - - - -] Initiating service 23 cleanup
2 Y1 u( T+ Z, B2021-10-12 10:46:23.831 112 INFO cinder.manager [req-2b06bcbf-b0b0-4647-b5eb-6342ca64540a - - - - -] Service 23 cleanup completed.$ ^6 D4 }' [0 [7 g
2021-10-12 10:46:25.141 34 INFO cinder.volume.manager [req-179bb5aa-4861-4f85-aa94-598dd3b842f8 - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0): W! C: \0 `8 s: o" X
2021-10-12 10:46:25.438 34 INFO cinder.volume.manager [req-179bb5aa-4861-4f85-aa94-598dd3b842f8 - - - - -] Driver post RPC initialization completed successfully.5 j& L2 [% t- o! a" N
2021-10-12 10:46:25.464 112 INFO cinder.volume.manager [req-2b06bcbf-b0b0-4647-b5eb-6342ca64540a - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)* Q/ h" d3 A! m) i
2021-10-12 10:46:25.829 112 INFO cinder.volume.manager [req-2b06bcbf-b0b0-4647-b5eb-6342ca64540a - - - - -] Driver post RPC initialization completed successfully.
您需要登录后才可以回帖 登录 | 开始注册

本版积分规则

关闭

站长推荐上一条 /4 下一条

北京云银创陇科技有限公司以云计算运维,代码开发

QQ|返回首页|Archiver|小黑屋|易陆发现技术论坛 点击这里给我发消息

GMT+8, 2026-4-8 15:23 , Processed in 0.121705 second(s), 23 queries .

Powered by Discuz! X3.4 Licensed

© 2012-2025 Discuz! Team.

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