[Pkg-samba-maint] [ctdb] branch upstream-sid updated (eee2fde -> b8de429)
Mathieu Parent
sathieu at alioth.debian.org
Thu Aug 15 18:42:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
sathieu pushed a change to branch upstream-sid
in repository ctdb.
from eee2fde Imported Upstream version 2.2+debian0
new b8de429 Imported Upstream version 2.3+debian0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.in | 102 +++--
NEWS | 70 ++++
client/ctdb_client.c | 14 +-
common/ctdb_io.c | 2 +-
common/ctdb_logging.c | 15 +-
common/ctdb_ltdb.c | 2 +-
common/ctdb_message.c | 2 +-
common/ctdb_util.c | 11 +-
common/system_aix.c | 6 +
common/system_common.c | 2 +-
common/system_freebsd.c | 6 +
common/system_gnu.c | 6 +
common/system_kfreebsd.c | 6 +
common/system_linux.c | 26 +-
config/ctdb-crash-cleanup.sh | 2 +-
config/ctdb.init | 389 ++++----------------
config/ctdb.service | 15 +
config/ctdb.sysconfig | 19 +
config/ctdbd_wrapper | 275 ++++++++++++++
config/debug_locks.sh | 45 +++
config/events.d/00.ctdb | 113 +++++-
config/events.d/13.per_ip_routing | 2 +-
config/events.d/60.ganesha | 114 +++---
config/events.d/60.nfs | 25 ++
config/functions | 40 +-
configure | 18 +-
doc/ctdb.1 | 86 ++++-
doc/ctdb.1.html | 204 +++++-----
doc/ctdb.1.xml | 70 +++-
doc/ctdbd.1 | 20 +-
doc/ctdbd.1.html | 187 +++++-----
doc/ctdbd.1.xml | 33 +-
doc/ltdbtool.1 | 4 +-
doc/ltdbtool.1.html | 12 +-
doc/onnode.1 | 4 +-
doc/onnode.1.html | 16 +-
doc/ping_pong.1 | 4 +-
doc/ping_pong.1.html | 10 +-
doc/recovery-process.txt | 6 +-
include/ctdb_private.h | 16 +-
include/ctdb_protocol.h | 7 -
include/ctdb_version.h | 2 +-
lib/util/db_wrap.c | 2 +-
libctdb/control.c | 33 +-
libctdb/ctdb.c | 1 +
packaging/RPM/ctdb.spec | 71 ++--
packaging/RPM/ctdb.spec.in | 69 ++--
server/ctdb_banning.c | 39 +-
server/ctdb_call.c | 3 +-
server/ctdb_control.c | 32 +-
server/ctdb_daemon.c | 44 ++-
server/ctdb_freeze.c | 34 +-
server/ctdb_lock.c | 205 ++---------
server/ctdb_logging.c | 45 ++-
server/ctdb_ltdb_server.c | 69 +---
server/ctdb_monitor.c | 16 +-
server/ctdb_persistent.c | 2 +-
server/ctdb_recover.c | 7 +-
server/ctdb_recoverd.c | 298 +++++++--------
server/ctdb_server.c | 2 +-
server/ctdb_takeover.c | 78 +++-
server/ctdb_traverse.c | 92 +++--
server/ctdb_tunables.c | 1 -
server/ctdb_update_record.c | 3 +-
server/ctdb_vacuum.c | 4 +-
server/eventscript.c | 21 +-
tcp/tcp_connect.c | 13 +-
tcp/tcp_init.c | 2 +-
tcp/tcp_io.c | 2 +-
tests/eventscripts/00.ctdb.init.001.sh | 13 +
tests/eventscripts/00.ctdb.init.002.sh | 17 +
tests/eventscripts/00.ctdb.init.003.sh | 16 +
tests/eventscripts/00.ctdb.init.004.sh | 22 ++
tests/eventscripts/00.ctdb.init.005.sh | 20 +
tests/eventscripts/00.ctdb.init.006.sh | 25 ++
tests/eventscripts/00.ctdb.init.007.sh | 16 +
tests/eventscripts/00.ctdb.init.008.sh | 19 +
...nterface.startup.002.sh => 00.ctdb.init.021.sh} | 2 +-
tests/eventscripts/00.ctdb.init.022.sh | 18 +
tests/eventscripts/00.ctdb.init.023.sh | 23 ++
...fs.monitor.101.sh => 60.ganesha.monitor.101.sh} | 2 +-
tests/eventscripts/60.ganesha.monitor.131.sh | 17 +
tests/eventscripts/60.ganesha.monitor.141.sh | 39 ++
tests/eventscripts/60.nfs.monitor.102.sh | 15 +
tests/eventscripts/60.nfs.monitor.103.sh | 15 +
tests/eventscripts/60.nfs.monitor.104.sh | 18 +
...60.nfs.monitor.112.sh => 60.nfs.monitor.113.sh} | 7 +-
...60.nfs.monitor.112.sh => 60.nfs.monitor.114.sh} | 7 +-
tests/eventscripts/etc-ctdb/rc.local | 6 +
tests/eventscripts/scripts/local.sh | 53 ++-
tests/eventscripts/stubs/date | 7 +
tests/eventscripts/stubs/ip | 25 +-
tests/eventscripts/stubs/pidof | 10 +
tests/eventscripts/stubs/tdbdump | 9 +
tests/eventscripts/stubs/tdbtool | 15 +
tests/scripts/integration.bash | 21 +-
tests/src/ctdb_bench.c | 3 +
tests/src/ctdb_fetch.c | 5 +
tests/src/ctdb_fetch_readonly_loop.c | 3 +
tests/src/ctdb_trackingdb_test.c | 3 +
tests/src/ctdb_traverse.c | 3 +
tests/src/ctdb_update_record.c | 3 +
tests/src/ctdb_update_record_persistent.c | 5 +-
tests/src/ctdbd_test.c | 2 +-
tools/ctdb.c | 56 ++-
utils/nagios/check_ctdb | 6 +-
utils/ping_pong/ping_pong.c | 4 +
web/samba.html | 12 +-
108 files changed, 2341 insertions(+), 1417 deletions(-)
create mode 100644 config/ctdb.service
create mode 100755 config/ctdbd_wrapper
create mode 100644 config/debug_locks.sh
create mode 100755 tests/eventscripts/00.ctdb.init.001.sh
create mode 100755 tests/eventscripts/00.ctdb.init.002.sh
create mode 100755 tests/eventscripts/00.ctdb.init.003.sh
create mode 100755 tests/eventscripts/00.ctdb.init.004.sh
create mode 100755 tests/eventscripts/00.ctdb.init.005.sh
create mode 100755 tests/eventscripts/00.ctdb.init.006.sh
create mode 100755 tests/eventscripts/00.ctdb.init.007.sh
create mode 100755 tests/eventscripts/00.ctdb.init.008.sh
copy tests/eventscripts/{10.interface.startup.002.sh => 00.ctdb.init.021.sh} (59%)
create mode 100755 tests/eventscripts/00.ctdb.init.022.sh
create mode 100755 tests/eventscripts/00.ctdb.init.023.sh
copy tests/eventscripts/{60.nfs.monitor.101.sh => 60.ganesha.monitor.101.sh} (85%)
create mode 100755 tests/eventscripts/60.ganesha.monitor.131.sh
create mode 100755 tests/eventscripts/60.ganesha.monitor.141.sh
create mode 100755 tests/eventscripts/60.nfs.monitor.102.sh
create mode 100755 tests/eventscripts/60.nfs.monitor.103.sh
create mode 100755 tests/eventscripts/60.nfs.monitor.104.sh
copy tests/eventscripts/{60.nfs.monitor.112.sh => 60.nfs.monitor.113.sh} (61%)
copy tests/eventscripts/{60.nfs.monitor.112.sh => 60.nfs.monitor.114.sh} (60%)
create mode 100755 tests/eventscripts/stubs/date
create mode 100755 tests/eventscripts/stubs/pidof
create mode 100755 tests/eventscripts/stubs/tdbdump
create mode 100755 tests/eventscripts/stubs/tdbtool
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/ctdb.git
More information about the Pkg-samba-maint
mailing list