yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33074
[Bug 1458122] [NEW] nova shouldn't error if we can't schedule all of max_count instances at boot time
Public bug reported:
When booting up instances, nova allows the user to specify a "min count"
and a "max count".
Currently, if the user has quota space for "max count" instances, then
nova will try to create them all. If any of them can't be scheduled,
then the creation of all of them will be aborted and they will all be
put into an error state.
Arguably, if nova was able to schedule at least "min count" instances
(which defaults to 1) then it should continue on with creating those
instances that it was able to schedule. Only if nova cannot create at
least "min count" instances should nova actually consider the request as
failed.
** Affects: nova
Importance: Undecided
Status: New
** Tags: compute
--
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/1458122
Title:
nova shouldn't error if we can't schedule all of max_count instances
at boot time
Status in OpenStack Compute (Nova):
New
Bug description:
When booting up instances, nova allows the user to specify a "min
count" and a "max count".
Currently, if the user has quota space for "max count" instances, then
nova will try to create them all. If any of them can't be scheduled,
then the creation of all of them will be aborted and they will all be
put into an error state.
Arguably, if nova was able to schedule at least "min count" instances
(which defaults to 1) then it should continue on with creating those
instances that it was able to schedule. Only if nova cannot create at
least "min count" instances should nova actually consider the request
as failed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1458122/+subscriptions
Follow ups
References