From 7bf693fc1bb2964de496685ce5468b4228a99d09 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 11 Oct 2012 16:21:02 +1100 Subject: tools/ctdb_diagnostics: Add "ctdb listvars" output Signed-off-by: Martin Schwenke (This used to be ctdb commit 2d75a04ba9a2e87a0dcb9bf778c58e335af1871c) --- ctdb/tools/ctdb_diagnostics | 1 + 1 file changed, 1 insertion(+) diff --git a/ctdb/tools/ctdb_diagnostics b/ctdb/tools/ctdb_diagnostics index e2efb5384e..e37ed6b39d 100755 --- a/ctdb/tools/ctdb_diagnostics +++ b/ctdb/tools/ctdb_diagnostics @@ -227,6 +227,7 @@ EOF show_all "ctdb status; ctdb ip" show_all "ctdb statistics" show_all "ctdb uptime" +show_all "ctdb listvars" echo "Showing log.ctdb" show_all "test -f /var/log/log.ctdb && tail -100 /var/log/log.ctdb" -- cgit