← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1340564] Re: Very bad performance of concurrent spawning VMs to VCenter

 

Since we have introduced SPBM policies, this is no longer an issue.
SPBM provides great flexibility for choosing the datastore where the
instance will be placed. See:

http://specs.openstack.org/openstack/nova-specs/specs/kilo/implemented
/vmware-spbm-support.html

** No longer affects: oslo.vmware

** Changed in: nova
       Status: Confirmed => Won't Fix

** Changed in: nova
   Importance: High => Undecided

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

Title:
  Very bad performance of concurrent spawning VMs to VCenter

Status in OpenStack Compute (nova):
  Won't Fix

Bug description:
  When 10 user starts to provision VMs to a VCenter, OpenStack chooses one same datastore for everyone.
  After the first clone task is complete, OpenStack recognizes that datastore space usage is increased, and will choose another datastore. However, all the next 9 provision tasks are still performed on the same datastore. If no provision task on one datastore completes, OpenStack will persist to choose that datastore to spawn next VMs.

  This bug has significant performance impact, because it slows down
  performance of all the provisioning tasks greatly. VCenter driver
  should choose a not busy datastore for the provisioning tasks.

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


References