← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1483335] [NEW] ExtendedVolumes extension has poor performance

 

Public bug reported:

ExtendedVolumes has poor performance because it query block device
mapping formance for every instances.

that's because block_device_mapping_get_all_by_instance() only takes on instance_uuid.
if this function taks instance_uuid list. then we can have better performance with IN operator with just on query.

** Affects: nova
     Importance: Undecided
         Status: New

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

Title:
  ExtendedVolumes extension has poor performance

Status in OpenStack Compute (nova):
  New

Bug description:
  ExtendedVolumes has poor performance because it query block device
  mapping formance for every instances.

  that's because block_device_mapping_get_all_by_instance() only takes on instance_uuid.
  if this function taks instance_uuid list. then we can have better performance with IN operator with just on query.

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