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

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

[复制链接]

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
发表于 2021-10-20 15:01:49 | 显示全部楼层 |阅读模式
2021-10-20 13:54:27.337 56 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out
. H7 N, o; E( J0 r2 d/ W; W2021-10-20 13:54:37.247 41 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out6 F5 a  O. h! H+ e

$ k9 Y& h- g$ H! o' x9 v5 Y- |5 ^( u. C' k* z& w4 R
^C
# W9 O+ {) s* j; J+ f) z' k[root@compute03 ~]# tail -f /var/lib/docker/volumes/kolla_logs/_data/cinder/cinder-volume.log
! J- x& Z$ Z2 p  W0 B- I; T$ i2021-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 out$ @+ T7 q0 u4 x# P* r
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 out9 Y; h# Z$ n; s
2021-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
5 Z  q* X) b) I  X# L0 D" q2021-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.
. `4 @  r/ o  X: r  l* \! P4 m2021-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., C! a( |8 H" W0 z+ N$ m/ _
2021-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.
6 g( Y9 u& i! D; i) F. B$ z  k0 C" E2021-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.
- j0 {) l2 H6 T2021-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* T# p2 v3 p# q- ]* i( d. d! |6 [
2021-10-20 13:54:27.337 56 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out
$ a& I2 g9 l6 ~6 ?4 i1 K2021-10-20 13:54:37.247 41 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: timed out
$ K& \( \5 D5 f$ y  U. Z$ ^( h$ v4 A/ B* s& ~( E) }6 h
解决办法:
1 [6 A* x8 a9 a) A$ \7 N! b在cinder的配置文件中添加参数:
4 X0 }2 t( Z& R7 v; ]cinder.conf文件:
7 s0 U+ o7 M" S# L6 n  B  g& W. M
" l! P; j% D& f3 G: U, L[DEFAULT]
' h. U5 m8 h2 O$ O1 W) ~
7 B9 M9 N" F" d, g* {rabbit_max_retries = 5     #设置最大连接数为5, C! L- N% @8 `  U: m: }4 X9 d2 g
heartbeat_timeout_threshold = 0   #
2 T6 z; x5 k9 N  U
! K2 }" l, w2 ^' J[oslo_messaging_notifications]2 ^+ S, I+ ^5 {. Q
rabbit_max_retries = 58 B& m& Q' {. L/ X7 l2 f, C  t/ y
heartbeat_timeout_threshold = 0
0 v/ ~' q& e. Q; s4 a( G% s1 W/ @# f4 e# j0 N) ^
重启cinder-volume服务,' }2 Y8 S/ Q+ A9 ~8 C; l
systemctl restart cinder-volumes.service  
3 G) \6 c, s1 X- V  q, G; C
9 T  r: |& K4 _8 R
" q9 B4 m) o5 v+ r; k  U  A7 Inova的参数也这样配置:
# a6 U' J1 Y, c* m# A; inova.conf文件:6 r* {1 e- z2 R0 }( g7 u# e8 L
[DEFAULT]8 |) {) A4 F/ G5 L4 |) D- K

' T0 I5 b: _+ G" ]3 vrabbit_max_retries = 5     #设置最大连接数为56 m0 _. v2 V# s  N
heartbeat_timeout_threshold = 0   #
# 禁止heartbeat check
) x7 z. N. z; J5 W

& G4 ^5 l/ s* d% u2 y; S[oslo_messaging_notifications]: ]* g7 v! G: I. J- X9 i" i
rabbit_max_retries = 55 g3 ?; T8 t, m
heartbeat_timeout_threshold = 0. }! ^( |: q7 L9 E
重启nova-compute服务。
4 k8 o+ u4 l+ r重启cinder-volume服务,
4 u! M- b: Y( J' G4 l* csystemctl restart openstack-nova-compute.service
: b% j+ B# \) g5 I; f! G7 m" y
. w3 A4 O  b% n6 o! t) {发现问题解决了:
9 U5 y( w  }% c8 t7 U, m- S! u6 w* D% e# N8 X* I7 {

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
 楼主| 发表于 2021-10-20 15:04:18 | 显示全部楼层
[root@compute01 ~]# tail -f /var/lib/docker/volumes/kolla_logs/_data/cinder/cinder-volume.log 1 a; u8 T$ a1 n4 c  n) }
2021-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.1 z( I- D8 [5 D) N6 r. e6 E# B+ `+ F
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".
! n) }  V; f! c" `- c; x2021-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.6 i- l# g8 m2 S+ x* F
2021-10-20 14:36:20.354 48 INFO cinder.volume.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Driver initialization completed successfully.
# d! O  L( N5 ], p4 Q8 z2021-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)
5 T3 c# ]' c3 A! r* J! M- @; c( r& G) d4 _6 S2021-10-20 14:36:20.366 48 INFO cinder.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Initiating service 11 cleanup" }: z6 B* e/ b9 A+ ^  X  q
2021-10-20 14:36:20.371 48 INFO cinder.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Service 11 cleanup completed.
3 A: B$ z: n) I$ a2021-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)
1 O; @) `* w/ X) L) p0 E' z3 T! u2021-10-20 14:36:20.530 34 INFO cinder.volume.manager [req-9e80c786-e527-4af4-b4cf-ff57496dd21c - - - - -] Driver post RPC initialization completed successfully.
# @) y0 @. `6 L. U$ W# j9 Z2021-10-20 14:36:20.625 48 INFO cinder.volume.manager [req-957fc5d3-7162-4547-b4a3-de76221269f7 - - - - -] Driver post RPC initialization completed successfully.
- f1 H  F; p" e: _  G; W$ k! y2021-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.
2 W: {, O. _! {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.- N  Q6 f2 v3 C- s0 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.$ D7 @' p) p1 _
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.4 v6 n3 E2 `; j. y; X
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}}
) V. f! a7 p$ r1 Q( N3 A3 y$ I2021-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
3 h# d# C, Y, a6 g2021-10-20 14:40:38.803 34 INFO cinder.volume.manager [req-895aec0a-97d7-4a44-a3bf-cffb6038f36c 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Created volume successfully.# @6 H( d6 D+ q3 a
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 closed9 Z* w7 W: Y8 X; F! o) J4 ~3 e' `2 T
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):4 ^) [& I+ u; |$ o* @! v& q
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 G0 \9 B8 }& t2 v' d  N1 a
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection()
2 k, x; q+ @6 C, ?7 j/ \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
4 ~) r7 Y: P) i* c# w8 \2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed"): G/ v' e7 q+ \' w
2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed
$ c3 t+ p4 y0 `) R5 g7 B2021-10-20 14:41:50.734 48 ERROR oslo_db.sqlalchemy.exc_filters
; C5 F8 }0 ]$ c9 K: T0 {' Y2021-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:
7 I( I4 w' B2 y' g1 M <class 'sqlalchemy.exc.ResourceClosedError'> This Connection is closed! Z$ j" a8 m, o2 J5 `8 o$ x" ^/ ]
. T- Y! Q) C* m/ R' ^0 ^. A9 p
  "is:\n %s %s\n" % (self._exc_info[0], self._exc_info[1]))
/ u4 T5 r% A6 a( D: DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)* H1 R& @! c, I4 t8 G
2021-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 u3 o( J/ h& S7 r( X
2021-10-20 14:41:50.737 48 ERROR cinder.service Traceback (most recent call last):. q: C2 X  ]9 H7 q6 i
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
; X5 l' p' N# `: Z2021-10-20 14:41:50.737 48 ERROR cinder.service     service_ref.save()5 M4 ^) Y$ F0 |7 D) ?& k
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 save' I3 i: R6 U2 d  `4 |7 [0 [
2021-10-20 14:41:50.737 48 ERROR cinder.service     db.service_update(self._context, self.id, updates)
& C3 _: f* K" ]; t/ l5 b2021-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) k! M. E2 u$ j! |% R, ^; [
2021-10-20 14:41:50.737 48 ERROR cinder.service     return IMPL.service_update(context, service_id, values)
$ K6 J" K/ w+ m- [( ~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 wrapper3 h- Y# ^& c# a5 F+ |
2021-10-20 14:41:50.737 48 ERROR cinder.service     return f(*args, **kwargs)
; I2 {3 z8 _* c9 W3 ]; i2021-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
0 y) A$ H5 I; I' `1 n2021-10-20 14:41:50.737 48 ERROR cinder.service     ectxt.value = e.inner_exc
# J' t; p( t) ?+ L2021-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__
  R8 R, F0 D/ y! P2021-10-20 14:41:50.737 48 ERROR cinder.service     self.force_reraise()
