← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1266415] Re: Compute node reports wrong amount of free memory

 

We'll track it as a blueprint instead

** Changed in: nova
       Status: In Progress => Invalid

** Changed in: nova
     Assignee: Geza Gemes (geza-gemes) => (unassigned)

** Changed in: nova
       Status: Invalid => Opinion

-- 
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/1266415

Title:
  Compute node reports wrong amount of free memory

Status in OpenStack Compute (Nova):
  Opinion

Bug description:
  In nova/compute/resource_tracker.py in the definition of the
  _update_usage_from_instances function the amount of free memory
  reported by the hypervisor layer gets overwriten by the amount of
  configured host reserved memory:

  resources['memory_mb_used'] = CONF.reserved_host_memory_mb

  If the compute host uses more memory (not counting the VMs memory
  usage) than the reserved_host_memory, it results in erroneus free
  memory reporting by the compute host and consequently to suboptimal
  scheduling.

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


References