← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1257788] [NEW] nova-network doesn't handle large amount of concurrent booting instances well

 

Public bug reported:

As seen by the large-ops test nova-network has trouble booting 150 VMs
concurrently. Part of the problem is that setting up the network for
each instance is relatively expensive with many locks and root-wrapped
calls. Both of which significantly hurt performance.  One possible fix
would be to do more bulk network operations when possible, so instead of
100 separate calls to a root-wrapped tool call it once.

** Affects: neutron
     Importance: Undecided
         Status: New

** Affects: nova
     Importance: Low
         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/1257788

Title:
  nova-network doesn't handle large amount of concurrent booting
  instances well

Status in OpenStack Neutron (virtual network service):
  New
Status in OpenStack Compute (Nova):
  New

Bug description:
  As seen by the large-ops test nova-network has trouble booting 150 VMs
  concurrently. Part of the problem is that setting up the network for
  each instance is relatively expensive with many locks and root-wrapped
  calls. Both of which significantly hurt performance.  One possible fix
  would be to do more bulk network operations when possible, so instead
  of 100 separate calls to a root-wrapped tool call it once.

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


Follow ups

References