summaryrefslogtreecommitdiff
path: root/ctdb/packaging/RPM
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2009-06-30 09:09:06 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-06-30 09:09:06 +1000
commit243bb51f02a5cfdd1235ee3c75c15286a9393534 (patch)
treed39ee528b7d5518ea539ea1c3703f4d83aa9cde2 /ctdb/packaging/RPM
parentce54b6dc8b0ce7df85389e0a7ed1b7e601c87b20 (diff)
downloadsamba-243bb51f02a5cfdd1235ee3c75c15286a9393534.tar.gz
New version 1.0.86
(This used to be ctdb commit 841a2d9635341baa1a6dd9ec558fc7cadb4e3af4)
Diffstat (limited to 'ctdb/packaging/RPM')
-rw-r--r--ctdb/packaging/RPM/ctdb.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec b/ctdb/packaging/RPM/ctdb.spec
index 3bcd87edeab..b5d8554f28e 100644
--- a/ctdb/packaging/RPM/ctdb.spec
+++ b/ctdb/packaging/RPM/ctdb.spec
@@ -4,7 +4,7 @@ Summary: Clustered TDB
Vendor: Samba Team
Packager: Samba Team <samba@samba.org>
Name: ctdb
-Version: 1.0.85
+Version: 1.0.86
Release: 1
Epoch: 0
License: GNU GPL version 3
@@ -131,6 +131,15 @@ fi
%{_libdir}/pkgconfig/ctdb.pc
%changelog
+* Tue Jun 30 2009 : Version 1.0.86
+ - Do not access the reclock at all if VerifyRecoveryLock is zero, not even try to probe it.
+ - Allow setting the reclock file as "", which means that no reclock file at all should be used.
+ - Document that a reclock file is no longer required, but that it is dangerous.
+ - Add a control that can be used to set/clear/change the reclock file in the daemon during runtime.
+ - Update the recovery daemon to poll whether a reclock file should be sued and if so which file at runtime in each monitoring cycle.
+ - Automatically disable VerifyRecoveryLock everytime a user changes the location of the reclock file.
+ - do not allow the VerifyRecoveryLock to be set using ctdb setvar if there is no recovery lock file specified.
+ - Add two commands "ctdb getreclock" and "ctdb setreclock" to modify the reclock file.
* Tue Jun 23 2009 : Version 1.0.85
- From William Jojo : Dont use getopt on AIX
- Make it possible to use "ctdb listnodes" also when the daemon is not running