new version 1.0.82-11
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 12 Oct 2009 02:56:27 +0000 (13:56 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 12 Oct 2009 02:56:27 +0000 (13:56 +1100)
packaging/RPM/ctdb.spec
tools/ctdb.c

index ee111197060641d4833eac37476923c31f5e89dc..3699dbbb5bbc0bd1bbfb99db004ef03adfd5283e 100644 (file)
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
 Version: 1.0.82
-Release: 10
+Release: 11
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -133,6 +133,10 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Mon Oct 12 2009 : Version 1.0.82-11
+ - Backport the "freeze databases by priority" from HEAD to handle
+   that samba now can hold a log on a database while requesting data
+   from a different database.
 * Thu Oct 10 2009 : Version 1.0.82-10
  - Be very aggressive to ban nocdes that fails to freeze the databases
 * Fri Oct 2 2009 : Version 1.0.82-9
index 3766ed6eb94f013fa22f5b05b26c8acf79ee95b5..0ccaa7b8b673048a8ae06c4bfd0298c845c0a577 100644 (file)
@@ -782,7 +782,7 @@ ctdb_sock_addr *addr)
 
        /* send release ip to all nodes */
        if (ctdb_client_async_control(ctdb, CTDB_CONTROL_RELEASE_IP,
-                       list_of_active_nodes(ctdb, nodemap, ctdb, true),
+                       list_of_active_nodes(ctdb, nodemap, ctdb, true), 0,
                        TIMELIMIT(), false, data,
                        NULL, NULL, NULL) != 0) {
                DEBUG(DEBUG_ERR, (__location__ " Unable to send 'ReleaseIP' to all nodes.\n"));