Activity log for bug #1359808

Date Who What changed Old value New value Message
2014-08-21 15:11:10 Attila Fazekas bug added bug
2014-08-22 04:55:23 Attila Fazekas description When listing ~4096 instances, the nova API (n-api) service has high CPU(100%) usage because it does individual SELECTs, for every server's block_device_mapping. Please use more efficient way for getting the block_device_mapping, when multiple instance queried. This line initiating the individual select: https://github.com/openstack/nova/blob/4b414adce745c07fbf2003ec25a5e554e634c8b7/nova/api/openstack/compute/contrib/extended_volumes.py#L32 When listing ~4096 instances, the nova API (n-api) service has high CPU(100%) usage because it does individual SELECTs, for every server's block_device_mapping. This adds ~20-25 sec to the response time. Please use more efficient way for getting the block_device_mapping, when multiple instance queried. This line initiating the individual select: https://github.com/openstack/nova/blob/4b414adce745c07fbf2003ec25a5e554e634c8b7/nova/api/openstack/compute/contrib/extended_volumes.py#L32
2014-08-27 16:56:11 Tracy Jones tags volumes
2014-09-10 12:28:12 Sean Dague nova: status New Opinion
2014-09-10 12:28:16 Sean Dague nova: importance Undecided Wishlist
2014-10-17 06:42:29 Attila Fazekas nova: status Opinion New
2014-10-17 21:16:09 Joe Gordon nova: status New Confirmed
2014-10-17 21:16:12 Joe Gordon nova: importance Wishlist Medium
2014-10-17 21:37:15 Dan Smith nova: assignee Dan Smith (danms)
2015-10-01 01:59:27 Diana Clarke nova: assignee Dan Smith (danms) Diana Clarke (diana-clarke)
2015-10-01 15:34:55 OpenStack Infra nova: status Confirmed In Progress
2015-10-01 20:14:29 Matt Riedemann tags volumes performance volumes
2015-10-21 07:12:18 OpenStack Infra nova: assignee Diana Clarke (diana-clarke) Abhijeet Malawade (abhijeet-malawade)
2015-10-21 08:42:51 Abhijeet Malawade nova: assignee Abhijeet Malawade (abhijeet-malawade)
2015-10-21 13:33:16 Diana Clarke nova: assignee Diana Clarke (diana-clarke)
2015-11-13 13:30:36 OpenStack Infra nova: status In Progress Fix Committed
2015-12-03 21:33:58 Doug Hellmann nova: status Fix Committed Fix Released