易陆发现互联网技术论坛

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

rabbit [-] A recoverable connection/channel error occurred,trying to reconnect:

[复制链接]
发表于 2021-10-20 15:01:49 | 显示全部楼层 |阅读模式

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

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

x
2021-10-20 13:54:27.337 56 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out3 g+ `; W) |1 L
2021-10-20 13:54:37.247 41 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out' t% m8 u, F) j7 p" ^  `
8 Q2 \/ o! E8 V, C( {

  t2 D( E: h! R4 X- |& y^C) }& n" N! A* J! n% V
[root@compute03 ~]# tail -f /var/lib/docker/volumes/kolla_logs/_data/cinder/cinder-volume.log
$ q0 v) m: J6 U- x2021-10-20 13:54:11.270 41 ERROR oslo.messaging._drivers.impl_rabbit [-] [5a4f1099-767d-49a4-bf4d-78ca8ac423c7] AMQP server on 192.168.6.236:5672 is unreachable: timed out. Trying again in 1 seconds.: timeout: timed out7 z$ Z; {5 p, `/ a/ \
2021-10-20 13:54:11.270 56 ERROR oslo.messaging._drivers.impl_rabbit [-] [f34b98b1-d307-4bec-914e-8c96e5b60060] AMQP server on 192.168.6.236:5672 is unreachable: timed out. Trying again in 1 seconds.: timeout: timed out
9 o; k7 V  V% o/ ^8 A$ c2021-10-20 13:54:11.292 56 ERROR oslo.messaging._drivers.impl_rabbit [-] [5502af9b-3cde-4c0c-a4a7-9d700f3182d5] AMQP server on 192.168.6.236:5672 is unreachable: timed out. Trying again in 1 seconds.: timeout: timed out
4 m7 A( s& g$ \- r2021-10-20 13:54:12.325 41 INFO oslo.messaging._drivers.impl_rabbit [-] [bb4aede6-57e0-4e7f-9479-daede2b3d452] Reconnected to AMQP server on 192.168.6.234:5672 via [amqp] client with port 53456.
; T, o: |: x& g5 W6 w2021-10-20 13:54:12.331 56 INFO oslo.messaging._drivers.impl_rabbit [-] [5502af9b-3cde-4c0c-a4a7-9d700f3182d5] Reconnected to AMQP server on 192.168.6.234:5672 via [amqp] client with port 53484.
  ]. s0 R0 z+ @* q2021-10-20 13:54:12.331 41 INFO oslo.messaging._drivers.impl_rabbit [-] [5a4f1099-767d-49a4-bf4d-78ca8ac423c7] Reconnected to AMQP server on 192.168.6.234:5672 via [amqp] client with port 53468.% G6 F7 m; D0 A* t5 V9 R
2021-10-20 13:54:12.334 56 INFO oslo.messaging._drivers.impl_rabbit [-] [f34b98b1-d307-4bec-914e-8c96e5b60060] Reconnected to AMQP server on 192.168.6.234:5672 via [amqp] client with port 53464.
0 K* V' `: G* T3 z2021-10-20 13:54:17.228 41 WARNING oslo.messaging._drivers.impl_rabbit [-] Unexpected error during heartbeat thread processing, retrying...: IOError: Server unexpectedly closed connection
$ V4 k' d+ ^; F) P# n4 I: W# u4 w% w2021-10-20 13:54:27.337 56 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out
, o$ m0 q% _2 n5 j* u: b, V3 r2021-10-20 13:54:37.247 41 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out
+ L; U- k2 Q, H, p4 @
# G  m* ^4 O) |  D解决办法:
) B, @0 i9 g1 {; z* Y  Y在cinder的配置文件中添加参数:  ~3 u, c( F& A3 A6 r
cinder.conf文件:
, O# U7 Y# x. S3 N1 l  N+ `/ Z( @- R* N  K$ P/ M# T8 m" W/ q
[DEFAULT]
0 R% M/ S+ X; ?  w- r* l8 `! h8 q$ ~: f& n3 X( k
rabbit_max_retries = 5     #设置最大连接数为5
6 F4 F: f/ A0 M: S& V; Sheartbeat_timeout_threshold = 0   #
7 s  @0 ~! k  ~1 n# `
  |. s4 U+ v# k% a1 Z& v[oslo_messaging_notifications]
. A4 w- \" `. w7 b5 Nrabbit_max_retries = 5) h3 ~$ a6 C$ ^" J* i  n5 L1 K6 r/ v
heartbeat_timeout_threshold = 0
% M) X7 j1 T7 ~& t: Q/ E- R3 u
6 \0 }" V: L1 z" e( n. X+ U重启cinder-volume服务,# \% q  {% S, C5 B1 L$ U: z
systemctl restart cinder-volumes.service  
6 o7 z3 W: g* p; ]
: l/ w9 b3 j$ W; J
, Z0 a) A+ M! q: F" anova的参数也这样配置:
1 Q6 z" w- @7 xnova.conf文件:
! O/ a. w9 `6 e  K. Q[DEFAULT]1 S2 O0 u9 a+ L" K. z. _! M- E
$ r% s4 A( I) O" e% _/ E9 B+ o
rabbit_max_retries = 5     #设置最大连接数为5* l% c, ~6 J; o3 G( O; _) ~
heartbeat_timeout_threshold = 0   #
# 禁止heartbeat check

, |% N7 a4 t* x( S* |) S
" A4 x% v; _/ t& s- z[oslo_messaging_notifications]
0 v5 n3 X8 r+ [, ^0 Crabbit_max_retries = 5
* E$ ]& i/ Q- r; A+ a6 e- n1 lheartbeat_timeout_threshold = 0; U9 I) S; B+ M7 J2 u8 ^% c$ F
重启nova-compute服务。
$ S: O. k9 w; h) {5 C9 K, p重启cinder-volume服务,
  F1 F* S4 a% R$ f" I4 G4 |1 Jsystemctl restart openstack-nova-compute.service& H- J& k' k& O4 v

: g4 L8 {6 v! c, D- `$ P! F  C发现问题解决了:+ F# T4 x2 P5 J) i5 Z

; s/ R% e; e0 X' d
 楼主| 发表于 2021-10-20 15:04:18 | 显示全部楼层
[root@compute01 ~]# tail -f /var/lib/docker/volumes/kolla_logs/_data/cinder/cinder-volume.log
  O) J# t9 a* E1 k$ W2021-10-20 14:36:20.292 48 INFO cinder.keymgr.migration [req-ba591a1e-a6ea-4935-b630-e5c1e8a7f733 - - - - -] Not migrating encryption keys because the ConfKeyManager's fixed_key is not in use.+ C& L6 l. p& ?
2021-10-20 14:36:20.326 48 WARNING oslo_config.cfg [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Option "rabbit_max_retries" from group "DEFAULT" is deprecated. Use option "rabbit_max_retries" from group "oslo_messaging_rabbit".
% Z, O/ a* |% U# z" H2021-10-20 14:36:20.326 48 WARNING oslo_config.cfg [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Option "rabbit_max_retries" from group "oslo_messaging_rabbit" is deprecated for removal.  Its value may be silently ignored in the future.
8 T' C1 n$ i, ]2021-10-20 14:36:20.354 48 INFO cinder.volume.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Driver initialization completed successfully." H6 l( {8 U( v5 h+ s( h4 z
2021-10-20 14:36:20.362 34 INFO cinder.volume.manager [req-9e80c786-e527-4af4-b4cf-ff57496dd21c - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)& |0 X* ~& n1 G  M, |& N
2021-10-20 14:36:20.366 48 INFO cinder.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Initiating service 11 cleanup& e6 j1 S+ A" F* f3 h
2021-10-20 14:36:20.371 48 INFO cinder.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Service 11 cleanup completed.$ }2 X/ [5 g) }- g6 m
2021-10-20 14:36:20.475 48 INFO cinder.volume.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)
# b# ?# r0 n) e" {4 K; `- n2021-10-20 14:36:20.530 34 INFO cinder.volume.manager [req-9e80c786-e527-4af4-b4cf-ff57496dd21c - - - - -] Driver post RPC initialization completed successfully.
0 e& }& A( |) y; @9 u2021-10-20 14:36:20.625 48 INFO cinder.volume.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Driver post RPC initialization completed successfully.) A0 i0 g. L2 q8 O
2021-10-20 14:40:36.808 34 INFO cinder.rpc [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-backup objects version 1.35 as minimum service version.3 F2 c# z8 ]7 z8 `8 @) _
2021-10-20 14:40:36.825 34 INFO cinder.rpc [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-backup RPC version 2.1 as minimum service version.4 u+ i) T" N  i; J& m5 l
2021-10-20 14:40:36.845 34 INFO cinder.rpc [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-volume objects version 1.35 as minimum service version.
+ T$ `  V3 s: \+ ?2021-10-20 14:40:36.859 34 INFO cinder.rpc [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-volume RPC version 3.15 as minimum service version.! }" m; O, k4 s( L
2021-10-20 14:40:38.165 34 INFO cinder.volume.flows.manager.create_volume [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Volume 551a5f24-be37-401a-a607-2135c87812b6: being created as image with specification: {'status': u'creating', 'image_location': (None, [{u'url': u'rbd://31403b11-8a1e-432f-876e-5a2c852f9dcc/images/cceec6e8-29f7-4469-98d1-44131268b88b/snap', u'metadata': {}}]), 'volume_size': 10, 'volume_name': u'volume-551a5f24-be37-401a-a607-2135c87812b6', 'image_id': u'cceec6e8-29f7-4469-98d1-44131268b88b', 'image_service': <cinder.image.glance.GlanceImageService object at 0x7fc1a0e18690>, 'image_meta': {u'status': u'active', u'file': u'/v2/images/cceec6e8-29f7-4469-98d1-44131268b88b/file', u'name': u'CentOS-7.9', u'tags': [], u'container_format': u'bare', u'created_at': datetime.datetime(2021, 10, 20, 5, 43, 50, tzinfo=<iso8601.Utc>), u'disk_format': u'raw', u'locations': [{u'url': u'rbd://31403b11-8a1e-432f-876e-5a2c852f9dcc/images/cceec6e8-29f7-4469-98d1-44131268b88b/snap', u'metadata': {}}], u'visibility': u'public', u'updated_at': datetime.datetime(2021, 10, 20, 5, 46, 52, tzinfo=<iso8601.Utc>), u'owner': u'fce718dfba31472a940816a41b8aed2a', u'protected': False, u'id': u'cceec6e8-29f7-4469-98d1-44131268b88b', u'min_ram': 0, u'checksum': u'29dbdf37822b1717bab1128a29d47945', u'min_disk': 0, u'virtual_size': None, 'properties': {u'cinder_img_volume_type': u'volumes', u'hw_qemu_guest_agent': u'yes', u'owner_specified.openstack.sha256': u'd3862804c0bad38564e1e108245098a82a43b9eda5679270ebf4965d6d4d9278', u'owner_specified.openstack.md5': u'29dbdf37822b1717bab1128a29d47945', u'owner_specified.openstack.object': u'images/CentOS-7.9', u'hw_ovirt_guest_agent': u'yes'}, u'size': 4294967296}}* s6 j7 E+ Y  h/ J( Y. h4 ]% _
2021-10-20 14:40:38.793 34 INFO cinder.volume.flows.manager.create_volume [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Volume volume-551a5f24-be37-401a-a607-2135c87812b6 (551a5f24-be37-401a-a607-2135c87812b6): created successfully) E& [, Z; O8 c3 S: F) [4 j
2021-10-20 14:40:38.803 34 INFO cinder.volume.manager [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Created volume successfully.' w  H' K* y5 _7 L7 F$ P" e
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] DB exception wrapped.: ResourceClosedError: This Connection is closed
! t4 _  y# x/ z& U- X2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):* Q, e  P, F8 I5 Y3 k3 ?
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection2 v7 T" }0 d8 B2 o
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection()$ N! ^. T! v, ^7 ?' H' R0 X
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection" e, p7 o3 e% K( Q
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed")
6 ], C" a% n9 s; n, A/ A' {2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed7 j3 e# P3 m* Z: ~5 O# F1 @
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters
- |! H- e# J4 W4 t7 w2021-10-20 14:41:50.737 48 WARNING py.warnings [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] /usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py:74: SAWarning: An exception has occurred during handling of a previous exception.  The previous exception is:4 z7 k: A. W; D; @! D
<class 'sqlalchemy.exc.ResourceClosedError'> This Connection is closed3 p5 r* J! e: O

' H+ h# O$ p  Q1 i# L  "is:\n %s %s\n" % (self._exc_info[0], self._exc_info[1]))
+ M  f+ o$ c( b( g5 x. c: DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)
9 |3 s0 {( M3 u4 R5 h+ p3 @0 d2021-10-20 14:41:50.737 48 ERROR cinder.service [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] Exception encountered: : DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)8 K  T/ f5 y; {  x% w0 W# N6 k
2021-10-20 14:41:50.737 48 ERROR cinder.service Traceback (most recent call last):" {$ o. d6 ]! M4 a! I6 j3 k0 z
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/service.py", line 482, in report_state# N8 s, `+ d5 J! h# g
2021-10-20 14:41:50.737 48 ERROR cinder.service     service_ref.save()" v  [. g' i. o5 H
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/objects/service.py", line 181, in save0 E7 Y: r7 i5 A& ?+ R4 i
2021-10-20 14:41:50.737 48 ERROR cinder.service     db.service_update(self._context, self.id, updates)
2 i  v( Q5 ?# O2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/api.py", line 154, in service_update
8 i+ F% F( T- V' a' \" K4 Q+ ?% R2021-10-20 14:41:50.737 48 ERROR cinder.service     return IMPL.service_update(context, service_id, values)1 j3 c8 p8 u; o$ {3 o$ u( x8 S
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 164, in wrapper* u! ?- h7 U$ j5 V. Z, P0 m
2021-10-20 14:41:50.737 48 ERROR cinder.service     return f(*args, **kwargs)
- P6 N5 u( a9 Z% K9 L) O! B2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 147, in wrapper
, R4 S* K6 }7 Z! O+ u2021-10-20 14:41:50.737 48 ERROR cinder.service     ectxt.value = e.inner_exc
0 V" n3 b3 q1 r+ }0 H. d. s2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__  Q6 v. r1 K3 q: @+ u
2021-10-20 14:41:50.737 48 ERROR cinder.service     self.force_reraise()
6 h8 X* s5 M) l7 \7 B4 x. v; O2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise$ o( ^/ L9 t- s5 y6 M
2021-10-20 14:41:50.737 48 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)  D; B- g, c, V$ |& D
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 135, in wrapper$ A7 B3 _2 Z! v6 B! d6 Q
2021-10-20 14:41:50.737 48 ERROR cinder.service     return f(*args, **kwargs)
* o2 C+ v  |1 Y) w0 d, i: k& c2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 560, in service_update" r# ^# e+ A+ h, Z
2021-10-20 14:41:50.737 48 ERROR cinder.service     result = query.update(values)2 M; _& ?$ K% x! G7 V4 o/ E
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 3369, in update8 w7 E* C( t9 p7 b$ q
2021-10-20 14:41:50.737 48 ERROR cinder.service     update_op.exec_()5 X+ D! n2 r8 g8 t9 s
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1325, in exec_
: e& @- ]- m: A) V" W2021-10-20 14:41:50.737 48 ERROR cinder.service     self._do_exec()$ ~9 }9 w7 F/ B1 R6 W- O- i
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1492, in _do_exec
& [" T. k& G0 t5 D+ H0 k, |2021-10-20 14:41:50.737 48 ERROR cinder.service     self._execute_stmt(update_stmt)
  P4 z; C! Q% R' ~3 a, ]2 S' P2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1332, in _execute_stmt" R' t' R# N: |# H6 r
2021-10-20 14:41:50.737 48 ERROR cinder.service     mapper=self.mapper)
( c' i2 P/ ~# u3 |4 U% [2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1176, in execute
2 q$ G/ x0 h0 N7 x# O, {9 U2021-10-20 14:41:50.737 48 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})$ n" m) s. Q- |" g( j
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 948, in execute3 [2 p2 }6 V# b7 l. o. J
2021-10-20 14:41:50.737 48 ERROR cinder.service     return meth(self, multiparams, params)8 _- k9 }$ N) ~. ^  l# n
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/elements.py", line 269, in _execute_on_connection7 v# r$ @) W$ x$ [; k/ e( s( q
2021-10-20 14:41:50.737 48 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)
8 H% Z5 p+ [7 C2 B2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1060, in _execute_clauseelement
$ B0 X/ P5 Y+ D  @) a# V7 Z  f; y2021-10-20 14:41:50.737 48 ERROR cinder.service     compiled_sql, distilled_params
; d+ U" C$ Z& p  G7 j+ J" Y, a2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1220, in _execute_context3 a  K1 }- V+ v
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._root._commit_impl(autocommit=True)0 [6 U/ R) V# `
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 729, in _commit_impl
: C, U2 M' T6 e+ r4 _! _2 o2021-10-20 14:41:50.737 48 ERROR cinder.service     self.connection._reset_agent is self.__transaction:' v( D% e; H2 ~4 s0 {
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection4 l$ b) @4 r. K
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)9 p9 i% m0 N) ^! ~8 v% Q" b6 y
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
3 M! q  n* ]( W* b, }; [* J( O2021-10-20 14:41:50.737 48 ERROR cinder.service     self._autorollback()4 ^  K8 C5 K, I) ?
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 76, in __exit__4 ^( N$ T" o  w* @' ~' s5 |, r
2021-10-20 14:41:50.737 48 ERROR cinder.service     compat.reraise(type_, value, traceback)
5 t$ W0 H6 j1 h" M1 }2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
7 N; A% W4 x4 v! X) [2021-10-20 14:41:50.737 48 ERROR cinder.service     self._autorollback()
( X* ^7 ~/ z5 Y0 U& R' D/ G2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 827, in _autorollback
( w2 T/ r9 b/ S: T9 O0 o. n- l' A6 v2021-10-20 14:41:50.737 48 ERROR cinder.service     self._root._rollback_impl()
3 T( }, Y& N( U+ t) {5 i8 o* ~2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 698, in _rollback_impl* B+ ~- M  ~  W4 y) O* V% h
2021-10-20 14:41:50.737 48 ERROR cinder.service     self.dispatch.rollback(self)  v- K+ N. e9 A7 ]) W2 b
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__- A8 Q2 P% h' f$ R% e
2021-10-20 14:41:50.737 48 ERROR cinder.service     fn(*args, **kw)4 `" ~+ f  {* j( i6 a
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 510, in pop_exc_tx% I7 K. Z' h5 Q  |
2021-10-20 14:41:50.737 48 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None)
3 I9 x& K) ]0 S- p4 w2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 461, in info
+ o8 m% |5 F7 _) @/ @" `! G; S2021-10-20 14:41:50.737 48 ERROR cinder.service     return self.connection.info
5 W; L+ M& I6 b: C8 G4 j2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection' u# `9 \, H1 D- `/ K
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)( o& s6 h: b* v* a! q8 {+ `; H
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1334, in _handle_dbapi_exception
4 g( Z0 ]- m7 |. k! ]2021-10-20 14:41:50.737 48 ERROR cinder.service     exc_info
4 }6 W0 {3 K8 [/ o; H2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause& Y' f3 k: W& L( x: X
2021-10-20 14:41:50.737 48 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause)$ M5 J! Q) Y9 l; l% B
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection
0 q3 v6 {! |- \4 E2021-10-20 14:41:50.737 48 ERROR cinder.service     return self._revalidate_connection()$ l' H* _7 N* [' X3 v
2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection
, I! V8 R& u% s0 Q: n! F4 S2021-10-20 14:41:50.737 48 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed"); {2 J  n. k4 @9 N- T- j2 w
2021-10-20 14:41:50.737 48 ERROR cinder.service DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)! V5 d, r4 w( ^5 D2 C
2021-10-20 14:41:50.737 48 ERROR cinder.service   x; g- b. Q, d/ u8 ~) s
2021-10-20 14:42:00.658 48 ERROR cinder.service [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] Recovered model server connection!
2 n( O) y2 Y, K) _9 r# h  [8 S2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] DB exception wrapped.: ResourceClosedError: This Connection is closed
5 h: w! F+ I- Y/ I2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):+ X; n5 _/ S$ ~
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection
9 e' p- M$ u4 M$ u+ R6 W$ m- d8 \2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection()% `8 P: O  v, {- ?
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection# W, Q0 i  k# P( f6 \" g
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed")% O. O  |4 h6 Z& y! a
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed
1 U3 C( M2 g) ~# N! w1 \3 Z7 V. z2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters 8 b) X3 Y# J# [0 n4 E* ]5 J
2021-10-20 14:42:51.921 48 ERROR cinder.service [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] Exception encountered: : DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)) x6 h4 D( c- S2 B
2021-10-20 14:42:51.921 48 ERROR cinder.service Traceback (most recent call last):8 g$ b( J! t. Z5 u. j6 g
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/service.py", line 482, in report_state
/ G2 X" ^. o2 l4 C8 [+ V2021-10-20 14:42:51.921 48 ERROR cinder.service     service_ref.save()" v$ }" l, {/ L, A0 @) o$ y
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/objects/service.py", line 181, in save
# @- [5 ~$ a7 y' [% S. {2021-10-20 14:42:51.921 48 ERROR cinder.service     db.service_update(self._context, self.id, updates)
9 L4 v% r# S+ N2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/api.py", line 154, in service_update  m- ]* `$ Y3 p  K
2021-10-20 14:42:51.921 48 ERROR cinder.service     return IMPL.service_update(context, service_id, values)
0 r+ c* Z0 G! \5 [* J2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 164, in wrapper3 A* V$ c) P3 R* l( z
2021-10-20 14:42:51.921 48 ERROR cinder.service     return f(*args, **kwargs)
. x8 j! w; l' m1 \( b) T, }! r4 |1 W2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 147, in wrapper
) d, m! i' U! H; _* k2021-10-20 14:42:51.921 48 ERROR cinder.service     ectxt.value = e.inner_exc2 F+ ]7 @$ J+ s$ E8 |
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
. l9 H1 e; O3 {# F: O# h2021-10-20 14:42:51.921 48 ERROR cinder.service     self.force_reraise()
4 T7 e' c8 A- _8 M6 \8 ^2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
% H4 d1 m* f3 F( ~2 c9 ?' m2021-10-20 14:42:51.921 48 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)
' h: w8 C  o) I! p2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 135, in wrapper2 e$ s0 d+ y, q' V
2021-10-20 14:42:51.921 48 ERROR cinder.service     return f(*args, **kwargs)" e. c  q2 ?7 q, l. ~3 W, z6 X5 s
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 560, in service_update; c4 R3 n. b8 B, m
2021-10-20 14:42:51.921 48 ERROR cinder.service     result = query.update(values)5 P7 {$ l$ T* Y
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 3369, in update& O& m2 ]0 S: u$ S$ m8 _% H5 m
2021-10-20 14:42:51.921 48 ERROR cinder.service     update_op.exec_()/ T8 ]: ?4 w0 o( d5 `+ S# o
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1325, in exec_
8 j. c' X. Q" u& \, f2021-10-20 14:42:51.921 48 ERROR cinder.service     self._do_exec()( h# g: r) @9 x5 ^% J
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1492, in _do_exec
9 }' \, C- z' t5 H2021-10-20 14:42:51.921 48 ERROR cinder.service     self._execute_stmt(update_stmt)
! d/ X: t2 T8 w2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1332, in _execute_stmt  G8 E0 z' V& `5 a+ d3 e
2021-10-20 14:42:51.921 48 ERROR cinder.service     mapper=self.mapper)& M. x/ U( _+ O; e
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1176, in execute
5 h/ t% S4 |# v0 h& S4 Z2021-10-20 14:42:51.921 48 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})
& r- ^/ n8 z( ~; l+ r  b/ \2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 948, in execute
% R% A% P- u; k' X/ l, i) T2021-10-20 14:42:51.921 48 ERROR cinder.service     return meth(self, multiparams, params)' o- m6 l2 `! p2 O' S& n
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/elements.py", line 269, in _execute_on_connection7 [( y  O+ t1 h6 M
2021-10-20 14:42:51.921 48 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)
  e. c; p0 y/ ?- c  L, W2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1060, in _execute_clauseelement
9 j6 D$ o* n6 H# `; M2021-10-20 14:42:51.921 48 ERROR cinder.service     compiled_sql, distilled_params" \+ b, X: Q* N" W3 s1 y
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1220, in _execute_context
- V  E  ~" S5 ]$ e* [7 V9 Y2021-10-20 14:42:51.921 48 ERROR cinder.service     self._root._commit_impl(autocommit=True)! G8 z& w& a% E. h4 r
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 729, in _commit_impl# H' N7 `) ]7 N4 s! G' u8 S6 g  m
2021-10-20 14:42:51.921 48 ERROR cinder.service     self.connection._reset_agent is self.__transaction:" I2 S- v) o6 M, ~
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection
% x$ b2 X9 n4 U1 r3 N  ^. B% l: ^2021-10-20 14:42:51.921 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)( H9 t$ e( ^5 W/ {
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
+ F- D$ H. |! a: J* A4 L. O2021-10-20 14:42:51.921 48 ERROR cinder.service     self._autorollback()
  A, \. m5 I" L, S/ o0 }- Y) {2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 76, in __exit__9 @) x9 ?$ ^& \
2021-10-20 14:42:51.921 48 ERROR cinder.service     compat.reraise(type_, value, traceback)8 `2 }0 _) T% f! |# p( w' L7 q8 p
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
9 E) c- t9 f# l. E' K8 J2021-10-20 14:42:51.921 48 ERROR cinder.service     self._autorollback()
5 _- f7 R+ x, d) F5 }) t  @5 L0 ]2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 827, in _autorollback
+ M( Q- K5 f% Z, B: n* Q3 b2021-10-20 14:42:51.921 48 ERROR cinder.service     self._root._rollback_impl()( A. h& v/ R: S. P) q% ?
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 698, in _rollback_impl
  u8 |& g4 b; J- F* L; t2021-10-20 14:42:51.921 48 ERROR cinder.service     self.dispatch.rollback(self)
7 Z/ ~7 `8 {2 l! `2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__6 K3 p* m, @) k3 N
2021-10-20 14:42:51.921 48 ERROR cinder.service     fn(*args, **kw)( ^) P  G9 Y+ @  {/ K. V
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 510, in pop_exc_tx
; I0 W8 j+ M, f$ z. C1 d, c- a2021-10-20 14:42:51.921 48 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None)
' O! i  o4 }" w8 s, @2 }) V2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 461, in info) M- [# O8 z3 j" @8 v
2021-10-20 14:42:51.921 48 ERROR cinder.service     return self.connection.info% H9 |. X9 L$ ^0 H9 @+ {$ u
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection" P4 d. x+ v4 N! p
2021-10-20 14:42:51.921 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)
4 N$ N6 u1 {0 T( X2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1334, in _handle_dbapi_exception
  ~3 X- {3 |+ K2 k9 f7 }- G2021-10-20 14:42:51.921 48 ERROR cinder.service     exc_info
6 G( X# \# j; f  ^2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause# {, z6 b5 c5 M9 V3 v
2021-10-20 14:42:51.921 48 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause)
7 L6 j2 I; Y. r: h2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection
/ Z4 T7 }$ \) K6 F' r2021-10-20 14:42:51.921 48 ERROR cinder.service     return self._revalidate_connection(): L7 s6 ?8 ]9 j5 }( k( z% A& Q9 `
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection
$ T5 R9 ~% V, |' C2021-10-20 14:42:51.921 48 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed")
: J/ {( [) K# n, K+ g$ P2021-10-20 14:42:51.921 48 ERROR cinder.service DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)
2 @2 \- ^& f, I( F2021-10-20 14:42:51.921 48 ERROR cinder.service ) h; e2 f& ?2 F; y1 z
2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters [req-1ce13e05-9f9d-409c-9223-516b7ae2b7c8 - - - - -] DB exception wrapped.: ResourceClosedError: This Connection is closed
0 A9 ^6 {+ V* u2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):/ Y+ |2 G1 M5 p
2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection5 [  u; M0 \2 ^1 q3 N: v6 w
2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection()2 S! D' Z! r! d
2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection4 P4 H" W' [3 R' f: Z' F6 ~7 w
2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed")
) V9 g0 ]: x3 t% H% F7 U2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed1 X. K- `: n; R8 y& N4 R
2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters
9 g  V6 \1 G, u, Q- }2021-10-20 14:42:52.259 34 WARNING py.warnings [req-1ce13e05-9f9d-409c-9223-516b7ae2b7c8 - - - - -] /usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py:74: SAWarning: An exception has occurred during handling of a previous exception.  The previous exception is:" l3 _1 T  T5 B* \5 R; }
<class 'sqlalchemy.exc.ResourceClosedError'> This Connection is closed
: b, B, [7 o# d2 D% _
3 u6 |) n$ w: c$ M" N7 @  "is:\n %s %s\n" % (self._exc_info[0], self._exc_info[1]))7 J# r2 L2 Q  [
: DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)+ t# Z1 @9 T% F- l. Q6 U5 b, F0 U
2021-10-20 14:42:52.259 34 ERROR cinder.service [req-1ce13e05-9f9d-409c-9223-516b7ae2b7c8 - - - - -] Exception encountered: : DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)3 c7 S/ R3 D( n
2021-10-20 14:42:52.259 34 ERROR cinder.service Traceback (most recent call last):# T3 V3 k, f* `% \1 _/ x
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/service.py", line 482, in report_state* e) z# G! g1 r8 I
2021-10-20 14:42:52.259 34 ERROR cinder.service     service_ref.save()' y1 A, [6 E) T% M. W4 P3 R
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/objects/service.py", line 181, in save
$ W6 @' f) _* S1 Q' {2021-10-20 14:42:52.259 34 ERROR cinder.service     db.service_update(self._context, self.id, updates)- R/ Z( h+ L$ Y4 |8 P
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/api.py", line 154, in service_update
  `6 L# A; z5 L3 n1 ?$ f2021-10-20 14:42:52.259 34 ERROR cinder.service     return IMPL.service_update(context, service_id, values), m2 m0 F1 S' n% m- ]4 m
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 164, in wrapper( |0 f- N) a2 g: F" n* x
2021-10-20 14:42:52.259 34 ERROR cinder.service     return f(*args, **kwargs)
% h* O1 i% _: v" R) t. m2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 147, in wrapper$ m) u' h  g1 C2 ?9 T; \
2021-10-20 14:42:52.259 34 ERROR cinder.service     ectxt.value = e.inner_exc0 O6 q1 C1 q0 ^: H3 Q( W* s
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
( ]- S* ~) g0 P2021-10-20 14:42:52.259 34 ERROR cinder.service     self.force_reraise()
( s# a& y: h# r1 @! j6 e4 p2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise2 M- L+ O, `5 E: q) x* V# w! w
2021-10-20 14:42:52.259 34 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)
% d, V0 h" D- ?8 Z# h( K2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 135, in wrapper6 M/ o% {/ L, A! [7 m* Y
2021-10-20 14:42:52.259 34 ERROR cinder.service     return f(*args, **kwargs)
! n( }8 ]9 A0 g& b2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/cinder/db/sqlalchemy/api.py", line 560, in service_update
3 Y7 f( m1 G  w4 z2021-10-20 14:42:52.259 34 ERROR cinder.service     result = query.update(values)/ U, ^/ ^! N' w. O0 R
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 3369, in update+ z7 l- @6 O2 v: r# i4 I! t
2021-10-20 14:42:52.259 34 ERROR cinder.service     update_op.exec_()' m% ~# l" t' s# o( J# ~) }
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1325, in exec_
" y( s2 O7 C4 X2021-10-20 14:42:52.259 34 ERROR cinder.service     self._do_exec()
3 h/ \  _9 j8 _2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1492, in _do_exec
* [% q  {9 S7 v( k" I5 `  U2021-10-20 14:42:52.259 34 ERROR cinder.service     self._execute_stmt(update_stmt)
( |2 l9 X9 {! B7 N2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 1332, in _execute_stmt* w1 A5 x* m% _" N2 `$ ?
2021-10-20 14:42:52.259 34 ERROR cinder.service     mapper=self.mapper)! \: N8 _. I# h$ }
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1176, in execute
# _$ _# V% a6 l1 O2021-10-20 14:42:52.259 34 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})9 X0 C" r- w3 C! y; p
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 948, in execute
  h3 p$ I5 H, V: p; _( m* v* r0 n6 \2021-10-20 14:42:52.259 34 ERROR cinder.service     return meth(self, multiparams, params)5 ?) n* B- K. w- Q
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/elements.py", line 269, in _execute_on_connection
* u3 [) G+ Q. |' m0 \2021-10-20 14:42:52.259 34 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)
8 V+ q* R$ P! F2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1060, in _execute_clauseelement0 P& V( o8 c; ~# x* z0 c3 J
2021-10-20 14:42:52.259 34 ERROR cinder.service     compiled_sql, distilled_params
( A4 Q1 \" a. M: Q0 }& v, d4 t% Y5 A/ {2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1220, in _execute_context$ A& P, F& P! {) U% Q
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._root._commit_impl(autocommit=True). P1 O( i( M2 {
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 729, in _commit_impl6 j/ \) r1 `0 e. C) @7 H
2021-10-20 14:42:52.259 34 ERROR cinder.service     self.connection._reset_agent is self.__transaction:% J% ]% ~* S" _: e: O- W) m
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection4 C$ Z: z9 s) N* e. z3 M, a
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)/ N# r) H8 d/ L. n
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
" b0 R1 N7 W7 ?* v0 }1 t# e( E2021-10-20 14:42:52.259 34 ERROR cinder.service     self._autorollback()
' {/ ~& {% X3 U: I8 A+ O& |2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 76, in __exit__/ ^* `# _3 ~8 p: D4 H  T  }
2021-10-20 14:42:52.259 34 ERROR cinder.service     compat.reraise(type_, value, traceback)" f, a9 t8 C7 K8 e, Y
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1406, in _handle_dbapi_exception
4 A' b0 C% [( @* ]+ ?2021-10-20 14:42:52.259 34 ERROR cinder.service     self._autorollback()
2 `$ i' }# i2 c* ^9 F: S# q# O9 M2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 827, in _autorollback
( n% v4 S! M3 v4 L( X6 w2021-10-20 14:42:52.259 34 ERROR cinder.service     self._root._rollback_impl()$ L8 q5 t( g! q' E) K0 K7 p6 t1 P
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 698, in _rollback_impl" |6 v" [/ V+ R  K" W0 E
2021-10-20 14:42:52.259 34 ERROR cinder.service     self.dispatch.rollback(self)
/ v* M& G$ x$ _3 e2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__
! s7 f: ~2 ^% u- `( [6 M2021-10-20 14:42:52.259 34 ERROR cinder.service     fn(*args, **kw)$ R6 e: h3 p- B$ J! z9 Y
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 510, in pop_exc_tx& U0 L! A1 P( i
2021-10-20 14:42:52.259 34 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None)- s! h: b& @7 H! @
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 461, in info' A% j3 S# j' d+ q& M: f
2021-10-20 14:42:52.259 34 ERROR cinder.service     return self.connection.info, |& f7 ]: ?) D/ A
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 354, in connection
% M2 x7 O) r6 E  S2021-10-20 14:42:52.259 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)
6 j# ~3 M8 ^( p1 g0 T. X2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1334, in _handle_dbapi_exception1 F# D2 O- D( x
2021-10-20 14:42:52.259 34 ERROR cinder.service     exc_info
  x* b" J% ~/ q+ r, S3 y2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause- C1 P) U7 d, @# F
2021-10-20 14:42:52.259 34 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause)
' ?. R3 y5 l6 l  B2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 352, in connection
: ]: ^1 `8 c/ P0 z# ?3 B, r9 C2021-10-20 14:42:52.259 34 ERROR cinder.service     return self._revalidate_connection()
  r) S! X- J) }  z$ }8 l, h2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 432, in _revalidate_connection/ I# n7 M, w8 b7 y
2021-10-20 14:42:52.259 34 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed")# s. A! a$ K( a5 k0 h1 U  ~2 r
2021-10-20 14:42:52.259 34 ERROR cinder.service DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)
- N7 m! S  F  P/ P/ k2021-10-20 14:42:52.259 34 ERROR cinder.service . Y% p0 o8 I+ M4 _, N' B  T' r0 b. U
2021-10-20 14:43:00.607 34 ERROR cinder.service [req-1ce13e05-9f9d-409c-9223-516b7ae2b7c8 - - - - -] Recovered model server connection!5 i* h; [$ i8 V& e$ A" K  o) d6 ^
2021-10-20 14:43:00.674 48 ERROR cinder.service [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] Recovered model server connection!
% }$ ]- e3 K2 m; Q; _4 v2021-10-20 14:44:54.078 48 WARNING py.warnings [req-c0b29795-7449-4c13-b995-314de3b95543 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] /usr/lib64/python2.7/site-packages/sqlalchemy/orm/evaluator.py:71: SAWarning: Evaluating non-mapped column expression 'updated_at' onto ORM instances; this is a deprecated use case.  Please make use of the actual mapped columns in ORM-evaluated UPDATE / DELETE expressions.
, P6 J2 \) d! G' o- |% C: W7 N  "UPDATE / DELETE expressions." % clause)0 e" `) T# {2 v6 \& M3 [
6 `& n7 r/ t- N. L  u0 o( M
2021-10-20 14:44:54.259 48 INFO cinder.volume.manager [req-c0b29795-7449-4c13-b995-314de3b95543 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Deleted volume successfully.8 N4 E$ T% P0 E0 r, @$ k
2021-10-20 14:48:52.975 7 INFO oslo_service.service [req-6284bff7-c9e4-4c7c-b944-6f3b1580e6de - - - - -] Caught SIGTERM, stopping children
  H( H( f: `, Y2021-10-20 14:48:52.979 7 INFO oslo_service.service [req-6284bff7-c9e4-4c7c-b944-6f3b1580e6de - - - - -] Waiting on 2 children to exit
( C6 ?; o* Z2 q3 Z  J2 d' t2021-10-20 14:49:06.433 7 INFO cinder.rpc [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Automatically selected cinder-scheduler objects version 1.35 as minimum service version.3 d) M3 i0 i: m6 A  z9 j0 W
2021-10-20 14:49:06.440 7 INFO cinder.rpc [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Automatically selected cinder-scheduler RPC version 3.10 as minimum service version." i% ]" _6 H6 S1 q
2021-10-20 14:49:06.500 7 INFO cinder.volume.manager [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Determined volume DB was not empty at startup.! X. }. C$ u' s+ i8 z
2021-10-20 14:49:06.515 7 INFO cinder.volume.manager [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Image-volume cache disabled for host rbd:volumes@volumes.
( X2 b/ v2 |2 R2021-10-20 14:49:06.533 7 INFO oslo_service.service [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Starting 1 workers
9 L- E4 ^4 N0 ?" x2021-10-20 14:49:06.545 34 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9)
' j3 t' }2 G' m# J( h% L8 W0 k/ w2021-10-20 14:49:06.577 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Starting volume driver RBDDriver (1.2.0)
( c, e- C, Q( ]/ F2021-10-20 14:49:06.591 7 INFO cinder.volume.manager [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Determined volume DB was not empty at startup.) q  L9 x9 H, s! y- X$ |0 m5 b
2021-10-20 14:49:06.601 7 INFO cinder.volume.manager [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Image-volume cache disabled for host rbd:vms@vms.
! Z8 Q' P4 {) ^" F0 `9 A8 H# o2021-10-20 14:49:06.621 7 INFO oslo_service.service [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Starting 1 workers
8 e5 Z( G$ {# c' ^7 W: y2021-10-20 14:49:06.629 37 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9)
. B4 p8 q: D: G1 o. b" W/ d2021-10-20 14:49:06.635 7 WARNING oslo_config.cfg [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Option "rabbit_max_retries" from group "DEFAULT" is deprecated. Use option "rabbit_max_retries" from group "oslo_messaging_rabbit".
5 T. f( L! J" O# |. P2021-10-20 14:49:06.636 7 WARNING oslo_config.cfg [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Option "rabbit_max_retries" from group "oslo_messaging_rabbit" is deprecated for removal.  Its value may be silently ignored in the future.2 G7 m3 _/ a5 r- f
2021-10-20 14:49:06.646 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Starting volume driver RBDDriver (1.2.0)! Z3 O2 [0 [, L! p% ^
2021-10-20 14:49:06.649 7 WARNING oslo_config.cfg [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] 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.( P3 l7 z; q" ~+ E" A( \9 o
2021-10-20 14:49:06.651 7 WARNING oslo_config.cfg [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken".0 {1 {. p6 P3 n; U8 W
2021-10-20 14:49:06.970 37 INFO cinder.keymgr.migration [req-3c885312-b5bf-4b0d-84e6-6a3efa9c4e61 - - - - -] Not migrating encryption keys because the ConfKeyManager's fixed_key is not in use.
4 x6 D! H! f  k7 E1 d9 m* E2021-10-20 14:49:06.975 37 WARNING oslo_config.cfg [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Option "rabbit_max_retries" from group "DEFAULT" is deprecated. Use option "rabbit_max_retries" from group "oslo_messaging_rabbit".
: a& r0 O! a$ Y1 h6 x! I2021-10-20 14:49:06.976 37 WARNING oslo_config.cfg [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Option "rabbit_max_retries" from group "oslo_messaging_rabbit" is deprecated for removal.  Its value may be silently ignored in the future.3 a0 ?5 T8 j- U' O& f
2021-10-20 14:49:07.009 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Driver initialization completed successfully.
* o5 r: }( ~+ a2 @: `7 A: `, N( `2021-10-20 14:49:07.017 37 INFO cinder.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Initiating service 11 cleanup
5 F! y' a$ z4 V: h! z- h7 _2021-10-20 14:49:07.022 34 INFO cinder.keymgr.migration [req-77746f08-b601-4884-ab57-b0cbfe306998 - - - - -] Not migrating encryption keys because the ConfKeyManager's fixed_key is not in use.
2 F! x; g. E1 Q. k2021-10-20 14:49:07.022 37 INFO cinder.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Service 11 cleanup completed.( U; j2 l/ g8 L/ v# V# U
2021-10-20 14:49:07.060 34 WARNING oslo_config.cfg [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Option "rabbit_max_retries" from group "DEFAULT" is deprecated. Use option "rabbit_max_retries" from group "oslo_messaging_rabbit".- Q0 x+ }1 E2 \  `3 t- I
2021-10-20 14:49:07.061 34 WARNING oslo_config.cfg [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Option "rabbit_max_retries" from group "oslo_messaging_rabbit" is deprecated for removal.  Its value may be silently ignored in the future.' i4 u. U; q  p+ l9 e( k
2021-10-20 14:49:07.100 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Driver initialization completed successfully.# z, _$ Q; h) e& o, c
2021-10-20 14:49:07.110 34 INFO cinder.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Initiating service 8 cleanup$ K' N* d' X. I3 i9 U* B
2021-10-20 14:49:07.118 34 INFO cinder.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Service 8 cleanup completed.
! W3 g3 v) D! j* l2021-10-20 14:49:07.120 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)
& r$ W" j0 [4 `" C: x) `2021-10-20 14:49:07.209 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Initializing RPC dependent components of volume driver RBDDriver (1.2.0)
% C2 l; |' f+ `7 E/ k2021-10-20 14:49:07.248 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Driver post RPC initialization completed successfully.( _6 r1 X2 _, u' ^& v2 _1 j+ G
2021-10-20 14:49:07.367 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Driver post RPC initialization completed successfully.8 D2 U9 h5 J; m6 |5 Q# \8 v  ~
^C
0 M/ L! q) w& l/ o8 ^[root@compute01 ~]# tail -f /var/lib/docker/volumes/kolla_logs/_data/cinder/cinder-volume.log   v3 l: x/ `3 b0 j( S
2021-10-20 14:49:07.248 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Driver post RPC initialization completed successfully.2 r# P+ S- R3 }  y) `# q, Y
2021-10-20 14:49:07.367 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Driver post RPC initialization completed successfully.
1 |. r3 O* l# @8 n2021-10-20 14:50:12.395 34 INFO cinder.rpc [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-backup objects version 1.35 as minimum service version.! {, s2 I: q$ t2 X% q. Y
2021-10-20 14:50:12.410 34 INFO cinder.rpc [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-backup RPC version 2.1 as minimum service version.- J+ i2 F$ _& r9 C# |
2021-10-20 14:50:12.428 34 INFO cinder.rpc [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-volume objects version 1.35 as minimum service version.1 a9 ^- K: j& T9 v" x9 A( T4 ?
2021-10-20 14:50:12.439 34 INFO cinder.rpc [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Automatically selected cinder-volume RPC version 3.15 as minimum service version.
2 K9 K, s' `) y3 T1 {2021-10-20 14:50:12.601 34 INFO cinder.volume.flows.manager.create_volume [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Volume d760f9e9-77f8-466a-b53e-2e9de6e093ac: being created as raw with specification: {'status': u'creating', 'volume_size': 1, 'volume_name': u'volume-d760f9e9-77f8-466a-b53e-2e9de6e093ac'}5 j" s# g6 l, h
2021-10-20 14:50:12.747 34 INFO cinder.volume.flows.manager.create_volume [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Volume volume-d760f9e9-77f8-466a-b53e-2e9de6e093ac (d760f9e9-77f8-466a-b53e-2e9de6e093ac): created successfully
# k* J8 h: B; F  G2 l$ q1 T! D2021-10-20 14:50:12.793 34 INFO cinder.volume.manager [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Created volume successfully.( W* l6 l  M% e3 m9 G/ |" [% v
2021-10-20 14:55:12.317 34 INFO cinder.volume.manager [req-915cef10-7f50-40f8-aea2-69df1ce6639a 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Initialize volume connection completed successfully.5 A: ^+ F4 @. h2 R
5 r, r! F- K. d5 [6 a0 {9 {
您需要登录后才可以回帖 登录 | 开始注册

本版积分规则

关闭

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

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

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

GMT+8, 2026-4-8 15:24 , Processed in 0.045755 second(s), 22 queries .

Powered by Discuz! X3.4 Licensed

© 2012-2025 Discuz! Team.

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