← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1272286] [NEW] VMware driver: Nova compute fails to start when two proxies are present per vcenter

 

Public bug reported:

Nova Compute fails to start when there are more than one proxy per
vCenter (two nova compute services  running on different vms) and
instances are provisioned in the clusters.

Reason:

on the start up of the nova-compute,  it checks the instances reported by the driver are still associated with this host.  If they are  not, it destroys them.
method _destroy_evacuated_instances calls the driver list_instances, which lists all the instances in the vCenter, though they are managed by different compute.


log file attached.

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: nova vmware

** Attachment added: "compute.log"
   https://bugs.launchpad.net/bugs/1272286/+attachment/3955812/+files/compute.log

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

Title:
  VMware driver: Nova compute fails to start when two proxies are
  present per vcenter

Status in OpenStack Compute (Nova):
  New

Bug description:
  Nova Compute fails to start when there are more than one proxy per
  vCenter (two nova compute services  running on different vms) and
  instances are provisioned in the clusters.

  Reason:

  on the start up of the nova-compute,  it checks the instances reported by the driver are still associated with this host.  If they are  not, it destroys them.
  method _destroy_evacuated_instances calls the driver list_instances, which lists all the instances in the vCenter, though they are managed by different compute.

  
  log file attached.

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


Follow ups

References