Tempest cirros ssh setup fails due to lack of disk space causing config-drive setup to fail forcing fallback to metadata server which fails due to hitting 10 second timeout.
Bug #1808010 reported by
Clark Boylan
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack-Gate |
New
|
Undecided
|
Unassigned | ||
devstack |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Some tempest tests fail because cirros boots up and isn't able to write files due to a lack of disk space. Currently unsure if this is a host cloud hypervisor disk limitation or if we are running out of disk in the test node, or if the nova test flavor is now too small for cirros.
Looking at logstash it seems restricted to a subset of our cloud regions (though not a single cloud) which may indicate it is a host cloud provider disk issue.
Adding this bug so we can track it.
summary: |
- Tempest cirros boots fail due to lack of disk space + Tempest cirros ssh setup fails due to lack of disk space causing config- + drive setup to fail forcing fallback to metadata server which fails due + to hitting 10 second timeout. |
Changed in nova: | |
status: | New → Confirmed |
Changed in devstack: | |
status: | New → In Progress |
assignee: | nobody → Dr. Jens Harbott (j-harbott) |
importance: | Undecided → High |
Changed in nova: | |
importance: | Undecided → Medium |
no longer affects: | nova |
Changed in devstack: | |
status: | Incomplete → Fix Released |
To post a comment you must log in.
Until https:/ /review. openstack. org/#/c/ 619319/ devstack uses root_gb=0 for the flavors that tempest uses, and root_gb=0 means the size of the image is used for the disk on nova-compute, not what is in the flavor (since it's essentially unbounded).