From 41436193ddcd4f83ceecbc3f23d78a9dec2875b3 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 17 May 2011 14:26:55 +1000 Subject: [PATCH] onnode: Remove an unnecessary comment. The comment about $CTDB_NODES_SOCKETS is meaningless. The code ti refers to works just find with $CTDB_NODES_SOCKETS. Signed-off-by: Martin Schwenke (This used to be ctdb commit 74e69a564bac653dadfffe8b08145b9b3be16e61) --- ctdb/tools/onnode | 1 - 1 file changed, 1 deletion(-) diff --git a/ctdb/tools/onnode b/ctdb/tools/onnode index 9adb5caf68a..707294d5bd8 100755 --- a/ctdb/tools/onnode +++ b/ctdb/tools/onnode @@ -139,7 +139,6 @@ get_nodes_with_status () local status="$2" if [ -z "$ctdb_status_output" ] ; then - # FIXME: need to do something if $CTDB_NODES_SOCKETS is set. ctdb_status_output=$(ctdb -Y status 2>/dev/null) if [ $? -ne 0 ] ; then echo "${prog}: unable to get status of CTDB nodes" >&2