Revert "new version 1.0.82-11"
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 13 Oct 2009 09:55:18 +0000 (20:55 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 13 Oct 2009 09:55:18 +0000 (20:55 +1100)
This reverts commit 5b470e788f9c40f5b510e62fbfd1b990779f2c57.

packaging/RPM/ctdb.spec
tools/ctdb.c

index 3699dbbb5bbc0bd1bbfb99db004ef03adfd5283e..ee111197060641d4833eac37476923c31f5e89dc 100644 (file)
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
 Version: 1.0.82
-Release: 11
+Release: 10
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -133,10 +133,6 @@ 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 0ccaa7b8b673048a8ae06c4bfd0298c845c0a577..3766ed6eb94f013fa22f5b05b26c8acf79ee95b5 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), 0,
+                       list_of_active_nodes(ctdb, nodemap, ctdb, true),
                        TIMELIMIT(), false, data,
                        NULL, NULL, NULL) != 0) {
                DEBUG(DEBUG_ERR, (__location__ " Unable to send 'ReleaseIP' to all nodes.\n"));