Revision c1410048 lib/cmdlib/cluster.py
b/lib/cmdlib/cluster.py | ||
---|---|---|
1329 | 1329 |
if self.op.candidate_pool_size is not None: |
1330 | 1330 |
self.cluster.candidate_pool_size = self.op.candidate_pool_size |
1331 | 1331 |
# we need to update the pool size here, otherwise the save will fail |
1332 |
AdjustCandidatePool(self, []) |
|
1332 |
AdjustCandidatePool(self, [], feedback_fn)
|
|
1333 | 1333 |
|
1334 | 1334 |
if self.op.maintain_node_health is not None: |
1335 | 1335 |
if self.op.maintain_node_health and not constants.ENABLE_CONFD: |
Also available in: Unified diff