← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1298513] Re: nova server group policy should be applied when resizing/migrating server

 

*** This bug is a duplicate of bug 1379451 ***
    https://bugs.launchpad.net/bugs/1379451

** This bug has been marked a duplicate of bug 1379451
   anti-affinity policy only honored on boot

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

Title:
  nova server group policy should be applied when resizing/migrating
  server

Status in OpenStack Compute (Nova):
  Confirmed

Bug description:
  If I do the following:

  nova server-group-create --policy affinity affinitygroup
  nova boot --flavor=1 --image=cirros-0.3.1-x86_64-uec --hint group=<group_uuid> cirros0
  nova resize cirros0 2

  The cirros0 server will be resized but when the scheduler runs it
  doesn't take into account the scheduling policy of the server group.

  I think the same would be true if we migrate the server.

  Lastly, when doing migration/evacuation and the user has specified the
  compute node we might want to validate the choice against the group
  policy.  For emergencies we might want to allow policy violation with
  a "--force" option or something.

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


References