Package ganeti :: Package cmdlib :: Package cluster :: Module verify
[hide private]
[frames] | no frames]

Module verify

source code

Logical units for cluster verification.

Classes [hide private]
  _VerifyErrors
Mix-in for cluster/group verify LUs.
  LUClusterVerify
Submits all jobs necessary to verify the cluster.
  LUClusterVerifyDisks
Verifies the cluster disks status.
  LUClusterVerifyConfig
Verifies the cluster config.
  LUClusterVerifyGroup
Verifies the status of a node group.
Functions [hide private]
list of (origin, hypervisor, parameters)
_GetAllHypervisorParameters(cluster, instances)
Compute the set of all hypervisor parameters.
source code

Imports: itertools, logging, operator, re, time, ganeti, rpc, compat, constants, errors, locking, pathutils, utils, vcluster, hypervisor, opcodes, LogicalUnit, NoHooksLU, ResultWithJobs, ShareAll, ComputeAncillaryFiles, CheckNodePVs, ComputeIPolicyInstanceViolation, AnnotateDiskParams, SupportsOob


Function Details [hide private]

_GetAllHypervisorParameters(cluster, instances)

source code 

Compute the set of all hypervisor parameters.

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")