Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWS:MyImage] Access Nil Pointer #1314

Closed
powerkimhub opened this issue Aug 30, 2024 · 2 comments · Fixed by #1320
Closed

[AWS:MyImage] Access Nil Pointer #1314

powerkimhub opened this issue Aug 30, 2024 · 2 comments · Fixed by #1320
Assignees
Labels
bug Something isn't working CloudDriver

Comments

@powerkimhub
Copy link
Member

[이슈 현황]

  • MyImage를 생성 후 생성한 MyImage에 대해 바로 Delete를 요청하면
  • 몇 분 동안은 Nil Pointer 접근 오류가 발생합니다.
  • 이 경우 적절한 에러 반환 처리가 필요할 듯 합니다.
  • 점검 부탁 드립니다.

[이슈 분석]

  • 아래 그림에서와 같이
  • blockDevice.Ebs는 nil이 아니지만, blockDevice.Ebs.SnapshotId가 nil인 기간이 존재합니다.
  • image
@dev4unet
Copy link
Member

dev4unet commented Sep 4, 2024

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

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

@powerkimhub
Copy link
Member Author

@dev4unet

  • 캄사합니다.
  • Start Guide 보완하겠습니다~

powerkimhub added a commit that referenced this issue Sep 4, 2024
Resolved SnapshotId bug when deleting MyImage (Issue #1314)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CloudDriver
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants