[libvirt] [PATCH 0/2] esx: Make esxNodeGetFreeMemory always use ESX host.

Dawid Zamirski dzamirski at datto.com
Mon Mar 9 15:54:03 UTC 2015


This patch is intended to make ESX driver behave more consistently.
When calling virNodeGetFreeMemory, it would return the free bytes
from a cluster when using vpx connection or ESX host when using esx
connection. However, virGetNodeInfo always returns info from ESX
host (specifying ESX host is mandatory, even for vpx connections)
so to make this consitent, these patches make virNodeGetFreeMemory
always return info from the ESX host.

Dawid Zamirski (2):
  esx: add esxVI_GetInt
  esx: esxNodeGetFreeMemory return info from host.

 src/esx/esx_driver.c   | 53 ++++++++++++++++++--------------------------------
 src/esx/esx_vi.c       | 32 ++++++++++++++++++++++++++++++
 src/esx/esx_vi.h       |  3 +++
 src/esx/esx_vi_types.c |  3 +++
 src/esx/esx_vi_types.h |  1 +
 5 files changed, 58 insertions(+), 34 deletions(-)

-- 
2.1.0




More information about the libvir-list mailing list