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 ede543c commit 28fe520Copy full SHA for 28fe520
cmapi/cmapi_server/managers/process.py
@@ -463,7 +463,7 @@ def stop_node(
463
# undefined behaviour when primary gone and then recovers (failover
464
# triggered 2 times).
465
for prog_name in cls._get_sorted_progs(True, reverse=True):
466
- if is_read_only and prog_name == MCSProgs.WRITE_ENGINE_SERVER.value:
+ if is_read_only and prog_name == MCSProgs.WRITE_ENGINE_SERVER.value:
467
logging.debug('Node is in read-only mode, not stopping WriteEngine')
468
continue
469
if not cls.stop(prog_name, is_primary, use_sudo):
0 commit comments