....to represent failure due to the new migration-restricting
tags.
Signed-off-by: Klaus Aehlig <[email protected]>
---
src/Ganeti/HTools/Types.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Ganeti/HTools/Types.hs b/src/Ganeti/HTools/Types.hs
index 3785ee4..a1fb765 100644
--- a/src/Ganeti/HTools/Types.hs
+++ b/src/Ganeti/HTools/Types.hs
@@ -359,6 +359,7 @@ data FailMode = FailMem -- ^ Failed due to not enough RAM
| FailCPU -- ^ Failed due to not enough CPU capacity
| FailN1 -- ^ Failed due to not passing N1 checks
| FailTags -- ^ Failed due to tag exclusion
+ | FailMig -- ^ Failed due to migration restrictions
| FailDiskCount -- ^ Failed due to wrong number of disks
| FailSpindles -- ^ Failed due to wrong/missing spindles
| FailInternal -- ^ Internal error
--
2.1.0.rc2.206.gedb03e5