← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1308698] [NEW] GroupAntiAffinityFilter scheduler hint doesn't work

 

Public bug reported:

Using either milestone-proposed or master:

nova.conf:
scheduler_default_filters = RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,GroupAntiAffinityFilter

mysql
use nova
select * from instance_groups;
Empty set (0 rows)

nova boot --flavor m1.nano --image cirros-0.3.1-x86_64-uec --nic net-
id=ed3fe298-12a7-4625-8e90-2c286f48aebb --hint group=foo s1

output of nova boot then shows server in scheduling state.


horizon shows:
Fault
Message
Instance group foo could not be found.
Code
404

mysql
use nova
select * from instance_groups;
There is one row with name "foo", so the group was created.

** Affects: nova
     Importance: Undecided
         Status: New

** Attachment added: "logs.tar.gz"
   https://bugs.launchpad.net/bugs/1308698/+attachment/4085658/+files/logs.tar.gz

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

Title:
  GroupAntiAffinityFilter scheduler hint doesn't work

Status in OpenStack Compute (Nova):
  New

Bug description:
  Using either milestone-proposed or master:

  nova.conf:
  scheduler_default_filters = RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,GroupAntiAffinityFilter

  mysql
  use nova
  select * from instance_groups;
  Empty set (0 rows)

  nova boot --flavor m1.nano --image cirros-0.3.1-x86_64-uec --nic net-
  id=ed3fe298-12a7-4625-8e90-2c286f48aebb --hint group=foo s1

  output of nova boot then shows server in scheduling state.

  
  horizon shows:
  Fault
  Message
  Instance group foo could not be found.
  Code
  404

  mysql
  use nova
  select * from instance_groups;
  There is one row with name "foo", so the group was created.

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


Follow ups

References