cloud-barista / cb-spider

CB-Spider offers a unified view and interface for multi-cloud management.
https://github.com/cloud-barista/cb-spider/wiki
Apache License 2.0
33 stars 47 forks source link

[AWS:MyImage] Access Nil Pointer #1314

Closed powerkimhub closed 2 months ago

powerkimhub commented 2 months ago

[이슈 현황]


[이슈 분석]

dev4unet commented 2 months ago

아직 SnapshotId가 할당되지 않은 경우 에러를 발생하도록 했으며 spider의 adminweb2에서 에러 메시지가 출력되는 것을 확인후 PR했습니다.

참고로, 이번에 빌드할 때 보니 make에 swag가 들어갔는데 Quick Start Guide 문서에는 swag 바이너리 파일 설치 관련 부분이 없어서 에러가 발생하는 사용자가 있을 듯 싶습니다.^^

powerkimhub commented 2 months ago

@dev4unet