class documentation
class NodeImage(object):
A class representing the logical and physical status of a node.
Method | __init__ |
Undocumented |
Instance Variable | dfree |
free disk, as reported by the node (runtime) |
Instance Variable | ghost |
whether this is a known node or not (config) |
Instance Variable | hyp |
whether the RPC call didn't return the instance list |
Instance Variable | instances |
a list of running instances (runtime) |
Instance Variable | lvm |
whether the RPC call didn't return valid LVM data |
Instance Variable | mfree |
free memory, as reported by hypervisor (runtime) |
Instance Variable | offline |
the offline status (config) |
Instance Variable | os |
whether the RPC call didn't return valid OS data |
Instance Variable | oslist |
list of OSes as diagnosed by DiagnoseOS |
Instance Variable | pinst |
list of configured primary instances (config) |
Instance Variable | pv |
size in MiB of the biggest PVs |
Instance Variable | pv |
size in MiB of the smallest PVs |
Instance Variable | rpc |
whether the RPC verify call was successfull (overall, not whether the individual keys were correct) (runtime) |
Instance Variable | sbp |
dictionary of {primary-node: list of instances} for all instances for which this node is secondary (config) |
Instance Variable | sinst |
list of configured secondary instances (config) |
Instance Variable | uuid |
the node UUID to which this object refers |
Instance Variable | vm |
whether the node can host instances |
Instance Variable | volumes |
a structure as returned from ganeti.backend.GetVolumeList (runtime) |
rpc_fail: boolean =
¶
whether the RPC verify call was successfull (overall, not whether the individual keys were correct) (runtime)