yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68935
[Bug 1711786] Re: ephemeral disk format not correct with os_type=linux metadata in image
[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]
** Changed in: nova
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1711786
Title:
ephemeral disk format not correct with os_type=linux metadata in image
Status in OpenStack Compute (nova):
Expired
Bug description:
Description
===========
when boot vm with ephemeral disk, the default format is vfat. but when the image has metadata os_type=linux, it should use ext4. in fact, it still use vfat format in ephemeral disk.
Steps to reproduce
==================
1. not define virt_mkfs in nova.conf (This is by default)
2. boot a vm with ephemeral disk first.
3. add metadata os_type=linux in image
4. boot a vm with ephemeral disk on the same compute node
Expected result
===============
Ephemeral Disk format using ext4 format
Actual result
=============
Ephemeral Disk format using vfat format
Environment
===========
We tested in Openstack Mitaka/Netwon and master
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1711786/+subscriptions
References