module documentation

Logical units for cluster verification.

Class LUClusterVerify Submits all jobs necessary to verify the cluster.
Class LUClusterVerifyConfig Verifies the cluster config.
Class LUClusterVerifyDisks Verifies the cluster disks status.
Class LUClusterVerifyGroup Verifies the status of a node group.
Class _VerifyErrors Mix-in for cluster/group verify LUs.
Function _GetAllHypervisorParameters Compute the set of all hypervisor parameters.
def _GetAllHypervisorParameters(cluster, instances):

Compute the set of all hypervisor parameters.

Parameters
cluster:objects.Clusterthe cluster object
instancesadditional instances from which to obtain parameters
Returns
list of (origin, hypervisor, parameters)a list with all parameters found, indicating the hypervisor they apply to, and the origin (can be "cluster", "os X", or "instance Y")