Revision ef14e128 lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
2003 2003
    @type hvparams: dict of strings
2004 2004
    @param hvparams: hypervisor parameters, not used in this class
2005 2005

  
2006
    @return: a dict with the following keys (values in MiB):
2007
          - memory_total: the total memory size on the node
2008
          - memory_free: the available memory on the node for instances
2009
          - memory_dom0: the memory used by the node itself, if available
2006
    @return: a dict as returned by L{BaseHypervisor.GetLinuxNodeInfo} plus
2007
        the following keys:
2010 2008
          - hv_version: the hypervisor version in the form (major, minor,
2011 2009
                        revision)
2012 2010

  

Also available in: Unified diff