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 460fec8 commit 9d0a035Copy full SHA for 9d0a035
sambacc/commands/ctdb.py
@@ -303,9 +303,9 @@ def ctdb_set_node(ctx: Context) -> None:
303
304
@commands.command(name="ctdb-manage-nodes", arg_func=_ctdb_general_node_args)
305
def ctdb_manage_nodes(ctx: Context) -> None:
306
- """Run a long lived procees to monitor the node state file for new nodes.
307
- When a new node is found, if the current node is in the correct state, this
308
- node will add it to CTDB.
+ """Run a long lived process to manage the cluster metadata. It can add new
+ nodes. When a new node is found, if the current node is in the correct
+ state, this node will add it to CTDB.
309
"""
310
_ctdb_ok()
311
np = NodeParams(ctx)
0 commit comments