Trees | Indices | Help |
|
---|
|
A class representing the logical and physical status of a node.
|
|||
|
|||
Inherited from |
|
|||
dfree free disk, as reported by the node (runtime) |
|||
boolean |
ghost whether this is a known node or not (config) |
||
boolean |
hyp_fail whether the RPC call didn't return the instance list |
||
instances a list of running instances (runtime) |
|||
boolean |
lvm_fail whether the RPC call didn't return valid LVM data |
||
mfree free memory, as reported by hypervisor (runtime) |
|||
offline the offline status (config) |
|||
boolean |
os_fail whether the RPC call didn't return valid OS data |
||
list |
oslist list of OSes as diagnosed by DiagnoseOS |
||
pinst list of configured primary instances (config) |
|||
float |
pv_max size in MiB of the biggest PVs |
||
float |
pv_min size in MiB of the smallest PVs |
||
boolean |
rpc_fail whether the RPC verify call was successfull (overall, not whether the individual keys were correct) (runtime) |
||
sbp dictionary of {primary-node: list of instances} for all instances for which this node is secondary (config) |
|||
sinst list of configured secondary instances (config) |
|||
string |
uuid the node UUID to which this object refers |
||
boolean |
vm_capable whether the node can host instances |
||
volumes a structure as returned from ganeti.backend.GetVolumeList (runtime) |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:13 2016 | http://epydoc.sourceforge.net |