[Debian-ha-commits] [resource-agents] branch master updated (938179d -> c6b7c98)

Christoph Berg myon at debian.org
Sat Feb 13 11:01:52 UTC 2016


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

myon pushed a change to branch master
in repository resource-agents.

      from  938179d   Fix arch-all build by not attempting to fix the findif.sh permissions.
       new  ee74f98   Imported Upstream version 3.9.7
       new  ec390fd   Merge tag 'upstream/3.9.7'
       new  c6b7c98   Add shebang line to runocft

The 3 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:
 .travis.yml                                        |   8 +
 ChangeLog                                          |  98 +++
 ci/build.sh                                        |  46 ++
 ci/install.sh                                      |  10 +
 configure.ac                                       |   2 +-
 debian/changelog                                   |   7 +
 debian/patches/02_spelling_fixes.patch             |  33 +-
 debian/patches/runocft                             |   8 +
 debian/patches/series                              |   1 +
 doc/man/Makefile.am                                |   3 +
 heartbeat/CTDB                                     |  19 +-
 heartbeat/Filesystem                               |  14 +-
 heartbeat/IPaddr2                                  |  48 +-
 heartbeat/IPsrcaddr                                |  45 +-
 heartbeat/LVM                                      |  32 +-
 heartbeat/Makefile.am                              |   5 +
 heartbeat/README.galera                            | 149 ++++
 heartbeat/Raid1                                    |  30 +-
 heartbeat/SAPDatabase                              |   2 +-
 heartbeat/VirtualDomain                            | 206 +++--
 heartbeat/apache                                   |   1 +
 heartbeat/apache-conf.sh                           |   4 +-
 heartbeat/asterisk                                 |   9 +-
 heartbeat/clvm                                     |  22 +-
 heartbeat/dhcpd                                    |  12 +-
 heartbeat/dnsupdate                                |   6 +-
 heartbeat/docker                                   |  69 +-
 heartbeat/ethmonitor                               |  15 +-
 heartbeat/exportfs                                 |   5 +-
 heartbeat/findif.sh                                |   6 +-
 heartbeat/galera                                   | 366 +++++---
 heartbeat/iSCSILogicalUnit                         |  18 +-
 heartbeat/iSCSITarget                              |   5 +-
 heartbeat/iscsi                                    |  26 +-
 heartbeat/lxc                                      |   7 +-
 heartbeat/mysql                                    |   3 +-
 heartbeat/mysql-common.sh                          |  35 +-
 heartbeat/nagios                                   | 246 ++++++
 heartbeat/named                                    |   5 +
 heartbeat/nfsnotify                                |   2 +-
 heartbeat/nfsserver                                | 215 ++---
 heartbeat/nfsserver-redhat.sh                      | 169 ++++
 heartbeat/ocf-distro                               |  47 ++
 heartbeat/ocf-rarun                                |   8 +-
 heartbeat/ocf-shellfuncs.in                        |  88 +-
 heartbeat/ora-common.sh                            |   6 +-
 heartbeat/oracle                                   |  22 +-
 heartbeat/oralsnr                                  |   8 +-
 heartbeat/pgsql                                    | 234 +++++-
 heartbeat/pingd                                    |   8 +-
 heartbeat/portblock                                |  37 +-
 heartbeat/rabbitmq-cluster                         | 370 +++++++++
 heartbeat/redis                                    | 567 +++++++++++++
 heartbeat/sapdb-nosha.sh                           |   2 +-
 heartbeat/sapdb.sh                                 |   2 +-
 heartbeat/sg_persist                               |  22 +-
 heartbeat/slapd                                    |  18 +
 heartbeat/syslog-ng                                |   7 +-
 heartbeat/tomcat                                   |  13 +-
 heartbeat/zabbixserver                             |  23 +-
 ldirectord/ldirectord.in                           |  18 +-
 resource-agents.spec.in                            |   3 +
 rgmanager/src/resources/Makefile.am                |   5 +-
 rgmanager/src/resources/SAPDatabase                |   2 +-
 rgmanager/src/resources/db2.sh                     |   2 +-
 rgmanager/src/resources/fs.sh.in                   |   9 +-
 rgmanager/src/resources/ip.sh                      |  39 +-
 rgmanager/src/resources/mysql.sh                   |  43 +-
 rgmanager/src/resources/netfs.sh                   |   9 +-
 rgmanager/src/resources/nfsserver.sh               |  71 +-
 .../{orainstance.metadata => oradg.metadata}       |  57 +-
 .../src/resources/{orainstance.sh => oradg.sh}     | 101 ++-
 rgmanager/src/resources/orainstance.sh             |  25 +-
 rgmanager/src/resources/postgres-8.metadata        |  12 -
 rgmanager/src/resources/utils/fs-lib.sh            |  15 +-
 rgmanager/src/resources/utils/member_util.sh       |  18 +-
 rgmanager/src/resources/vm.sh                      |  18 +-
 tools/ocft/Filesystem                              |  20 +-
 tools/ocft/LVM                                     |  11 +-
 tools/ocft/Makefile.am                             |   5 +-
 tools/ocft/Raid1                                   |  42 +-
 tools/ocft/Xinetd                                  |   8 +
 tools/ocft/apache                                  |   9 +-
 tools/ocft/caselib.in                              |  47 +-
 tools/ocft/exportfs                                |  16 +-
 tools/ocft/exportfs-multidir                       |  13 +-
 tools/ocft/helpers.sh                              |  43 +
 tools/ocft/iscsi                                   |  50 +-
 tools/ocft/mysql                                   |   9 +-
 tools/ocft/named                                   |   4 +-
 tools/ocft/nfsserver                               |  22 +-
 tools/ocft/ocft.in                                 |  10 +-
 tools/ocft/pgsql                                   |   4 +-
 tools/ocft/runocft                                 |  37 +
 tools/ocft/runocft.prereq                          |  30 +
 tools/send_arp.linux.c                             | 920 ++++++++++++++++++---
 96 files changed, 4299 insertions(+), 942 deletions(-)
 create mode 100644 .travis.yml
 create mode 100755 ci/build.sh
 create mode 100755 ci/install.sh
 create mode 100644 debian/patches/runocft
 create mode 100644 heartbeat/README.galera
 create mode 100755 heartbeat/nagios
 create mode 100644 heartbeat/nfsserver-redhat.sh
 create mode 100644 heartbeat/ocf-distro
 create mode 100755 heartbeat/rabbitmq-cluster
 create mode 100755 heartbeat/redis
 copy rgmanager/src/resources/{orainstance.metadata => oradg.metadata} (59%)
 copy rgmanager/src/resources/{orainstance.sh => oradg.sh} (83%)
 create mode 100644 tools/ocft/helpers.sh
 create mode 100755 tools/ocft/runocft
 create mode 100644 tools/ocft/runocft.prereq

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git



More information about the Debian-HA-Commits mailing list