cirros provided with fuel doesn't support disk resize
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Low
|
Unassigned |
Bug Description
Steps to repro:
1. Create tenant with 250Gb of disk
2. Run TestVM image with this tenant
Expected behavior: 250 Gb of space available
Observed behavior:
Only 11 Gb is available
$ sudo df -h
Filesystem Size Used Available Use% Mounted on
/dev 11.8G 0 11.8G 0% /dev
/dev/vda1 23.2M 18.3M 3.7M 83% /
tmpfs 11.8G 0 11.8G 0% /dev/shm
tmpfs 200.0K 76.0K 124.0K 38% /run
$ sudo fdisk -l
Disk /dev/vda: 268.4 GB, 268435456000 bytes
255 heads, 63 sectors/track, 32635 cylinders, total 524288000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/vda1 * 16065 524281274 262132605 83 Linux
Changed in fuel: | |
assignee: | Registry Administrators (registry) → nobody |
Cirros image provided with Fuel is used primarily for demo purposes, and for OSTF to health check deployed environment. Is there any other image publicly available, which supports disk resize functionality?