performance issue on restart of nova compute when there are a large number of vms

Bug #1279055 reported by Sreeram Yerrapragada
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Won't Fix
High
Unassigned

Bug Description

When there are large number of VMs in the cloud, there is a performance issue on restarting of nova compute. Compute server tries to sync states of all the vm and does not respond until sync is complete.

Tags: network
Ryan Hsu (rhsu)
description: updated
Michael Still (mikal)
Changed in nova:
status: New → Triaged
importance: Undecided → Wishlist
Aaron Rosen (arosen)
Changed in nova:
assignee: nobody → Aaron Rosen (arosen)
Revision history for this message
Aaron Rosen (arosen) wrote :

This bug isn't just specific to vmware this occurs on kvm as well. The issue is that when nova starts it queries neutron for the nw information of each instance running on the compute node one at a time. We actually don't need to query neutron for this and instead we should just fetch it from the instance_info_cache table as the nw_info is there.

Changed in nova:
importance: Wishlist → High
tags: added: network
Revision history for this message
zhu zhu (zhuzhubj) wrote :

Hi Aaron, are you still working on that? Any progress now?

Gary Kotton (garyk)
tags: removed: vmware
summary: - vmware: performance issue on restart of nova compute when there are a
- large number of vms
+ performance issue on restart of nova compute when there are a large
+ number of vms
Revision history for this message
moorryan (moorryan) wrote :

given how long this has been kicking around and the changes to objects etc. is there any way of validting if this is still a bug?

Revision history for this message
Matt Riedemann (mriedem) wrote :

Mike Wilson (geekinutah) had a blueprint at one point related to batching requests to neutron, that might be related here.

Aaron Rosen (arosen)
Changed in nova:
assignee: Aaron Rosen (arosen) → nobody
Revision history for this message
Sean Dague (sdague) wrote :

This is kind of working as designed. The concurency mode of n-cpu kind of needs to work this way.

Changed in nova:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.