[BUG] Volume is smaller than the minimum size specified in image
- Dominant language
- Python
- Stars
- 3
- Forks
- 4
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 11
Description
### Affected Command
ewc infra --profile eumetsat-ecis-r1-internal-ewc-coreservicesope create | hub deploy
### Describe the issue
root disk default too small for new GPU image
### Steps to Reproduce
((newtestewccli) ) murdaca@fra-dev-new:~/work-ewc/ewccli-github$ ewc infra --profile eumetsat-ecis-r1-internal-ewc-coreservicesope create --flavour-name 6cpu-32gbmem-h200.1g.18gb --external-ip internship-vm-gpu-test4
### Expected Behavior
Higher value that minimum is given and user can customize the size of the root disk.
### Logs or Output
```shell
[07/27/26 14:28:59] INFO Using `eumetsat-ecis-r1-internal-ewc-coreservicesope` profile.
[07/27/26 14:28:59] INFO SSH private and public keys are matching! Continuing...
INFO The server will be deployed on EUMETSAT side of the EWC.
INFO Pre deploy server setup starting...
INFO The selected flavour requires a GPU image...
[07/27/26 14:29:00] INFO Keypair 'murdaca-ewccli-keypair' already exists on Openstack. Using this key to deploy the
VM.
INFO Deploy server internship-vm-gpu-test4 starting...
๐งพ Server Configuration Inputs Summary
โโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Parameter โ Value โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ Image โ Ubuntu 24.04 NV_GRID_Open โ
โ Flavour โ 6cpu-32gbmem-h200.1g.18gb โ
โ Network โ private โ
โ Security Groups โ ssh โ
โ Keypair โ murdaca-ewccli-keypair โ
โโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
INFO [Deploy server] Requesting server from Openstack...
[07/27/26 14:29:00] INFO โณ This could take a few minutes, grab a coffee โ๏ธ meanwhile...
[07/27/26 14:29:01] INFO Creating internship-vm-gpu-test4 (attempt n.1/1)...
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Error โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ HttpException (internship-vm-gpu-test4): BadRequestException: 400: Client Error for url: โ
โ https://nova.api.r1.cloud.eumetsat.int/v2.1/servers, Volume is smaller than the minimum size specified in image โ
โ metadata. Volume size is 32212254720 bytes, minimum size is 34359738368 bytes. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
```
### Environment
Linux
### EWC CLI Version
0.6.0
Contributor guide
Assessment
This issue has not been assessed yet.