X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/a5728081faa3068dcb797a7ccccd9ce47c0b23e0..82e12743915efc510097f72f50ad547710cb66d7:/lib/cmdlib.py?ds=sidebyside diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 957a089..0f3e517 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -2331,6 +2331,7 @@ class LUSetNodeParams(LogicalUnit): if self.op.drained is not None: node.drained = self.op.drained + result.append(("drained", str(self.op.drained))) if self.op.drained == True: if node.master_candidate: node.master_candidate = False