- 积分
- 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.+ D: G1 Q3 ^* p% ^0 Z- `9 d" _. ^
1 H8 ]+ y2 D( v解决办法:4 a3 e/ ~) c% m3 R. R9 T
在nova.conf文件中加入:
# O' ^4 \9 a* D) }2 j[DEFAULT]
% Y! F' n0 [+ v. R* a
+ J6 O9 e. x9 T4 j' Yblock_device_allocate_retries = 3600
' X$ d7 ]3 k& y0 p3 W7 ~9 u# \
1 _, ?( B" Y3 h! _2 q) e
重启nova-compute服务和nova-api服务
0 V8 x% e& I& j8 C* _) X) a) C9 ?& ^* h$ O: f4 [4 [, Y* A
|
|