Public bug reported:

Circumstance:
When multi-creating a quota-exceeding number of instances in a server group, it 
will pass server_group_members quota check.

Actual result:
Servers successfully created.

Expected result:
Raising QuotaExceeded API exception.

Reproduce steps (Queen):
1 nova server-group-create sg affinity (policy shouldn't matter)
2 set in nova.conf server_group_members=2 (so we don't need to create too many 
servers to test)
3 nova boot --flavor flavor --net net-name=netname --image image --max-count 3 
server-name
Then we will see all 3 servers created successfully, violating 
server_group_members quota policy.

** Affects: nova
     Importance: Undecided
     Assignee: Chen (chenn2)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Chen (chenn2)

-- 
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/1780373

Title:
  server_group_members quota check failure with multi-create

Status in OpenStack Compute (nova):
  New

Bug description:
  Circumstance:
  When multi-creating a quota-exceeding number of instances in a server group, 
it will pass server_group_members quota check.

  Actual result:
  Servers successfully created.

  Expected result:
  Raising QuotaExceeded API exception.

  Reproduce steps (Queen):
  1 nova server-group-create sg affinity (policy shouldn't matter)
  2 set in nova.conf server_group_members=2 (so we don't need to create too 
many servers to test)
  3 nova boot --flavor flavor --net net-name=netname --image image --max-count 
3 server-name
  Then we will see all 3 servers created successfully, violating 
server_group_members quota policy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1780373/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to