-
Notifications
You must be signed in to change notification settings - Fork 48
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 unrelated failure error from 3 concurrent VMs provisioning #1061
Comments
PTAL @innodreamer |
3개의 VM은 동일한 network, subnet, SG, SSHKey 활용한 경우이며, 다른 경우를 테스트하지는 않았음. |
@seokho-son Portforwarding Rule 적용관련된 사전 작업을 단순화하고 validation check code를 추가했으니 위의 PR이 반영된 후 다시한번 테스트해주시기 바래요. |
아래와 같이, CB-TB로 테스트시 (VM 1개), Please provide the number of VMs to create (1 ~ 10)
오류가 발생합니다. rootdisk default 설정이 동작하지 않아서 발생하는 문제로 보입니다. |
@seokho-son (@powerkimhub) "VM 생성시, root disk type으로 'Seoul-M2' zone은 SSD type만 지원하고, 나머지 zone은 HDD type만 지원함."
위에 제시해주신 오류 메시지는 KT Cloud Classic VM 생성 요청시 연동 드라이버에서 위의 제약 조건에 맞춰서 zone별로 root disk type의 validation check 후에, 드라이버 layer에서 return해주는 오류 메시지입니다. 일반적으로 root disk type을 'default'로 요청시 cb-spider에 CSP별로 지정된 default root disk type 정보로 VM 생성 요청이 되는데, 이런 상황에서 오류가 나지 않도록 보완하겠습니다. |
@seokho-son (@powerkimhub) 따라서, 드라이버에서 validation check 할때 "" option도 적용했습니다. |
|
What happened
CB-TB MCIS를 통해, KTCloud VM 3개 생성 요청시,
"
How to reproduce it (as minimally and precisely as possible)
CB-TB MCIS를 통해, KTCloud VM 3개 생성 요청
Anything else we need to know?
CB-SP 로그
Environment
Proposed solution
CB-SP 차원 3개 VM 동시 생성 테스트 및 오류 수정
Any other context
:
The text was updated successfully, but these errors were encountered: