1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

update to version .35

(This used to be ctdb commit 9e08ab6c9f54f5a2c5790927e9aff107ca85a2cc)
This commit is contained in:
Ronnie Sahlberg 2008-05-07 11:31:37 +10:00
parent 92b61cd7d5
commit d00c54932a

View File

@ -5,7 +5,7 @@ Vendor: Samba Team
Packager: Samba Team <samba@samba.org>
Name: ctdb
Version: 1.0
Release: 34
Release: 35
Epoch: 0
License: GNU GPL version 3
Group: System Environment/Daemons
@ -120,6 +120,26 @@ fi
%{_includedir}/ctdb_private.h
%changelog
* Wed May 7 2008 : Version 1.0.35
- During recovery, when we define the new set of lmasters (vnnmap)
only consider those nodes that have the can-be-lmaster capability
when we create the vnnmap. unless there are no nodes available which
supports this capability in which case we allow the recmaster to
become lmaster capable (temporarily).
- Extend the async framework so that we can use paralell async calls
to controls that return data.
- If we do not have the "can be recmaster" capability, make sure we will
lose any recmaster elections, unless there are no nodes available that
have the capability, in which case we "take/win" the election anyway.
- Close and reopen the reclock pnn file at regular intervals.
Make it a non-fatal event if we occasionally fail to open/read/write
to this file.
- Monitor that the recovery daemon is still running from the main ctdb
daemon and shutdown the main daemon when recovery daemon has terminated.
- Add a "ctdb getcapabilities" command to read the capabilities off a node.
- Define two new capabilities : can be recmaster and can be lmaster
and default both capabilities to YES.
- Log denied tcp connection attempts with DEBUG_ERR and not DEBUG_WARNING
* Thu Apr 24 2008 : Version 1.0.34
- When deleting a public ip from a node, try to migrate the ip to a different
node first.