Skip to content

Commit 9d0a035

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
commands: improve ctdb_manage_nodes doc comment
Make the doc comment on ctdb_manage_nodes more accurate. Signed-off-by: John Mulligan <[email protected]>
1 parent 460fec8 commit 9d0a035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sambacc/commands/ctdb.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ def ctdb_set_node(ctx: Context) -> None:
303303

304304
@commands.command(name="ctdb-manage-nodes", arg_func=_ctdb_general_node_args)
305305
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.
306+
"""Run a long lived process to manage the cluster metadata. It can add new
307+
nodes. When a new node is found, if the current node is in the correct
308+
state, this node will add it to CTDB.
309309
"""
310310
_ctdb_ok()
311311
np = NodeParams(ctx)

0 commit comments

Comments
 (0)