[SCM] CTDB repository - branch 1.0.112 updated - ctdb-1.0.111-134-ge19ef36

Ronnie Sahlberg sahlberg at samba.org
Mon Aug 9 22:51:22 MDT 2010


The branch, 1.0.112 has been updated
       via  e19ef366984223fe94f878aecb50d05990f1ced7 (commit)
       via  501e892ab5393053f9c19933d1a225d7da3c2341 (commit)
      from  1e712b6f017af851cfcd0b8aa4ed0802cb01a5ea (commit)

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


- Log -----------------------------------------------------------------
commit e19ef366984223fe94f878aecb50d05990f1ced7
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Aug 10 13:56:02 2010 +1000

    new version 1.0.112-32
    
     Tue Aug 10 2010 : Version 1.0.112-32
     - Dont check if natgw is enabled or not in the natgw script
     - disable the check if winbind is ok
     - optimize 61.nfstickles
     - fix a fd leak from the abort-vacuuming patch

commit 501e892ab5393053f9c19933d1a225d7da3c2341
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Aug 10 13:53:18 2010 +1000

    skip the check if NATGW is enabled.
    
    many users use natgw incorrectly with invalid configurations.
    It is easier to skip this check here

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

Summary of changes:
 config/events.d/11.natgw   |    2 +-
 packaging/RPM/ctdb.spec.in |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/11.natgw b/config/events.d/11.natgw
index 9147dca..c872837 100755
--- a/config/events.d/11.natgw
+++ b/config/events.d/11.natgw
@@ -8,7 +8,7 @@
 . $CTDB_BASE/functions
 loadconfig
 
-[ -z "$CTDB_NATGW_PUBLIC_IFACE" ] && exit 0
+#[ -z "$CTDB_NATGW_PUBLIC_IFACE" ] && exit 0
 
 delete_all() {
 	CTDB_NATGW_PUBLIC_IP_HOST=`echo $CTDB_NATGW_PUBLIC_IP | sed -e "s/\/.*/\/32/"`
diff --git a/packaging/RPM/ctdb.spec.in b/packaging/RPM/ctdb.spec.in
index dbe626a..7a09368 100644
--- a/packaging/RPM/ctdb.spec.in
+++ b/packaging/RPM/ctdb.spec.in
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba at samba.org>
 Name: ctdb
 Version: 1.0.112
-Release: 31
+Release: 32
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -125,6 +125,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
 %changelog
+* Tue Aug 10 2010 : Version 1.0.112-32
+ - Dont check if natgw is enabled or not in the natgw script
+ - disable the check if winbind is ok
+ - optimize 61.nfstickles
+ - fix a fd leak from the abort-vacuuming patch
 * Tue Aug 3 2010 : Version 1.0.112-31
  - Retry the vacuum abort code.
  - Add codestyle doc


-- 
CTDB repository


More information about the samba-cvs mailing list