Module verify
source code
Logical units for cluster verification.
list of (origin, hypervisor, parameters)
|
|
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
_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")
|