onnode: Remove an unnecessary comment.
authorMartin Schwenke <martin@meltin.net>
Tue, 17 May 2011 04:26:55 +0000 (14:26 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 8 Jun 2011 04:23:09 +0000 (14:23 +1000)
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 <martin@meltin.net>
tools/onnode

index 9adb5caf68a3d0ef59e1b571a309ef0225d6f04c..707294d5bd8af09d333d05010f521610d9ea90f7 100755 (executable)
@@ -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