...to restore symmetry with OpClusterSetParams.
Signed-off-by: Klaus Aehlig <[email protected]>
---
src/Ganeti/Query/Server.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Ganeti/Query/Server.hs b/src/Ganeti/Query/Server.hs
index c153740..800cf51 100644
--- a/src/Ganeti/Query/Server.hs
+++ b/src/Ganeti/Query/Server.hs
@@ -270,6 +270,8 @@ handleCall _ _ cdata QueryClusterInfo =
, ("data_collector_interval",
showJSON . fmap dataCollectorInterval
$ clusterDataCollectors cluster)
+ , ("maint_round_delay",
+ showJSON . maintRoundDelay $ configMaintenance cdata)
]
in case master of
--
2.4.3.573.g4eafbef