This parameter will instruct instance migration to proceed in the presence of incompatible hypervisor versions.
Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/OpParams.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Ganeti/OpParams.hs b/src/Ganeti/OpParams.hs index b030729..ff03b0b 100644 --- a/src/Ganeti/OpParams.hs +++ b/src/Ganeti/OpParams.hs @@ -68,6 +68,7 @@ module Ganeti.OpParams , pShutdownInstance , pForce , pIgnoreOfflineNodes + , pIgnoreHVVersions , pNodeName , pNodeUuid , pNodeNames @@ -985,6 +986,11 @@ pIgnoreConsistency = withDoc "Whether to ignore disk consistency" $ defaultFalse "ignore_consistency" +pIgnoreHVVersions :: Field +pIgnoreHVVersions = + withDoc "Whtether to ignore incompatible Hypervisor versions" $ + defaultFalse "ignore_hvversions" + pMasterCandidate :: Field pMasterCandidate = withDoc "Whether the node should become a master candidate" . -- 2.1.0.rc2.206.gedb03e5
