|
|
消息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.
7 ]9 l2 [" b+ R8 F' T
6 W/ F3 A+ d1 I4 O. F解决办法:
; x, `8 F8 |4 f在nova.conf文件中加入:
/ m! |) p8 b% A& r1 r9 W1 Y[DEFAULT]+ e9 [. G5 s3 r: m! x6 Y0 {1 n" j- o- `
+ g# W8 o, x+ c% Mblock_device_allocate_retries = 3600) `6 r( _4 M# |% X# q& I
9 c8 E! H9 X; b% N! J* ~* }
, j& q8 X' r0 h7 H. Z/ R
重启nova-compute服务和nova-api服务
+ G1 }+ `( O7 C6 M+ E+ [- h0 d/ O- l
|
|