On Tue, Apr 21, 2015 at 06:31:30PM +0200, 'Klaus Aehlig' via ganeti-devel wrote:
This error will be used if cluster verify detects an exclusion
tag violation.
Signed-off-by: Klaus Aehlig <[email protected]>
---
src/Ganeti/Constants.hs | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/Ganeti/Constants.hs b/src/Ganeti/Constants.hs
index ca76594..5ceedc6 100644
--- a/src/Ganeti/Constants.hs
+++ b/src/Ganeti/Constants.hs
@@ -3083,6 +3083,12 @@ cvEnoden1 =
Types.cVErrorCodeToRaw CvENODEN1,
"Not enough memory to accommodate instance failovers")
+cvEextags :: (String, String, String)
+cvEextags =
+ ("node",
+ Types.cVErrorCodeToRaw CvEEXTAGS,
+ "Instances with same exclusion tag on the same node")
+
cvEnodenet :: (String, String, String)
cvEnodenet =
("node",
--
2.2.0.rc0.207.ga3a616c
LGTM