We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba9c86 commit f603816Copy full SHA for f603816
systemvm/debian/opt/cloud/bin/cs/CsRedundant.py
@@ -173,7 +173,7 @@ def _redundant_on(self):
173
force_keepalived_restart = False
174
proc = CsProcess(['/etc/conntrackd/conntrackd.conf'])
175
176
- if not proc.find() and not is_equals:
+ if not proc.find() or not is_equals:
177
CsHelper.copy(conntrackd_template_conf, self.CONNTRACKD_CONF)
178
CsHelper.service("conntrackd", "restart")
179
force_keepalived_restart = True
0 commit comments