반응형
2024.04.12. ubuntu-20.04 Yoga에서 발생
2024.07.03. ubuntu-22.04 Caracal에서 발생
에러 로그
정황
1. Horizon을 통해 인스턴스 생성 도중 발생
2. 이미지가 큰 인스턴스를 생성하는 도중 볼륨 생성 시간이 오래 걸려 발생한 것으로 추정
해결책
- nova-compute가 있는 노드에서 설정
<controller node>
vi /etc/nova/nova.conf
block_device_allocate_retries = 1800
<compute node>
vi /etc/nova/nova.conf
block_device_allocate_retries = 1800
service nova-compute restart
- 볼륨 생성 시간 or 시도 횟수 설정하면 해결된다.
인스턴스(VM) 생성 실패-1
VolumeNotCreated: Volume did not finish being created even after we waited 187 seconds or 61 attempts. And its status is creating. 이런 오류가 발생하여 해결함. 인스턴스 생성 시 볼륨을 생성하여, 연결하려고 하는데 볼륨 생
storiaquotidiana.tistory.com
반응형