-
Notifications
You must be signed in to change notification settings - Fork 46
VM Root Disk Configuration Guide
ByoungSeob Kim edited this page May 23, 2022
·
5 revisions
-
VM Root Disk 설정은 VM 생성(Start VM) 요청 시에만 설정 가능
-
VM 생성시 Root Disk 선택 및 Size 조절(증가만) 가능
-
Root Disk Type 및 Size 설정 방법 참고
Case | Disk Type Input | Disk Size(GB) Input |
---|---|---|
no input case (default type&size) | "" | "" |
'default' 설정 | default | default |
CSP 전용 타입 문자열 설정 | standard | "" |
default 크기보다 작은 size 설정 => 에러 | default | < default size |
default 크기 보다 큰 size 설정 | default | > default size |
추상화된 타입 값으로 설정 | TYPE1 | default |
CSP 전용 타입 문자열로 설정 및 크기 증가 설정 | gp3 | > default size |
-
CSP별 가능한 Root Disk Type 및 Size 값 참고
-
Root Disk Type 및 Size 설정을 위한 Start VM Rest API 참고
-
CSP별 Root Disk Type 및 Size 설정 예시 참고
ls $CBSPIDER_ROOT/api-runtime/rest-runtime/test/each-test/*rootdisk-*;
-
CSP별 설정 방법 및 시험 결과 참고
-
CSP별 Root Disk 설정 여부 및 API 지원 현황 참고
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- Price Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]