Config download already in progress
오픈스택 오버클라우드 배포 시 아래와 같은 오류가 발생하는 경우
Removing short term keys locally Enabling ssh admin - COMPLETE. Overcloud Endpoint: http://192.168.0.120:5000 Overcloud Horizon Dashboard URL: http://192.168.0.120:80/dashboard Overcloud rc file: /home/stack/overcloudrc Overcloud Deployed with error Config download already in progress with execution id 67921d34-a819-44bf-b042-5bf4d69856c2 for stack overcloud (undercloud) [stack@director ~]$
이전에 수행했던 작업이 비정상적으로 종료되었거나 작동중인경우 이다.
이런경우 해당 워크플로를 종료/삭제 시켜주면 된다.
먼저 가장 쉬운 방법은 디렉터 노드를 리부팅 시키는것이고 리부팅 이후 아래 명령어로 해당 워크플로를 삭제한다.
$ openstack workflow execution list $ openstack workflow execution show 67921d34-a819-44bf-b042-5bf4d69856c2 $ openstack workflow execution delete --force 67921d34-a819-44bf-b042-5bf4d69856c2 Request to delete execution 67921d34-a819-44bf-b042-5bf4d69856c2 has been accepted. (undercloud) [stack@director ~]$ openstack overcloud delete overcloud Are you sure you want to delete this overcloud [y/N]? y
참조링크
로그인하면 댓글을 남길 수 있습니다.