yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56135
[Bug 1428176] Re: DiskFilter uses Ephemeral size from Flavor, not actual ephemeral size
Based on the discussion on the proposed patch [1], we don't want to
propagate the one-off setting of swap and ephemeral disk [2] from the
API further throughout the codebase. If anything, those options should
be removed from the API.
[1] https://review.openstack.org/#/c/352522/
[2] http://docs.openstack.org/user-guide/cli-nova-launch-instance-from-volume.html#attach-swap-or-ephemeral-disk-to-an-instance
** Changed in: nova
Status: In Progress => Won't Fix
--
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/1428176
Title:
DiskFilter uses Ephemeral size from Flavor, not actual ephemeral size
Status in OpenStack Compute (nova):
Won't Fix
Bug description:
DiskFilter checks if instance can fit into host and uses
'ephemeral_gb' value from Flavor. However, it is possible to reduce
ephemeral (and swap) size by providing custom block device mapping on
instance create [1]. In this case we are having false-negative answer
form DiskFilter.
[1]. http://docs.openstack.org/user-guide/content/attach-disk-to-
instance.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1428176/+subscriptions
References