summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2011-11-08 16:20:09 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2011-11-08 16:20:09 +1100
commitc3ee6e3dbd0a8ad0bbdf6370a3bb0280685504f8 (patch)
tree14a8866d6be54c81da80dc8e672aff3ce80a606e
parent0e79b2d1e8befcc8924112faeb785b0648f35c43 (diff)
downloadsamba-c3ee6e3dbd0a8ad0bbdf6370a3bb0280685504f8.tar.gz
samba-c3ee6e3dbd0a8ad0bbdf6370a3bb0280685504f8.tar.xz
samba-c3ee6e3dbd0a8ad0bbdf6370a3bb0280685504f8.zip
New version 1.12
* Tue Nov 8 2011 : Version 1.12 - Add new tunable : AllowClientDBAttach that can be used to stop client db access during maintenance operations - Updated logging for interfaces that are missing or dont exist but are configured to be used. - Add timeout argument to ctdb_cmdline_client - PDMA support - Initial support for 'readonly' delegations for ctdb databases This will when finished greatly improve performance for contended hot records that are used for just read-access. - New 'ctdb cattdb' command - Massive updates to tests and eventscripts - LCP2 ip allocation algorithm - Record Fetch collapse. Collapse multiple fetch-lock requests from cients to a single network fetch and defer other concurrent requests until the initial fetch completes, and then service the deferred calls locally. This will greatly improve performance for contended hot records where clients request write-locks. (This used to be ctdb commit bda24b7f313289404b68ce8b9177fbd6b6a05dd7)
-rw-r--r--ctdb/packaging/RPM/ctdb.spec.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in
index 4b2d98b3b5..969a01b860 100644
--- a/ctdb/packaging/RPM/ctdb.spec.in
+++ b/ctdb/packaging/RPM/ctdb.spec.in
@@ -146,6 +146,24 @@ development libraries for ctdb
%{_libdir}/libctdb.a
%changelog
+* Tue Nov 8 2011 : Version 1.12
+ - Add new tunable : AllowClientDBAttach that can be used to stop
+ client db access during maintenance operations
+ - Updated logging for interfaces that are missing or dont exist but are
+ configured to be used.
+ - Add timeout argument to ctdb_cmdline_client
+ - PDMA support
+ - Initial support for 'readonly' delegations for ctdb databases
+ This will when finished greatly improve performance for contended hot
+ records that are used for just read-access.
+ - New 'ctdb cattdb' command
+ - Massive updates to tests and eventscripts
+ - LCP2 ip allocation algorithm
+ - Record Fetch collapse. Collapse multiple fetch-lock requests from cients
+ to a single network fetch and defer other concurrent requests until the
+ initial fetch completes, and then service the deferred calls locally.
+ This will greatly improve performance for contended hot records
+ where clients request write-locks.
* Thu Sep 1 2011 : Version 1.11
- Major updates.
* Tue May 25 2010 : Version 1.10