Signed-off-by: Klaus Aehlig <[email protected]>
---
lib/cmdlib/cluster/__init__.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/cmdlib/cluster/__init__.py b/lib/cmdlib/cluster/__init__.py
index ab76a0d..6f395a6 100644
--- a/lib/cmdlib/cluster/__init__.py
+++ b/lib/cmdlib/cluster/__init__.py
@@ -1795,6 +1795,9 @@ class LUClusterSetParams(LogicalUnit):
if self.op.compression_tools is not None:
self.cfg.SetCompressionTools(self.op.compression_tools)
+ if self.op.maint_round_delay is not None:
+ self.cfg.SetMaintdRoundDelay(self.op.maint_round_delay)
+
network_name = self.op.instance_communication_network
if network_name is not None:
return self._ModifyInstanceCommunicationNetwork(self.cfg,
--
2.4.3.573.g4eafbef