Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1151112

Summary: Instance unbootable with ephemeral disk
Product: Red Hat OpenStack Reporter: Marko Myllynen <myllynen>
Component: openstack-novaAssignee: Pádraig Brady <pbrady>
Status: CLOSED DUPLICATE QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: berrange, dasmith, ndipanov, pbrady, sbauza, sferdjao, sgordon, vromanso, yeylon
Target Milestone: ---Keywords: ZStream
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-24 22:08:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1149737    
Bug Blocks:    

Description Marko Myllynen 2014-10-09 15:31:07 UTC
Description of problem:
When doing something like

nova flavor-create ... --swap 256 --ephemeral 1 ...
glance image-create ...
nova boot ... --swap 256 --ephemeral size=1 ... test

then the disk.info on the compute node running the instance contains entries for disk, disk.eph0, and disk.swap, these images all are present on the compute node disk and everything is as expected.

But after

nova stop test
nova start test

the disk.info contains entries for disk, disk.eph0, disk.local, disk.swap but there is no disk.local present thus the instance fails to boot. If manually copying disk.eph0 as disk.local then the instance boots up and will use disk.local instead of disk.eph0 from there on as the ephemeral disk.

See also https://bugs.launchpad.net/nova/+bug/1305423.

Comment 4 Pádraig Brady 2014-10-24 22:08:27 UTC

*** This bug has been marked as a duplicate of bug 1149737 ***