← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1477098] [NEW] When you unshelve an instance, AggregateImagePropertiesIsolation filter doesn't work.

 

Public bug reported:

When you unshelve an instance, the instance will be created on a Compute-Node that belongs to an aggregate which  
doesn't have same metadata.

conditions:
 ・An cinder volume is attached as a bootable volume.

 ・AggregateImagePropertiesIsolation filter is in scheduler_default_filters of /etc/nova/nova.conf file.
 
  ・Propertes are defined in an image's metadata
     For example key:'CentOS' value:'true'        

  ・two or more aggregates exist.one of which has same metadata as image's Property. 
 ・an instance on host that belongs to the aggregate which has same metadata.

 Reproduce steps:
  1.shelve an instance
    # nova shelve UUID

  2.unshlve an instance
    # nova unshelve UUID

Expected result:
 the instance is on a Compute-Node that belongs to an aggregate which has same metadata.

Actual result:
 the instance is on a Compute-Node that belongs to an aggregate which  doesn't have same metadata.

environments:
 Icehouse

** Affects: nova
     Importance: Undecided
     Assignee: YoshidaYusuke (yoshida-yusuke)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => YoshidaYusuke (yoshida-yusuke)

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

Title:
  When you unshelve an instance, AggregateImagePropertiesIsolation
  filter doesn't work.

Status in OpenStack Compute (nova):
  New

Bug description:
  When you unshelve an instance, the instance will be created on a Compute-Node that belongs to an aggregate which  
  doesn't have same metadata.

  conditions:
   ・An cinder volume is attached as a bootable volume.

   ・AggregateImagePropertiesIsolation filter is in scheduler_default_filters of /etc/nova/nova.conf file.
   
    ・Propertes are defined in an image's metadata
       For example key:'CentOS' value:'true'        

    ・two or more aggregates exist.one of which has same metadata as image's Property. 
   ・an instance on host that belongs to the aggregate which has same metadata.

   Reproduce steps:
    1.shelve an instance
      # nova shelve UUID

    2.unshlve an instance
      # nova unshelve UUID

  Expected result:
   the instance is on a Compute-Node that belongs to an aggregate which has same metadata.

  Actual result:
   the instance is on a Compute-Node that belongs to an aggregate which  doesn't have same metadata.

  environments:
   Icehouse

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


Follow ups