-
Notifications
You must be signed in to change notification settings - Fork 47
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
개선 기능및 이슈 #348에 의한 AWS RootDisk 및 사이즈 변경 기능 지원및 Tencent 방식 개선 #523
Conversation
ap-tokyo-2 Zone에서 M5.SMALL8 및 C4.LARGE8 스펙으로 테스트 완료 VMSpecName: "M5.SMALL8" RootDiskType: "" RootDiskSize: "" --> Premium Cloud Storage,50GB VMSpecName: "M5.SMALL8" RootDiskType: "CLOUD_SSD" --> SSD cloud disks,50GB VMSpecName: "M5.SMALL8" RootDiskSize: "70" --> Premium Cloud Storage,70GB VMSpecName: "C4.LARGE8" RootDiskSize: "default" --> Premium Cloud Storage,50GB VMSpecName: "C4.LARGE8" RootDiskType: "CLOUD_PREMIUM", RootDiskSize: "Default", --> Premium Cloud Storage,50GB VMSpecName: "C4.LARGE8" RootDiskType: "CLOUD_SSD", RootDiskSize: "30", //Image Size 보다 작으면 에러 남 --> Image size cannot be larger than system disk size, please enlarge the system disk size or change another image. VMSpecName: "C4.LARGE8" RootDiskType: "CLOUD_SSD", RootDiskSize: "60", --> SSD cloud disks,60GB
사용 가능 디스크 타입 : standard/io1/io2/gp2/sc1/st1/gp3 Default 스토리지 : 8GB AWS는 디스크 타입 및 디스크 사이즈 개별 지정 가능 ap-northeast-1a리전에서 t2.micro 스펙으로 테스트 했음. VMSpecName: "t2.micro" RootDiskType: "" RootDiskSize: "" --> gp2, 8GB VMSpecName: "t2.micro" RootDiskType: "standard" --> standard, 8GB VMSpecName: "t2.micro" RootDiskSize: "12" --> gp2, 12GB VMSpecName: "t2.micro" RootDiskSize: "default" --> gp2, 8GB VMSpecName: "t2.micro" RootDiskType: "gp3", RootDiskSize: "Default", --> gp3, 8GB VMSpecName: "t2.micro" RootDiskType: "standard", RootDiskSize: "6", //Image Size(8GB) 보다 작으면 에러 남 --> Volume of size 6GB is smaller than snapshot 'snap-095f9b3409e0b354e', expect size >= 8GB VMSpecName: "t2.micro" RootDiskType: "standard", RootDiskSize: "60", --> standard, 60GB
Root Disk 설정 관련
|
[AWS]
|
@powerkimhub io1/io2는 처리할 파라메터가 없어서 어쩔 수 없지만... |
|
개선 기능및 이슈 #348에 의한 AWS RootDisk 변경 기능 지원및 Tencent 지원 방식 개선
AWS - RootDisk 설정 기능 추가
[테스트 옵션및 결과]
VMSpecName: "t2.micro"
RootDiskType: ""
RootDiskSize: ""
--> gp2, 8GB
VMSpecName: "t2.micro"
RootDiskType: "standard"
--> standard, 8GB
VMSpecName: "t2.micro"
RootDiskSize: "12"
--> gp2, 12GB
VMSpecName: "t2.micro"
RootDiskSize: "default"
--> gp2, 8GB
VMSpecName: "t2.micro"
RootDiskType: "gp3",
RootDiskSize: "Default",
--> gp3, 8GB
VMSpecName: "t2.micro"
RootDiskType: "standard",
RootDiskSize: "6", //Image Size(8GB) 보다 작으면 에러 남
--> Volume of size 6GB is smaller than snapshot 'snap-095f9b3409e0b354e', expect size >= 8GB
VMSpecName: "t2.micro"
RootDiskType: "standard",
RootDiskSize: "60",
--> standard, 60GB
Tencent - 다른 CSP와 동작 방식 통일
[테스트 옵션및 결과]
VMSpecName: "M5.SMALL8"
RootDiskType: ""
RootDiskSize: ""
--> Premium Cloud Storage,50GB
VMSpecName: "M5.SMALL8"
RootDiskType: "CLOUD_SSD"
--> SSD cloud disks,50GB
VMSpecName: "M5.SMALL8"
RootDiskSize: "70"
--> Premium Cloud Storage,70GB
VMSpecName: "C4.LARGE8"
RootDiskSize: "default"
--> Premium Cloud Storage,50GB
VMSpecName: "C4.LARGE8"
RootDiskType: "CLOUD_PREMIUM",
RootDiskSize: "Default",
--> Premium Cloud Storage,50GB
VMSpecName: "C4.LARGE8"
RootDiskType: "CLOUD_SSD",
RootDiskSize: "30", //Image Size 보다 작으면 에러 남
--> Image size cannot be larger than system disk size, please enlarge the system disk size or change another image.
VMSpecName: "C4.LARGE8"
RootDiskType: "CLOUD_SSD",
RootDiskSize: "60",
--> SSD cloud disks,60GB