. o! q6 [$ t) K! T1 g2 n2021-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
. T4 X* C  o4 z/ Z2021-10-20 14:41:50.737 48 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)
4 Y6 ~& N5 s$ }0 N6 U8 \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
. j, C+ Z# o6 n2021-10-20 14:41:50.737 48 ERROR cinder.service     return f(*args, **kwargs)
4 M  z, L! Z  L% |2021-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
' P0 A0 S! P" ], Q3 ]+ s2021-10-20 14:41:50.737 48 ERROR cinder.service     result = query.update(values)2 h9 i3 h; X( B. Z8 ^5 K0 b
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 update
. x2 u# p7 c( M2021-10-20 14:41:50.737 48 ERROR cinder.service     update_op.exec_()- ^" _$ ]3 J: Y4 h% q  C6 X
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_! T) a/ V3 [; _( C$ u8 |5 e- ?
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._do_exec()
+ H% u7 n/ s. J  S1 @7 p6 m4 ]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_exec0 |3 l6 g4 s+ b+ \
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._execute_stmt(update_stmt)
. _5 Z+ M/ {$ E; C6 T! n3 O  H2021-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
, a/ ?/ Z. D9 J2021-10-20 14:41:50.737 48 ERROR cinder.service     mapper=self.mapper)" Q0 z1 J$ @# M. E& g9 A
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; I0 |8 r) g3 i% q+ L
2021-10-20 14:41:50.737 48 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})
: q# `  d! K" z2 h* o( p- e2021-10-20 14:41:50.737 48 ERROR cinder.service   File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 948, in execute
; f/ o! Q9 O1 e1 y) S* O2021-10-20 14:41:50.737 48 ERROR cinder.service     return meth(self, multiparams, params)
: R4 C4 @) D( J1 N- m, l2021-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_connection
# w& w- q3 d2 j. ?- ^6 t2021-10-20 14:41:50.737 48 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)
# x: G# w8 a2 {2021-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  l& s% V% Z- X/ y/ \5 G3 Q4 l
2021-10-20 14:41:50.737 48 ERROR cinder.service     compiled_sql, distilled_params! j! L% x: |* M; x+ y* p
2021-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_context
0 e, x2 |# I  W# [8 t0 F5 `' k2021-10-20 14:41:50.737 48 ERROR cinder.service     self._root._commit_impl(autocommit=True)
& n" f# x( a9 T1 f2021-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
, Y- i7 ?5 X- D2021-10-20 14:41:50.737 48 ERROR cinder.service     self.connection._reset_agent is self.__transaction:  n/ J& W, p8 e- |! N
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 connection
9 [2 K% k! t5 e* ^0 {) T2021-10-20 14:41:50.737 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)0 A, A0 _( b' G" Q/ O& Q' A
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( F' x" a! m8 U  ]+ F( `* N' Y
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._autorollback()
/ L7 G1 [3 B' K* F2021-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__
2 d( g& X' R8 r  a2021-10-20 14:41:50.737 48 ERROR cinder.service     compat.reraise(type_, value, traceback)4 P$ L, M9 t* H9 w8 X7 m$ e& S
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
+ z8 _0 p0 W/ \+ U, A* {2021-10-20 14:41:50.737 48 ERROR cinder.service     self._autorollback()" f  k) T( h% ^  v$ O( P/ W" \& {- E' L
2021-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" U- k, i  Y( H: a3 r5 D
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._root._rollback_impl()5 ~  O% z* D% x, H2 o5 a% l
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
# a0 G( O% U- @2021-10-20 14:41:50.737 48 ERROR cinder.service     self.dispatch.rollback(self)4 Z$ A9 ]9 P& h
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__& G8 s, k: C# d  S* A$ D
2021-10-20 14:41:50.737 48 ERROR cinder.service     fn(*args, **kw)
1 J" c2 M) \& c% C/ \8 w2021-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_tx6 k( {$ H- n* Z, S
2021-10-20 14:41:50.737 48 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None)/ B8 @7 _) r" G! z2 O4 K6 g& @
2021-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; X( z7 n6 B- J
2021-10-20 14:41:50.737 48 ERROR cinder.service     return self.connection.info3 E/ q. s, t: z
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 ?, |  E. a5 z" P2 M5 k
2021-10-20 14:41:50.737 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)% z) m8 f( F* O9 t$ Y# |
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
: Q: h: V# l0 j/ h( P" \; d2021-10-20 14:41:50.737 48 ERROR cinder.service     exc_info
' r2 Z$ m, S3 q2021-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
, M+ U# z5 x( h& x: ?5 [! j2021-10-20 14:41:50.737 48 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause)
" M8 b. l/ S: a4 n2021-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 k. j$ F+ F8 g! f
2021-10-20 14:41:50.737 48 ERROR cinder.service     return self._revalidate_connection()
' I5 ?7 e% P7 d0 R$ H# T7 D7 L& ~& C" U2021-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  g! g/ }4 ~5 [, ]. |0 @/ \
2021-10-20 14:41:50.737 48 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed")
$ ^: x( ~" \" k& [( k' x% `* y# @8 ?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)1 X( e  x1 s9 G7 J' o
2021-10-20 14:41:50.737 48 ERROR cinder.service
7 S6 d: u" C+ t  k, [+ y2021-10-20 14:42:00.658 48 ERROR cinder.service [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] Recovered model server connection!. O* q- Q4 e$ y8 R) x0 p
2021-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  r3 c& W! w8 z- D
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):
2 f+ |- e0 M2 ?- S  D2021-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
# J1 d: r6 R2 c- O  ^% I/ b+ F2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection(), A" o) X3 Y0 p3 c
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_connection3 d1 o6 L" q+ r( k6 L
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed")8 s  b# f3 `& U, E' U
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed/ Z( d! v7 @, I5 J/ C' s! i2 }
2021-10-20 14:42:51.919 48 ERROR oslo_db.sqlalchemy.exc_filters ; U8 x8 ~7 s$ I- S- ]
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). A4 p& l1 R* C6 f( a3 J; v, L
2021-10-20 14:42:51.921 48 ERROR cinder.service Traceback (most recent call last):8 z( i- s( E- i" e1 t
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
8 Z. J& @+ L% a. d  y2021-10-20 14:42:51.921 48 ERROR cinder.service     service_ref.save()
$ z8 ]& p% M% \3 i2021-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( C# L/ V" f/ ~: f1 G- H) [  f
2021-10-20 14:42:51.921 48 ERROR cinder.service     db.service_update(self._context, self.id, updates)  ^3 [  ~& ^( m
2021-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
8 Q* f' w  S6 q! }# K" J% x! E2021-10-20 14:42:51.921 48 ERROR cinder.service     return IMPL.service_update(context, service_id, values)
# I/ d: X. G: m0 L2021-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 wrapper$ O+ c; t8 P7 N' ?$ c% g. D/ f$ y
2021-10-20 14:42:51.921 48 ERROR cinder.service     return f(*args, **kwargs)
  m8 R% {! b- |4 C9 u: m2021-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
& S  H, E( N  {: k2021-10-20 14:42:51.921 48 ERROR cinder.service     ectxt.value = e.inner_exc) g( g3 k0 ?5 J" C+ r
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__# t5 d1 t) q; M1 j1 d' w6 d
2021-10-20 14:42:51.921 48 ERROR cinder.service     self.force_reraise()" d- n8 h% R- E. k' ~
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& X" U" Q/ j( ]& J' b
2021-10-20 14:42:51.921 48 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)/ a8 f0 o$ s; `! Y' A
2021-10-20 14:42:51.921 48 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 135, in wrapper
& m' T8 P; f- a2021-10-20 14:42:51.921 48 ERROR cinder.service     return f(*args, **kwargs)' R/ H* K% `7 W# n
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_update0 w. u. I! ]' ^$ }
2021-10-20 14:42:51.921 48 ERROR cinder.service     result = query.update(values)* A$ I4 L6 H" p# {+ O$ S
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" _6 \. p. t* Y1 l/ Z, d
2021-10-20 14:42:51.921 48 ERROR cinder.service     update_op.exec_()
, d& A3 M& m# H+ P- Z' Z% t2 J2021-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_* B" l6 {3 @4 j5 b' A1 L
2021-10-20 14:42:51.921 48 ERROR cinder.service     self._do_exec()! |2 d# |% C: g% z- I% A
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
  E  ]( _. H% Z5 |9 n5 j2021-10-20 14:42:51.921 48 ERROR cinder.service     self._execute_stmt(update_stmt)
3 g1 G( X2 {) \4 |: ~8 ]1 n/ D2021-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
: g, i5 x5 Q9 Y7 c2021-10-20 14:42:51.921 48 ERROR cinder.service     mapper=self.mapper)
" ~! M* O0 T1 [& K' r6 Y! `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% p' c2 ^" M3 u- W# z4 w/ r; D
2021-10-20 14:42:51.921 48 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})
' V$ Q' v0 v2 v2 K: Z/ c* Y: r2 b2021-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$ I6 G. o5 O; ~# l8 d
2021-10-20 14:42:51.921 48 ERROR cinder.service     return meth(self, multiparams, params)5 r' }& |: s! \  P2 d1 s/ p0 F5 d2 A
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_connection& i6 D/ h; D* v( \! T* N
2021-10-20 14:42:51.921 48 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)
; {3 C' P5 T/ [2021-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
0 Q8 q* P( z/ p" i5 ~1 Q2021-10-20 14:42:51.921 48 ERROR cinder.service     compiled_sql, distilled_params% q, b5 v2 q4 A: z/ Q
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: \+ e) y% W! q5 d7 c* f8 y
2021-10-20 14:42:51.921 48 ERROR cinder.service     self._root._commit_impl(autocommit=True)1 L% {) g/ ~0 e+ c
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_impl1 r9 V) f* M9 a4 d% X: l
2021-10-20 14:42:51.921 48 ERROR cinder.service     self.connection._reset_agent is self.__transaction:
7 L: k" M8 c/ t! F7 m2021-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
" g4 P* d7 g8 y  T- P2021-10-20 14:42:51.921 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)
! B9 i7 L* G0 L( _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( m3 g) D$ D" l5 t, C
2021-10-20 14:42:51.921 48 ERROR cinder.service     self._autorollback()
2 O; x, z3 Q: {" |  A4 m% Y$ \9 Z$ z2021-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__
- K7 c; N; U5 o6 T: z2021-10-20 14:42:51.921 48 ERROR cinder.service     compat.reraise(type_, value, traceback)# H0 \  N+ y6 g- e9 Y2 o
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
$ ]' z$ M4 g# A& N1 Q  f3 m2021-10-20 14:42:51.921 48 ERROR cinder.service     self._autorollback()
% O2 B- v1 C! _" ^8 }1 Z2021-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
' K* V* f2 \! P% j$ n7 b4 k/ x/ L2021-10-20 14:42:51.921 48 ERROR cinder.service     self._root._rollback_impl()
( ~. E2 }, ^1 E7 j1 Y% H# j0 }7 k2021-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_impl6 g+ G) X& C6 L3 I3 b" ^
2021-10-20 14:42:51.921 48 ERROR cinder.service     self.dispatch.rollback(self)
' ^3 Z1 J4 p* G' n* s2021-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__
. i9 P* p& J: k/ e( Y4 @; e2021-10-20 14:42:51.921 48 ERROR cinder.service     fn(*args, **kw). O. j5 i; E0 `& u
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; @3 y: g- P: i- k9 K# x  {0 o, f
2021-10-20 14:42:51.921 48 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None)' ~0 ~+ L! I! v4 Y
2021-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
; P2 T& M! x& X/ S5 _/ h2021-10-20 14:42:51.921 48 ERROR cinder.service     return self.connection.info. T7 g3 S# v! t* H& A  n
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; j3 {0 @% q0 T% A1 v: T
2021-10-20 14:42:51.921 48 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)$ Q1 {- F) l6 b: w- W5 E! g
2021-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
9 x  X9 V" n0 C1 z. t! d% `- l2021-10-20 14:42:51.921 48 ERROR cinder.service     exc_info
4 b6 a2 V1 f( C" q" R2021-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$ o8 A6 I& R" G* c* s/ ]( z
2021-10-20 14:42:51.921 48 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause)
: \( n* V' \$ o6 B2021-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
: ~( `/ y' s/ f0 n. O2021-10-20 14:42:51.921 48 ERROR cinder.service     return self._revalidate_connection()
% |9 Z8 ?0 n: k7 u2021-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/ P! ?+ `& G5 |9 q
2021-10-20 14:42:51.921 48 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed")  h- [! ~1 C5 ]- Z5 M' @
2021-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)
0 |+ U- r& f: q: J* C8 L* s- }2021-10-20 14:42:51.921 48 ERROR cinder.service
; N& D7 X0 Y9 S6 R8 g2021-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
# ~! C- N+ F. x. n3 J  b2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):) F; I! b2 t4 |, c
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 connection
: K' r9 t" K% E! M0 G& I5 n8 q2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters     return self._revalidate_connection()
( [; y: C& u1 l% k3 _1 y2021-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_connection
, m% |2 `: M' e! M; t7 I+ g4 ^2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters     raise exc.ResourceClosedError("This Connection is closed")
8 ^7 \& X& H0 f7 S7 A$ T2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters ResourceClosedError: This Connection is closed6 B8 U9 b( J' w& y
2021-10-20 14:42:52.254 34 ERROR oslo_db.sqlalchemy.exc_filters
. O: S( l/ @! J+ ?' R% u$ J2021-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:3 c) V8 C5 W* k5 b
<class 'sqlalchemy.exc.ResourceClosedError'> This Connection is closed* A4 [7 f; \+ p) b# T0 U; ]

. i9 T5 v5 Y" n# `$ o/ k  "is:\n %s %s\n" % (self._exc_info[0], self._exc_info[1]))0 ]4 b# ]" }" ^5 q
: DBAPIError: (sqlalchemy.exc.ResourceClosedError) This Connection is closed (Background on this error at: http://sqlalche.me/e/dbapi)
$ _  t; P' k/ x% T2021-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)5 L. v* s* C6 N
2021-10-20 14:42:52.259 34 ERROR cinder.service Traceback (most recent call last):
+ ~7 ~4 L; i) ^5 ]: D2 v2021-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
9 Y; l; R' h/ W% q: O/ L  ^2021-10-20 14:42:52.259 34 ERROR cinder.service     service_ref.save()
5 p5 ?  ~/ W" h) O/ l! \8 R5 J& V2021-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
: @4 l  `4 H* U. x6 u; i8 Y% ]2021-10-20 14:42:52.259 34 ERROR cinder.service     db.service_update(self._context, self.id, updates)
2 C! G9 b6 M' E- }( x$ q2021-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/ X1 L" S/ g! c3 N3 I, x
2021-10-20 14:42:52.259 34 ERROR cinder.service     return IMPL.service_update(context, service_id, values)
* c7 G& p% v+ }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 @2 y! A' t
2021-10-20 14:42:52.259 34 ERROR cinder.service     return f(*args, **kwargs)- c- J$ H% W( v- ]! S) A
2021-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
  l  Z& v/ g: f) i8 {' D6 p2021-10-20 14:42:52.259 34 ERROR cinder.service     ectxt.value = e.inner_exc# n) z0 Y; C6 A
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__
2 V- R# w4 |1 }- p) f% O2021-10-20 14:42:52.259 34 ERROR cinder.service     self.force_reraise()
9 H6 a/ }( c# Y8 Z4 r- N2 q2021-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_reraise
& {2 B  K: b( K6 W3 e: O2021-10-20 14:42:52.259 34 ERROR cinder.service     six.reraise(self.type_, self.value, self.tb)' u( }1 L3 _5 O* c+ C
2021-10-20 14:42:52.259 34 ERROR cinder.service   File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 135, in wrapper1 N: J8 I( X- I/ U9 o4 V
2021-10-20 14:42:52.259 34 ERROR cinder.service     return f(*args, **kwargs)1 s) G2 K) ^* V- y" _' K
2021-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
9 Y& w& Z9 t9 ~5 z0 I1 N( H2021-10-20 14:42:52.259 34 ERROR cinder.service     result = query.update(values)' ]8 e/ n; s: s/ n
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% U0 X/ m- Q% B  j7 ^# @6 G$ P
2021-10-20 14:42:52.259 34 ERROR cinder.service     update_op.exec_()+ T2 t3 G4 m+ _
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_
9 m' }2 B. i) T( [- o& e2021-10-20 14:42:52.259 34 ERROR cinder.service     self._do_exec()5 ^* _9 z% y: m- T
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_exec7 U% C1 V% X: U& k
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._execute_stmt(update_stmt)7 B' g  @8 i9 I- n$ f' L8 `) l
2021-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_stmt0 J6 n1 ?* @. j8 H0 t) s' H2 @
2021-10-20 14:42:52.259 34 ERROR cinder.service     mapper=self.mapper)2 U6 ?7 Z' r2 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. _$ n; U8 {, c, N- ^. e8 d" o
2021-10-20 14:42:52.259 34 ERROR cinder.service     bind, close_with_result=True).execute(clause, params or {})* I; X. D. c- J0 T) g; Q$ @
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. p; Y( F5 k' ~/ w  B# K
2021-10-20 14:42:52.259 34 ERROR cinder.service     return meth(self, multiparams, params): j# F6 j9 j; V5 G
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  V* T( H9 m, e6 f8 O. f
2021-10-20 14:42:52.259 34 ERROR cinder.service     return connection._execute_clauseelement(self, multiparams, params)
4 x% [+ m% N+ U$ d. u# I7 J9 L5 W- W. N2021-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_clauseelement. r  m* ~+ m: h( a+ V
2021-10-20 14:42:52.259 34 ERROR cinder.service     compiled_sql, distilled_params
* w! I# y# p, q4 a8 a' T6 k! [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, _% |: Z( N" I3 E+ ^" B
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._root._commit_impl(autocommit=True)
3 j* I$ f2 h7 H5 \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_impl& \3 r" y, [0 K& U8 C
2021-10-20 14:42:52.259 34 ERROR cinder.service     self.connection._reset_agent is self.__transaction:
' v* A+ N* O% d2 P: U2021-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
5 ?9 S  M, C# G. _/ E  g! T2021-10-20 14:42:52.259 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)
: z$ C; u: X* {# S4 f$ B. ?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$ v- v: w/ b- w1 q
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._autorollback()0 l* j% e; T  }
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__
, b9 \* x$ i$ f- w% S2021-10-20 14:42:52.259 34 ERROR cinder.service     compat.reraise(type_, value, traceback)
; d2 L: Q6 y7 L1 [' w6 i2021-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- }7 {4 q' y- O. U* Z8 Y% U
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._autorollback()' `8 i7 c, x2 B1 ]' {6 V$ ^, a
2021-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# G3 [- e$ }+ ]! M- r; p! l9 }( F
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._root._rollback_impl()' m- a: }' v2 m% s
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_impl5 ]) v3 }6 y$ z% u( r2 H8 o
2021-10-20 14:42:52.259 34 ERROR cinder.service     self.dispatch.rollback(self)- I0 i: |+ O+ a" h0 v7 m
2021-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__
- g, k( f: N6 A" L2021-10-20 14:42:52.259 34 ERROR cinder.service     fn(*args, **kw)
& r/ E3 d' W/ m; g# O2 b2021-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
& j: Y+ B+ q1 N8 o+ L- r& e+ R2021-10-20 14:42:52.259 34 ERROR cinder.service     conn.info.pop(ROLLBACK_CAUSE_KEY, None). w' l2 i, M% I
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 info7 F6 y$ n& ]" E7 x+ w
2021-10-20 14:42:52.259 34 ERROR cinder.service     return self.connection.info; b6 s7 K" L7 ?8 O# M- _3 |, B  D3 S
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( N& p3 Z* y  S9 G
2021-10-20 14:42:52.259 34 ERROR cinder.service     self._handle_dbapi_exception(e, None, None, None, None)* e* R6 F) E' R8 k2 K! m; M
2021-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_exception$ O! D! [4 f3 ]2 r+ T
2021-10-20 14:42:52.259 34 ERROR cinder.service     exc_info
- ?& _! {5 f2 y# E0 ?2021-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
! B/ K- z9 F( O5 N% ?+ Z- p- M& ?- \! k2021-10-20 14:42:52.259 34 ERROR cinder.service     reraise(type(exception), exception, tb=exc_tb, cause=cause)
' ^* Q/ t2 ]; o; Z7 S/ y7 j2021-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
) I1 G3 R" @$ x. x2021-10-20 14:42:52.259 34 ERROR cinder.service     return self._revalidate_connection()% D" ~7 a% T) V& H5 {; S
2021-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
- m. }/ C9 O# C4 l2021-10-20 14:42:52.259 34 ERROR cinder.service     raise exc.ResourceClosedError("This Connection is closed")" O3 K% E; Z" V7 W3 x
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)) A$ }8 U8 i4 q6 I3 J2 K8 J
2021-10-20 14:42:52.259 34 ERROR cinder.service
, d, E/ c7 D6 I* l& @$ l# C2021-10-20 14:43:00.607 34 ERROR cinder.service [req-1ce13e05-9f9d-409c-9223-516b7ae2b7c8 - - - - -] Recovered model server connection!
" M0 I% ^0 ~6 f# @( Y2021-10-20 14:43:00.674 48 ERROR cinder.service [req-87ab34a8-80be-49a4-b720-442a9eef3968 - - - - -] Recovered model server connection!
2 p4 P; @: ?& h3 J0 K! h2021-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.# }0 N$ E3 k$ r8 U
  "UPDATE / DELETE expressions." % clause)3 a  v" T8 H8 c

  S( J0 v$ [' U7 D  h' W# G- }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.: P, \0 P3 x+ W1 q$ P- ~: f; u
2021-10-20 14:48:52.975 7 INFO oslo_service.service [req-6284bff7-c9e4-4c7c-b944-6f3b1580e6de - - - - -] Caught SIGTERM, stopping children3 Z  w0 J# h3 R% ~
2021-10-20 14:48:52.979 7 INFO oslo_service.service [req-6284bff7-c9e4-4c7c-b944-6f3b1580e6de - - - - -] Waiting on 2 children to exit$ c0 R; p( [) ~# @
2021-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.
8 r& Q, L3 [, f# d2 n0 F% |- g2021-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.
' o6 V6 a  G1 K& h' c# e2021-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.
. W9 n6 b4 L4 w7 s4 {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.5 P4 b+ w0 B- }. n( s' \9 X
2021-10-20 14:49:06.533 7 INFO oslo_service.service [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Starting 1 workers
2 J& I4 M4 B9 k$ W4 B6 B2021-10-20 14:49:06.545 34 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9)
1 U9 c0 k$ `- a: H3 B8 }% E6 Z2021-10-20 14:49:06.577 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Starting volume driver RBDDriver (1.2.0)
; F. S' l' o: o$ [: [2021-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.
$ W3 c! V7 m6 H( _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.
$ U) e& z( }3 z. I( z7 P( J- g9 R& o, x2021-10-20 14:49:06.621 7 INFO oslo_service.service [req-7711c8a0-ae4b-4d6c-bebe-bb1470e8e4fa - - - - -] Starting 1 workers
7 Y$ _5 \, T0 [# s; d  t& X# J6 |2021-10-20 14:49:06.629 37 INFO cinder.service [-] Starting cinder-volume node (version 12.0.9)
9 I: b* ?; p2 p4 t, f* r" P2021-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".. g+ q- B% A, Y/ e
2021-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.3 H* x4 I9 H9 v7 V0 X+ \6 e" a8 D" Q. y
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)
# x8 Y$ F( {; o: \! {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.
& P" l) ]" s2 b( P- K+ L2021-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".
6 h; Q, v& g7 K2 {2 k2021-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.: |% \: D+ A$ k: @4 j. N" C" D
2021-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".
% k' X) E* J1 N8 m2021-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.9 a7 _5 \: f, H8 L! y1 @
2021-10-20 14:49:07.009 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Driver initialization completed successfully.+ S7 j1 k6 B- ^! W
2021-10-20 14:49:07.017 37 INFO cinder.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Initiating service 11 cleanup
3 Q+ w0 ^' d5 J; ^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.6 g# t! R, Y2 y) W' p8 R
2021-10-20 14:49:07.022 37 INFO cinder.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Service 11 cleanup completed.
6 m" g+ v# Z* R, C6 `7 Z0 |- D: z8 ]! U) a2021-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".  y$ g2 q2 w, }( Q
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.
1 K' e5 x3 j, g0 n3 A2021-10-20 14:49:07.100 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Driver initialization completed successfully.1 E7 k& d7 P0 m- U
2021-10-20 14:49:07.110 34 INFO cinder.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Initiating service 8 cleanup
9 ?! w1 E9 h1 N' O2021-10-20 14:49:07.118 34 INFO cinder.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Service 8 cleanup completed.6 N" @5 H5 w: o( ~; z
2021-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)
( ?. b2 D7 |- Q* i* B( K, l% L. T2021-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)
8 G" `6 o& ~4 r2 `% k& P2021-10-20 14:49:07.248 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Driver post RPC initialization completed successfully.2 p3 {6 y5 j7 x( V- c3 |
2021-10-20 14:49:07.367 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Driver post RPC initialization completed successfully.- }! F' t0 G0 e$ n; M: [5 o
^C
, N  _& K/ B: j6 @# U[root@compute01 ~]# tail -f /var/lib/docker/volumes/kolla_logs/_data/cinder/cinder-volume.log " }" g4 v& X9 c7 A6 Z; i
2021-10-20 14:49:07.248 37 INFO cinder.volume.manager [req-0187f6fb-4f52-4820-8f0d-5aaa2a6fb49c - - - - -] Driver post RPC initialization completed successfully.7 V# N3 z. c- D/ \' I, p) R
2021-10-20 14:49:07.367 34 INFO cinder.volume.manager [req-8ad266dc-5d0d-4971-a6fc-a8823c69dacb - - - - -] Driver post RPC initialization completed successfully.
% V7 Q9 P; V9 g7 l2021-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.
* t6 ]+ a6 p/ G+ W2021-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.
  n0 ]7 P/ l8 K) ~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.# r4 H" I, ~8 G0 R$ P/ l4 A
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 L4 _' Y( ]' _# B# R" W, S1 ^! E2021-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'}
9 {/ f( c: e" K" |; K  e) A2021-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 successfully7 n  }; S2 N' b% H  }5 C3 X; [
2021-10-20 14:50:12.793 34 INFO cinder.volume.manager [req-7b09fbe6-6e55-4d57-ad2b-66a8e28d38cc 14687393c47346beb4a6b95232e5d434 fce718dfba31472a940816a41b8aed2a - default default] Created volume successfully.9 b7 n" U4 b3 ~, z. p" Z
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.
1 P1 X8 j3 v. g: M( F6 G: f2 `1 Z1 v2 r/ e) ]8 h
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2026-6-12 00:16 , Processed in 0.017003 second(s), 23 queries .

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

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