diff options
| author | Martin Schwenke <martin@meltin.net> | 2011-05-17 14:26:55 +1000 |
|---|---|---|
| committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2011-06-08 14:23:14 +1000 |
| commit | 41436193ddcd4f83ceecbc3f23d78a9dec2875b3 (patch) | |
| tree | 47edcf75e725fa049928e6662a23c5681ce2ef8a /ctdb/tools/onnode | |
| parent | f730194f120520ddee3b6ebabbdcc49a0d98a385 (diff) | |
| download | samba-41436193ddcd4f83ceecbc3f23d78a9dec2875b3.tar.gz samba-41436193ddcd4f83ceecbc3f23d78a9dec2875b3.tar.xz samba-41436193ddcd4f83ceecbc3f23d78a9dec2875b3.zip | |
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 <martin@meltin.net>
(This used to be ctdb commit 74e69a564bac653dadfffe8b08145b9b3be16e61)
Diffstat (limited to 'ctdb/tools/onnode')
| -rwxr-xr-x | ctdb/tools/onnode | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/tools/onnode b/ctdb/tools/onnode index 9adb5caf68..707294d5bd 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 |
