On Thu, Aug 26, 2021 at 7:29 AM Tommy Sway <sz_cuitao@163.com> wrote:
After the success deploy, I try to create a instance and launch it.
But it failed.
The error is :
Message Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance b238edf6-093b-41ce-bd59-a349f8e8fa12.
Code 500
Details Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/nova/conductor/manager.py", line 665, in build_instances raise exception.MaxRetriesExceeded(reason=msg)
nova.exception.MaxRetriesExceeded: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance b238edf6-093b-41ce-bd59-a349f8e8fa12.
Created Aug. 25, 2021, 3:23 p.m.
Why ?
For the answer to that question you have to check the logs of nova-scheduler and possibly also nova-compute. -yoctozepto
Thanks.