summaryrefslogtreecommitdiff
path: root/nova/compute/resource_tracker.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixed clean up process in confirm_resize() after resize/cold migration...Jenkins2016-10-051-1/+1
|\
| * Fixed clean up process in confirm_resize() after resize/cold migrationSergey Nikitin2016-07-201-1/+1
* | pci: eliminate DB lookup PCI requests during claimJay Pipes2016-09-301-6/+8
* | pci: pass in instance PCI requests to claimJay Pipes2016-09-301-2/+8
* | Evaluate 'task_state' in resource (de)allocationStephen Finucane2016-07-041-3/+4
|/
* Unavailable hosts have no resources for useJesse J. Cook2016-05-311-0/+2
* Merge "Redundant parentheses removed"Jenkins2016-03-161-3/+2
|\
| * Redundant parentheses removedGleb Stepanov2016-03-141-3/+2
* | Merge "pci - Claim devices outside of Claim constructor"Jenkins2016-03-151-0/+5
|\ \ | |/ |/|
| * pci - Claim devices outside of Claim constructorJay Pipes2016-03-111-0/+5
* | Make tuple actually a tupleSean Dague2016-03-141-1/+1
* | Merge "Remove unused variable and redundant code path"Jenkins2016-03-101-8/+1
|\ \
| * | Remove unused variable and redundant code pathGleb Stepanov2016-03-091-8/+1
* | | Address nits in I83a5f06adStephen Finucane2016-03-091-21/+22
|/ /
* | Merge "Fix string interpolations at logging calls"Jenkins2016-03-081-4/+4
|\ \ | |/ |/|
| * Fix string interpolations at logging callsTakashi NATSUME2016-03-071-4/+4
* | RT: aborting claims clears instance host and NUMA infoNikola Dipanov2016-03-071-8/+16
* | Dump metric exception text to logsJoe Cropper2016-03-051-2/+4
|/
* deprecate ``compute_stats_class`` config optionSean Dague2016-03-041-1/+3
* Update ComputeNode values with disk allocation ratios in the RTSylvain Bauza2016-02-221-2/+7
* RT: Decrese usage for offloaded instancesNikola Dipanov2016-02-161-4/+7
* Move Disk allocation ratio to ResourceTrackerSylvain Bauza2016-02-121-0/+12
* Merge "Fixes Python 3 unit tests for nova.compute"Jenkins2016-02-091-2/+4
|\
| * Fixes Python 3 unit tests for nova.computeClaudiu Belu2016-02-091-2/+4
* | Improve efficiency of Migration.instance propertyDan Smith2016-02-011-2/+18
|/
* Fix resource tracker VCPU countingPaul Murray2015-11-231-0/+1
* Merge "Fix pci_stats logging in resource tracker"Jenkins2015-11-161-1/+2
|\
| * Fix pci_stats logging in resource trackerMoshe Levi2015-11-131-1/+2
* | Deprecate Extensible Resource TrackerSylvain Bauza2015-11-051-1/+9
* | Remove vcpu resource from extensible resource trackerPaul Murray2015-11-051-1/+2
|/
* RT: track evacuation migrationsNikola Dipanov2015-09-221-11/+19
* rebuild: RPC sends additional args and claims are doneNikola Dipanov2015-09-221-0/+9
* RT: Migration resource tracking uses migration contextNikola Dipanov2015-09-151-12/+20
* Claims: Make sure move claims create a migration context recordsNikola Dipanov2015-09-151-0/+4
* Reduce the number of Instance.get_by_uuid callsDiana Clarke2015-09-141-10/+11
* Merge "Update ComputeNode values with allocation ratios in the RT"Jenkins2015-08-311-4/+16
|\
| * Update ComputeNode values with allocation ratios in the RTSylvain Bauza2015-08-311-4/+16
* | Cleanup RT _instance_in_resize_state()Jay Pipes2015-08-301-16/+21
|/
* Allow for migration object to be passed to _move_claimNikola Dipanov2015-08-261-6/+22
* rt: move filtering of migration by type lower in the call stackNikola Dipanov2015-08-261-7/+10
* rt: generalize claim code to be useful for other move actionsNikola Dipanov2015-08-261-13/+29
* Merge "Move CPU and RAM allocation ratios to ResourceTracker"Jenkins2015-08-251-0/+17
|\
| * Move CPU and RAM allocation ratios to ResourceTrackerSylvain Bauza2015-08-211-0/+17
* | Merge "Ironic: Add numa_topology to get_available_resource return values"Jenkins2015-08-241-5/+0
|\ \
| * | Ironic: Add numa_topology to get_available_resource return valuesEli Qiao2015-08-121-5/+0
* | | Avoid querying for Service in resource trackerHans Lindgren2015-08-131-17/+0
| |/ |/|
* | pci: Move whitelist filtering inside PCI trackerJay Pipes2015-08-111-12/+3
|/
* resource tracker style pci resource managementYongli he2015-08-051-3/+4
* virt: convert hardware module to use nova.objects.ImageMetaDaniel P. Berrange2015-07-271-4/+10
* Merge "Use flavor object in compute manager"Jenkins2015-07-201-3/+3
|\