|
|
消息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.
B- U' _2 c0 a0 x& P: q# h' {: F( h; |+ P% d+ ^/ D( k/ ?
解决办法:
$ j9 G: {; d$ j) L" n在nova.conf文件中加入:$ v U- p& h0 x
[DEFAULT]; r! V' n5 y. F4 h, n
Y; I; x/ E) t0 f! Q4 \" B8 ublock_device_allocate_retries = 3600) ^# C: |; P" A# g) |
% m: _: h+ b. N
V5 Z' R$ g, f, ^# w" y, F9 N重启nova-compute服务和nova-api服务2 x+ C3 j4 @) i& `6 n! ]
% @( Q$ u. L r2 O |
|