Use consistent language for primary mode

I didn't call it "router" anywhere else, but the state in the list is
called "coordinator" so, call it "coordinator mode".
This commit is contained in:
2022-05-06 15:39:06 -04:00
parent 7a40c7a55b
commit c401a1f655
3 changed files with 10 additions and 10 deletions

View File

@ -486,7 +486,7 @@ def cli_node():
@cluster_req
def node_secondary(node, wait):
"""
Take NODE out of primary router mode.
Take NODE out of primary coordinator mode.
"""
task_retcode, task_retdata = pvc_provisioner.task_status(config, None)
@ -539,7 +539,7 @@ def node_secondary(node, wait):
@cluster_req
def node_primary(node, wait):
"""
Put NODE into primary router mode.
Put NODE into primary coordinator mode.
"""
task_retcode, task_retdata = pvc_provisioner.task_status(config, None)