Bug 1041437 - [RFE][nova]: Use compute driver usage stats as an option
Summary: [RFE][nova]: Use compute driver usage stats as an option
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/nova...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 16:07 UTC by RHOS Integration
Modified: 2019-09-09 13:22 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:37:05 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 16:07:44 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/use-driver-usage-stats.

Description:

Currently nova-compute uses a resource tracker to track resource consumption. The resource tracker ignores usage stats reported by the driver and calculates resource consumption with an audit process, using information from the database. The driver already reports usage stats, but the values are ignored, which makes the audit process a redundant computation, with unnecessary queries to the database. Since the task is periodic, it has a compounding effect on performance. This blueprint will provide the option in nova.conf to use usage stats directly from the driver to report available resources, instead of  the auditing. As a side effect the available resources will reflect a more accurate stats in certain cases (i.e. existing/turned off VMs on a hypervisor before the installation of nova-compute).

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.