Bug 1151112 - Instance unbootable with ephemeral disk
Summary: Instance unbootable with ephemeral disk
Keywords:
Status: CLOSED DUPLICATE of bug 1149737
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 5.0 (RHEL 7)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 5.0 (RHEL 7)
Assignee: Pádraig Brady
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On: 1149737
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-09 15:31 UTC by Marko Myllynen
Modified: 2019-09-09 16:34 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-10-24 22:08:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1305423 0 None None None Never

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 ***


Note You need to log in before you can comment on or make changes to this bug.