← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1258179] Re: VMware: timeouts due to nova-compute stuck at 100% when using deploying 100 VMs

 

** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  VMware: timeouts due to nova-compute stuck at 100% when using
  deploying 100 VMs

Status in OpenStack Compute (Nova):
  Fix Released
Status in The OpenStack VMwareAPI subTeam:
  In Progress

Bug description:
  When there are 100's of VM deployed there are problems with nova
  compute. This is due to the fact that each interaction with the VM;s
  via get_vm_ref reads all of the VM's ont he system and then filters by
  the UUID. The filtering is done on the client side.

  There are specific API's that optimize this search -
  http://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fvim.SearchIndex.html
  more specifically FindAllByUuid

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


References