On Thu, Oct 02, 2014 at 10:11:39AM +0200, 'Klaus Aehlig' via ganeti-devel wrote:
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 4e3d76b..56ff209 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
@@ -987,6 +988,11 @@ pIgnoreConsistency =
withDoc "Whether to ignore disk consistency" $
defaultFalse "ignore_consistency"
+pIgnoreHVVersions :: Field
+pIgnoreHVVersions =
+ withDoc "Whtether to ignore incompatible Hypervisor versions" $
s/Whtether/Whether/
+ defaultFalse "ignore_hvversions"
+
pMasterCandidate :: Field
pMasterCandidate =
withDoc "Whether the node should become a master candidate" .
--
2.1.0.rc2.206.gedb03e5
LGTM, no need to resend