class documentation
class RpcClientDnsOnly(object):
Known subclasses: ganeti.rpc.node.BootstrapRunner, ganeti.rpc.node.DnsOnlyRunner, ganeti.rpc.node.RpcRunner
Undocumented
| Method | call |
Wrapper for RPC call 'node_verify_light' |
| Method | call |
Wrapper for RPC call 'version' |
| Constant | _CALLS |
Undocumented |
def call_node_verify_light(self, node_list, checkdict, cluster_name, hvparams, _def=_CALLS[ 'node_verify_light']):
¶
Wrapper for RPC call 'node_verify_light'
Request verification of given parameters
| Parameters | |
| node | List of node names |
| checkdict | What to verify |
| cluster | Cluster name |
| hvparams | Dictionary mapping hypervisor names to hvparams |
| _def | Undocumented |
| Note | |
| This is a multi-node call with a timeout of 15m 0s | |