Actually send wait for unflush

This commit is contained in:
2019-05-11 00:16:38 -04:00
parent 62a71af46e
commit 91ea96b772
2 changed files with 13 additions and 5 deletions

View File

@ -164,7 +164,7 @@ def flush_node(zk_conn, node, wait):
return True, retmsg
def ready_node(zk_conn, node):
def ready_node(zk_conn, node, wait):
# Verify node is valid
if not common.verifyNode(zk_conn, node):
return False, 'ERROR: No node named "{}" is present in the cluster.'.format(node)