[SCM] CTDB repository - branch master updated - ctdb-1.11-77-g02184bd

Ronnie Sahlberg sahlberg at samba.org
Mon Oct 17 18:47:13 MDT 2011


The branch, master has been updated
       via  02184bd5b9ab94cdf2b9ff92e56a509f92f9e4aa (commit)
      from  c774e17c78f181833ca688aa48b42e7b90c822d8 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 02184bd5b9ab94cdf2b9ff92e56a509f92f9e4aa
Author: Martin Schwenke <martin at meltin.net>
Date:   Fri Oct 7 14:59:46 2011 +1100

    onnode: unset EXTRA_SSH_OPTS when using fakessh
    
    This case was never tested and fakessh obviously won't handle the
    extra arguments.
    
    Signed-off-by: Martin Schwenke <martin at meltin.net>

-----------------------------------------------------------------------

Summary of changes:
 tools/onnode |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/onnode b/tools/onnode
index 804ab09..4bd8243 100755
--- a/tools/onnode
+++ b/tools/onnode
@@ -339,6 +339,7 @@ $current && command="cd $PWD && $command"
 ssh_opts=
 if [ -n "$CTDB_NODES_SOCKETS" ] ; then
     SSH=fakessh
+    EXTRA_SSH_OPTS=""
 else 
     # Could "2>/dev/null || true" but want to see errors from typos in file.
     [ -r "${ctdb_base}/onnode.conf" ] && . "${ctdb_base}/onnode.conf"


-- 
CTDB repository


More information about the samba-cvs mailing list