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

KTCloud rootDiskType is not accepting HDD #1060

Open
seokho-son opened this issue Feb 13, 2024 · 2 comments
Open

KTCloud rootDiskType is not accepting HDD #1060

seokho-son opened this issue Feb 13, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@seokho-son
Copy link
Member

What happened
KTCloud의 d3530ad2-462b-43ad-97d5-e1087b952b7d-disk20gb
Spec을 사용하면, 아래와 같이 disk 20gb HDD가 rootDisk로 할당되어 있는 VM이 생성됨.

  •  "rootDiskType": "HDD",
    
  •  "rootDiskSize": "20GB",
    

이 리턴값("rootDiskType": "HDD")을 활용하여, VM을 다시 생성 요청하면,
아래와 같은 오류 발생함.

{"message":"HDD is not a valid Root Disk Type of KTCLOUD!"}

What you expected to happen
output type에 해당하는 string이 input으로도 활용할 수 있도록 확인 및 옵션 제공 필요.

How to reproduce it (as minimally and precisely as possible)
CB-TB로 VM 생성 후, Scaleout 수행.

Environment

  • Source version or branch: CB-SP v0.8.4

Proposed solution
https://github.com/cloud-barista/cb-spider/blob/master/cloud-driver-libs/cloudos_meta.yaml#L113
개선 등.

@seokho-son seokho-son added the bug Something isn't working label Feb 13, 2024
@seokho-son
Copy link
Member Author

PTAL @innodreamer

@innodreamer
Copy link
Member

@seokho-son 관련하여 Cloud OS meta 정보와 KT Cloud 의 제약조건들을 update한 PR을 올렸으니 PR이 반영된 후 다시한번 테스트해주시기 바래요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants