[Pkg-samba-maint] [ctdb] branch debian-sid updated (33a8774 -> 8d965b3)

Mathieu Parent sathieu at alioth.debian.org
Thu Aug 15 18:42:46 UTC 2013


This is an automated email from the git hooks/post-receive script.

sathieu pushed a change to branch debian-sid
in repository ctdb.

      from  33a8774   Release 2.2
       new  b8de429   Imported Upstream version 2.3+debian0
       new  bc02330   Merge tag 'upstream/2.3+debian0' into debian-sid
       new  34ea612   New upstream release 2.3
       new  5e90e66   set buildep versions of lib{tdb,talloc,tevent}, according to ctdb.spec
       new  833b64c   extra-license-file not installed by default now
       new  81413ca   Fixes for Mayhem crashes (Closes: #715763, #715764, #716158)
       new  93aeb59   Docs are not in Makefile anymore, install using dh_installdocs
       new  5cbb652   sudo is now required
       new  9cc65c2   Enable PCP-PMDA (Performance Co-Pilot - Performance Metric Domain Agents)
       new  8d965b3   Use upstream init script

The 10 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 +-
 debian/changelog                                   |   18 +
 debian/control                                     |   24 +-
 debian/ctdb-pcp-pmda.install                       |    1 +
 debian/ctdb.docs                                   |    5 +
 debian/ctdb.init                                   |  481 --------------------
 debian/ctdb.install                                |    3 +-
 .../patches/0002-Display-compiler-commands.patch   |  201 --------
 ...-config.h-in-libctdb-ctdb.c-Closes-703551.patch |   26 --
 debian/patches/0005-Fix-tdb.h-path.patch           |  347 --------------
 debian/patches/series                              |    1 -
 debian/rules                                       |   21 +-
 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 +-
 119 files changed, 2398 insertions(+), 2488 deletions(-)
 create mode 100644 config/ctdb.service
 create mode 100755 config/ctdbd_wrapper
 create mode 100644 config/debug_locks.sh
 create mode 100644 debian/ctdb-pcp-pmda.install
 delete mode 100644 debian/ctdb.init
 delete mode 100644 debian/patches/0002-Display-compiler-commands.patch
 delete mode 100644 debian/patches/0004-Include-config.h-in-libctdb-ctdb.c-Closes-703551.patch
 delete mode 100644 debian/patches/0005-Fix-tdb.h-path.patch
 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