[SCM] CTDB repository - branch master updated - ctdb-1.13-290-gaf540ef

Michael Adam obnox at samba.org
Thu Oct 18 02:59:11 MDT 2012


The branch, master has been updated
       via  af540ef728303b4a0a188b17c695e9aefab34489 (commit)
      from  25d886060b138bc5e78fe93d7bebe3990264f29d (commit)

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


- Log -----------------------------------------------------------------
commit af540ef728303b4a0a188b17c695e9aefab34489
Author: Michael Adam <obnox at samba.org>
Date:   Wed Oct 17 14:21:33 2012 +0200

    config/functions: fix a comment
    
    ctdb_check_counter_limits does not fail but succeed if count >= limit
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 config/functions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/functions b/config/functions
index 32c6f4a..5a86882 100755
--- a/config/functions
+++ b/config/functions
@@ -929,7 +929,7 @@ delete_ip_from_iface()
 # usage: ctdb_counter_init
 #        ctdb_counter_incr
 #        ctdb_check_counter_limit <limit>
-# ctdb_check_counter_limit succeeds when count >= <limit>
+# ctdb_check_counter_limit fails when count >= <limit>
 ########################################################
 _ctdb_counter_common () {
     _service_name="${1:-${service_name}}"


-- 
CTDB repository


More information about the samba-cvs mailing list