-
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
[CONN] Add Default Region/Zone to Connection and Allow API Calls to Specify Target Zone #1067
Comments
[Zone-Level 제어 현황 분석]
[분석 결과]
[자원별 제공 방안]
[Updated Task]
|
[Driver Common Interface 반영]
|
[Driver 반영 현황]
|
Driver Interface의 struct는 수정이 되어있으나 확인바랍니다. api-runtime > VPC-SubnetRest.go // 144Line func CreateVPC 에서 173Line func AddSubnet 에서 349Line |
|
@powerkimhub 추가로 attach의 경우에는 동일한 zone끼리 작업하는 것으로 봐야할까요? aws의 경우 volume와 vm이 동일 zone끼리만 attach됩니다. 이부분도 확인 바랍니다. |
|
[AWS] Add Default Region/Zone to Connection and Allow API Calls to Specify Target Zone by #1067
|
-- 현재 DB의 구조가 ListDisk를 해당 region의 zone들을 조회해서 zone들의 disk목록을 합치도록 하려고 했으나 ListDisk() 자체가 사용되지 않는 듯하고 Zone단위인 경우에는 다음 방법 중 하나를 사용해야 할 것 같습니다.
|
[ListXXX()를 유지하는 사유]
[GetDisk(): Zone 인자 추가 관련]
|
Subnet 관련해서 |
GCP 확인결과 그래서 GCP의 subnet은 zone의 영향을 받지 않습니다. 참고바랍니다. https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks/insert |
[Alibaba] Add Default Region/Zone to Connection and Allow API Calls to Specify Target Zone by #1067
@MZC-CSC @inno-cloudbarista @ish-hcc @innodreamer
[Subnet]
[Disk]
|
참고 |
Disk 조회시 아래 사항도 검토 바랍니다. CloudDriverHandler_common.GetZoneLevelCloudConnection -> commonGetCloudConnection 으로 connection 정보를 가져오는데 |
|
[Tencent] 소스는 이전 PR에 포함되어 있어서 이미 적용되어 있습니다. issue_1067 gcp: set zone for subnet, disk #1155 |
@powerkimhub KT Cloud Classic의 경우, disk 정보 조회시 정보에 zone 정보를 포함할 수 있지만, disk 생성시 zone을 지정할 수 있는 parameter가 존재해도 해당 connection의 zone에 대해서만 disk를 생성할 수 있습니다. |
|
@powerkimhub KT Cloud Classic의 경우, StartVM() 실행시 KeyPair의 경우도 Target zone에서 생성해놓은 KeyPair를 적용해야 VM 생성이 진행되는데 AdminWeb UI에서 VM 생성 위해 설정시 KeyPair의 경우 다른 zone에서 생성한 KeyPair는 나타나지 않는 문제가 있습니다. |
@powerkimhub 자원 정보 listing 할때 해당 region 내 모든 zone의 자원을 보여주면 위의 문제가 해결될거 같기도 하네요. |
|
|
@seokho-son @dogfootman @dev4unet @zephy-mzc
[현황]
[계획]
CSP가 자체 스케줄링에 의해 선정 하도록, CSP Random Zone에 자원을 생성[Task]
The text was updated successfully, but these errors were encountered: