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 3ad17e1 commit 31bc094Copy full SHA for 31bc094
mem3_helper.py
@@ -98,7 +98,7 @@ def finish_cluster(names):
98
print ("=== Adding nodes to CouchDB cluster via the “setup coordination node” ===")
99
for name in names:
100
# Exclude "this" pod
101
- if (name.split(".",1)[0]) != os.getenv("HOSTNAME")):
+ if (name.split(".",1)[0] != os.getenv("HOSTNAME")):
102
# action: enable_cluster
103
payload = {}
104
payload['action'] = 'enable_cluster'
0 commit comments