- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
消息Build of instance 67128fdf-8ae7-4bc5-b544-812ce8765937 aborted: Volume 531c7c00-2822-45a4-b0cc-15adafcbb952 did not finish being created even after we waited 191 seconds or 61 attempts. And its status is downloading.编码500详情Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1863, in _do_build_and_run_instance filter_properties, request_spec) File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2085, in _build_and_run_instance bdms=block_device_mapping) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2037, in _build_and_run_instance block_device_mapping) as resources: File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2247, in _build_resources reason=e.format_message()) BuildAbortException: Build of instance 67128fdf-8ae7-4bc5-b544-812ce8765937 aborted: Volume 531c7c00-2822-45a4-b0cc-15adafcbb952 did not finish being created even after we waited 191 seconds or 61 attempts. And its status is downloading.已创建June 24, 2021, 7:50 a.m.0 ^# f+ V6 ]' \# X& u
) i3 j1 f1 m# V
解决办法:) @: U0 z) k3 Q, }9 @2 k( f
在nova.conf文件中加入:
, Q) D @' g3 k9 @3 E[DEFAULT]
5 I) O+ n( G% p; [6 g* r: g
' ]! l( I4 Q! l% U% f* @block_device_allocate_retries = 3600. T: Q- M* n" y: _7 C) z9 f7 e" M! k
2 l" |7 d) S8 @# \# L( e$ }
8 L5 |/ }3 o# \: I重启nova-compute服务和nova-api服务
% k( x# A5 m8 ]$ V4 J& D& l+ Y& G% `) ?
|
|