From 87eb70180aad04dc353c008f48b3b5fe652fa87c Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 11 Jan 2013 14:07:12 +1100 Subject: tools/ctdb: New command runstate to print current runstate Signed-off-by: Martin Schwenke Pair-programmed-with: Amitay Isaacs (This used to be ctdb commit bf20c3ab090f75f59097b36186347cedb1c445d4) --- ctdb/doc/ctdb.1.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ctdb/doc') diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index 83d0ac0365f..d1734b7c8fb 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -382,6 +382,23 @@ response from 3 time=0.000114 sec (2 clients) + runstate + + Print the runstate of the specified node. Runstates are used + to serialise important state transitions in CTDB, particularly + during startup. + + + Example: ctdb runstate + + + Example output: + + +RUNNING + + + ifaces This command will display the list of network interfaces, which could -- cgit