2009-02-24 12:37:00 +00:00
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
##
|
2010-02-23 09:12:07 +00:00
|
|
|
## Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
|
2009-02-24 12:37:00 +00:00
|
|
|
##
|
|
|
|
## This copyrighted material is made available to anyone wishing to use,
|
|
|
|
## modify, copy, or redistribute it subject to the terms and conditions
|
|
|
|
## of the GNU General Public License v.2.
|
|
|
|
##
|
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# keep around ready for later user
|
2009-12-08 01:11:58 +00:00
|
|
|
## global alphatag rc4
|
2009-02-24 12:37:00 +00:00
|
|
|
|
2009-07-29 11:37:06 +00:00
|
|
|
# When downloading directly from Mercurial, it will automatically add this prefix
|
|
|
|
# Invoking 'hg archive' wont but you can add one with:
|
|
|
|
# hg archive -t tgz -p "Cluster-Resource-Agents-" -r $altversion $altversion.tar.gz
|
2009-12-08 01:11:58 +00:00
|
|
|
%global altprefix Cluster-Resource-Agents-
|
2010-05-10 08:40:18 +00:00
|
|
|
%global altversion a7c0f35916bf
|
2009-07-29 11:37:06 +00:00
|
|
|
|
2009-02-24 12:37:00 +00:00
|
|
|
Name: resource-agents
|
|
|
|
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
2010-09-02 12:55:31 +00:00
|
|
|
Version: 3.0.16
|
2010-06-09 03:25:24 +00:00
|
|
|
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
2009-02-24 12:37:00 +00:00
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://sources.redhat.com/cluster/wiki/
|
2010-02-23 09:12:07 +00:00
|
|
|
Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.bz2
|
2009-08-12 19:34:00 +00:00
|
|
|
Source1: http://hg.linux-ha.org/agents/archive/%{altversion}.tar.bz2
|
2009-02-24 12:37:00 +00:00
|
|
|
|
|
|
|
## Runtime deps
|
2010-04-22 13:04:04 +00:00
|
|
|
# system tools shared by several agents
|
|
|
|
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
|
|
|
|
Requires: /bin/ps /usr/bin/pkill /bin/hostname
|
|
|
|
Requires: /sbin/fuser
|
|
|
|
Requires: /sbin/findfs /bin/mount
|
|
|
|
|
|
|
|
# fs.sh
|
|
|
|
Requires: /sbin/quotaon /sbin/quotacheck
|
|
|
|
Requires: /sbin/fsck
|
|
|
|
Requires: /sbin/fsck.ext2 /sbin/fsck.ext3 /sbin/fsck.ext4
|
|
|
|
Requires: /sbin/fsck.xfs
|
|
|
|
|
|
|
|
# ip.sh
|
|
|
|
Requires: /sbin/ip /usr/sbin/ethtool
|
|
|
|
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
|
|
|
|
|
|
|
|
# lvm.sh
|
|
|
|
Requires: /sbin/lvm
|
|
|
|
|
|
|
|
# netfs.sh
|
|
|
|
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /sbin/mount.cifs
|
|
|
|
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
2009-02-24 12:37:00 +00:00
|
|
|
|
|
|
|
## Setup/build bits
|
2009-03-24 09:23:14 +00:00
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
2009-02-24 12:37:00 +00:00
|
|
|
|
2009-07-29 11:37:06 +00:00
|
|
|
# Build dependencies
|
|
|
|
BuildRequires: cluster-glue-libs-devel glib2-devel
|
|
|
|
BuildRequires: automake autoconf pkgconfig
|
2009-12-08 01:11:58 +00:00
|
|
|
BuildRequires: libxslt docbook-style-xsl
|
2010-05-18 13:45:59 +00:00
|
|
|
BuildRequires: python perl
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 0
|
|
|
|
BuildRequires: libnet-devel
|
|
|
|
%endif
|
2009-02-24 12:37:00 +00:00
|
|
|
|
2009-08-18 08:24:40 +00:00
|
|
|
%description
|
|
|
|
A set of scripts to interface with several services to operate in a
|
|
|
|
High Availability environment for both Pacemaker and rgmanager
|
|
|
|
service managers.
|
|
|
|
|
2010-05-18 13:45:59 +00:00
|
|
|
%if 0%{?rhel} == 0
|
2009-08-18 08:24:40 +00:00
|
|
|
%package -n ldirectord
|
|
|
|
Summary: Monitor daemon for maintaining high availability resources
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: ipvsadm
|
|
|
|
Requires(post): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/chkconfig
|
|
|
|
|
|
|
|
# We were originally ldirectord, then renamed with a heartbeat- prefix.
|
|
|
|
# Upstream maintainer wishes to use no prefix, which is consistent with
|
|
|
|
# how it is packaged for other distributions
|
|
|
|
Provides: ldirectord = 3.0.0-15
|
|
|
|
Obsoletes: ldirectord < 3.0.0-15
|
|
|
|
Provides: heartbeat-ldirectord = 3.0.0-15
|
|
|
|
Obsoletes: heartbeat-ldirectord < 3.0.0-15
|
|
|
|
|
|
|
|
# removed for now until it's in Fedora
|
|
|
|
#Requires: perl(Net::IMAP::Simple::SSL)
|
|
|
|
|
|
|
|
%description -n ldirectord
|
|
|
|
ldirectord is a stand-alone daemon to monitor services of real
|
|
|
|
for virtual services provided by The Linux Virtual Server
|
|
|
|
(http://www.linuxvirtualserver.org/). It is simple to install
|
|
|
|
and works with the heartbeat code (http://www.linux-ha.org/).
|
2010-05-18 13:45:59 +00:00
|
|
|
%endif
|
2009-08-18 08:24:40 +00:00
|
|
|
|
2009-02-24 12:37:00 +00:00
|
|
|
# we inherit configure from cluster project. Configure it for vars we need.
|
|
|
|
# building from source directly without those parameters will NOT work.
|
|
|
|
# See http://www.redhat.com/archives/cluster-devel/2009-February/msg00003.html
|
2009-07-29 11:37:06 +00:00
|
|
|
%prep
|
2009-12-08 01:11:58 +00:00
|
|
|
%setup -q -n %{name}-%{version} -a 1
|
2009-07-29 11:37:06 +00:00
|
|
|
|
|
|
|
# prepare rgmanager RAs
|
|
|
|
%{_configure} \
|
2009-02-24 12:37:00 +00:00
|
|
|
--sbindir=%{_sbindir} \
|
|
|
|
--initddir=%{_sysconfdir}/rc.d/init.d \
|
|
|
|
--libdir=%{_libdir} \
|
|
|
|
--without_fence_agents \
|
|
|
|
--disable_kernel_check
|
|
|
|
|
2009-07-29 11:37:06 +00:00
|
|
|
# prepare pacemaker RAs
|
|
|
|
cd %{altprefix}%{altversion}
|
|
|
|
./autogen.sh
|
2010-05-10 08:40:18 +00:00
|
|
|
%{configure} --enable-fatal-warnings=no --with-rsctmpdir=%{_var}/run/heartbeat/rsctmp
|
2009-07-29 11:37:06 +00:00
|
|
|
|
|
|
|
%build
|
2009-02-24 12:37:00 +00:00
|
|
|
##CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
|
|
|
# %{_smp_mflags} is broken from upstream and unrequired for this project.
|
|
|
|
CFLAGS="$(echo '%{optflags}')" make -C rgmanager/src/resources
|
2010-04-17 08:27:22 +00:00
|
|
|
make -C %{altprefix}%{altversion} %{_smp_mflags}
|
2009-02-24 12:37:00 +00:00
|
|
|
|
|
|
|
%install
|
2009-03-24 09:23:14 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
make -C rgmanager/src/resources install DESTDIR=%{buildroot}
|
2009-07-29 11:37:06 +00:00
|
|
|
make -C %{altprefix}%{altversion} install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
# tree fixup
|
|
|
|
rm %{buildroot}/%{_libdir}/heartbeat/ocf-*
|
|
|
|
find %{buildroot} -type f -name '.ocf-*' -exec chmod 644 {} \;
|
|
|
|
find %{buildroot} -type f -name 'ocf-*' -exec chmod 644 {} \;
|
|
|
|
find %{buildroot} -type f -name '*.dtd' -exec chmod 644 {} \;
|
|
|
|
chmod 755 %{buildroot}/%{_sbindir}/ocf-tester
|
|
|
|
chmod 755 %{buildroot}/%{_datadir}/cluster/ocf-shellfuncs
|
2009-02-24 12:37:00 +00:00
|
|
|
|
2010-04-17 08:27:22 +00:00
|
|
|
# Strange location, remove until we can confirm
|
|
|
|
rm -f %{buildroot}%{_libdir}/heartbeat/tickle_tcp
|
|
|
|
|
|
|
|
# Test harness, worth creating a devel package for?
|
|
|
|
rm -rf %{buildroot}%{_datadir}/resource-agents/ocft
|
|
|
|
rm -f %{buildroot}%{_sbindir}/ocft
|
|
|
|
|
2010-05-18 13:45:59 +00:00
|
|
|
%if 0%{?rhel} != 0
|
|
|
|
# ldirectord isn't included on RHEL
|
|
|
|
find %{buildroot} -name 'ldirectord.*' -exec rm -f {} \;
|
|
|
|
find %{buildroot} -name 'ldirectord' -exec rm -f {} \;
|
|
|
|
%endif
|
|
|
|
|
2009-11-20 12:14:07 +00:00
|
|
|
# symlink to allow pacemaker to use rgmanager RAs
|
|
|
|
cd %{buildroot}/usr/lib/ocf/resource.d/ && \
|
|
|
|
ln -sf %{_datadir}/cluster/ redhat
|
|
|
|
|
2009-02-24 12:37:00 +00:00
|
|
|
%clean
|
2009-03-24 09:23:14 +00:00
|
|
|
rm -rf %{buildroot}
|
2009-02-24 12:37:00 +00:00
|
|
|
|
2010-05-18 13:45:59 +00:00
|
|
|
%if 0%{?rhel} == 0
|
2009-08-18 08:24:40 +00:00
|
|
|
%post -n ldirectord
|
|
|
|
/sbin/chkconfig --add ldirectord
|
|
|
|
|
|
|
|
%postun -n ldirectord -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%preun -n ldirectord
|
|
|
|
/sbin/chkconfig --del ldirectord
|
2010-05-18 13:45:59 +00:00
|
|
|
%endif
|
2009-02-24 12:37:00 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
2009-07-29 11:37:06 +00:00
|
|
|
%doc %{altprefix}%{altversion}/AUTHORS
|
2009-02-24 12:37:00 +00:00
|
|
|
%{_datadir}/cluster
|
|
|
|
|
2009-07-29 11:37:06 +00:00
|
|
|
%dir /usr/lib/ocf
|
|
|
|
%dir /usr/lib/ocf/resource.d
|
|
|
|
/usr/lib/ocf/resource.d/heartbeat
|
2009-11-20 12:14:07 +00:00
|
|
|
/usr/lib/ocf/resource.d/redhat
|
2009-07-29 11:37:06 +00:00
|
|
|
%{_sbindir}/ocf-tester
|
|
|
|
%{_sbindir}/sfex_init
|
|
|
|
|
2009-08-18 08:24:40 +00:00
|
|
|
%dir %{_datadir}/resource-agents
|
|
|
|
%doc %{_datadir}/resource-agents/ra-api-1.dtd
|
2009-12-07 08:32:54 +00:00
|
|
|
%{_mandir}/man7/*.7*
|
2009-07-29 11:37:06 +00:00
|
|
|
|
2009-10-21 07:14:04 +00:00
|
|
|
%dir %{_sysconfdir}/ha.d
|
|
|
|
%{_sysconfdir}/ha.d/shellfuncs
|
|
|
|
|
2009-07-29 11:37:06 +00:00
|
|
|
%dir %{_libdir}/heartbeat
|
2009-08-18 08:24:40 +00:00
|
|
|
%{_libdir}/heartbeat/findif
|
2009-07-29 11:37:06 +00:00
|
|
|
%{_libdir}/heartbeat/send_arp
|
|
|
|
%{_libdir}/heartbeat/sfex_daemon
|
2010-05-10 08:40:18 +00:00
|
|
|
%{_includedir}/heartbeat/agent_config.h
|
2009-07-29 11:37:06 +00:00
|
|
|
|
2010-05-18 13:45:59 +00:00
|
|
|
%if 0%{?rhel} == 0
|
2009-08-18 08:24:40 +00:00
|
|
|
%files -n ldirectord
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc %{altprefix}%{altversion}/COPYING
|
|
|
|
%doc %{altprefix}%{altversion}/ldirectord/ldirectord.cf
|
|
|
|
%{_sbindir}/ldirectord
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/ldirectord
|
|
|
|
%{_sysconfdir}/init.d/ldirectord
|
|
|
|
%{_sysconfdir}/ha.d/resource.d/ldirectord
|
|
|
|
%{_mandir}/man8/ldirectord.8*
|
|
|
|
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
2010-05-18 13:45:59 +00:00
|
|
|
%endif
|
2009-08-18 08:24:40 +00:00
|
|
|
|
2009-02-24 12:37:00 +00:00
|
|
|
%changelog
|
2010-09-02 12:55:31 +00:00
|
|
|
* Thu Sep 2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.16-1
|
|
|
|
- new upstream release
|
|
|
|
Resolves: rhbz#619096, rhbz#614046, rhbz#620679, rhbz#619680
|
|
|
|
Resolves: rhbz#621562, rhbz#621694, rhbz#608887, rhbz#622844
|
|
|
|
Resolves: rhbz#623810, rhbz#617306, rhbz#623816, rhbz#624691
|
|
|
|
Resolves: rhbz#622576
|
|
|
|
|
2010-07-30 12:57:12 +00:00
|
|
|
* Thu Jul 29 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.14-1
|
|
|
|
- new upstream release
|
|
|
|
Resolves: rhbz#553383, rhbz#557563, rhbz#578625, rhbz#591003
|
|
|
|
Resolves: rhbz#593721, rhbz#593726, rhbz#595455, rhbz#595547
|
|
|
|
Resolves: rhbz#596918, rhbz#601315, rhbz#604298, rhbz#606368
|
|
|
|
Resolves: rhbz#606470, rhbz#606480, rhbz#606754, rhbz#606989
|
|
|
|
Resolves: rhbz#607321, rhbz#608154, rhbz#608887, rhbz#609181
|
|
|
|
Resolves: rhbz#609866, rhbz#609978, rhbz#612097, rhbz#612110
|
|
|
|
Resolves: rhbz#612165, rhbz#612941, rhbz#614127, rhbz#614356
|
|
|
|
Resolves: rhbz#614421, rhbz#614457, rhbz#614961, rhbz#615202
|
|
|
|
Resolves: rhbz#615203, rhbz#615255, rhbz#617163, rhbz#617566
|
|
|
|
Resolves: rhbz#618534, rhbz#618703, rhbz#618806, rhbz#618814
|
|
|
|
|
2010-06-09 03:25:24 +00:00
|
|
|
* Mon Jun 7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.13-1
|
|
|
|
- new upstream release
|
|
|
|
Resolves: rhbz#592103, rhbz#593108, rhbz#578617, rhbz#594626
|
|
|
|
Resolves: rhbz#594511, rhbz#596046, rhbz#594111, rhbz#597002
|
|
|
|
Resolves: rhbz#599643
|
|
|
|
|
2010-05-18 13:45:59 +00:00
|
|
|
* Tue May 18 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-2
|
|
|
|
- libnet is not available on RHEL
|
|
|
|
- Do not package ldirectord on RHEL
|
|
|
|
Resolves: rhbz#577264
|
|
|
|
|
2010-05-11 04:11:42 +00:00
|
|
|
* Mon May 10 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.12-1
|
|
|
|
- new upstream release
|
|
|
|
Resolves: rhbz#585217, rhbz#586100, rhbz#581533, rhbz#582753
|
|
|
|
Resolves: rhbz#582754, rhbz#585083, rhbz#587079, rhbz#588890
|
|
|
|
Resolves: rhbz#588925, rhbz#583789, rhbz#589131, rhbz#588010
|
|
|
|
Resolves: rhbz#576871, rhbz#576871, rhbz#590000, rhbz#589823
|
|
|
|
|
|
|
|
* Mon May 10 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-1
|
2010-05-10 08:40:18 +00:00
|
|
|
- New pacemaker agents upstream release: a7c0f35916bf
|
|
|
|
+ High: pgsql: properly implement pghost parameter
|
|
|
|
+ High: RA: mysql: fix syntax error
|
|
|
|
+ High: SAPInstance RA: do not rely on op target rc when monitoring clones (lf#2371)
|
|
|
|
+ High: set the HA_RSCTMP directory to /var/run/resource-agents (lf#2378)
|
|
|
|
+ Medium: IPaddr/IPaddr2: add a description of the assumption in meta-data
|
|
|
|
+ Medium: IPaddr: return the correct code if interface delete failed
|
|
|
|
+ Medium: nfsserver: rpc.statd as the notify cmd does not work with -v (thanks to Carl Lewis)
|
|
|
|
+ Medium: oracle: reduce output from sqlplus to the last line for queries (bnc#567815)
|
|
|
|
+ Medium: pgsql: implement "config" parameter
|
|
|
|
+ Medium: RA: iSCSITarget: follow changed IET access policy
|
|
|
|
|
2010-04-22 13:04:04 +00:00
|
|
|
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
|
|
|
|
- new upstream release
|
|
|
|
Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
|
|
|
|
Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
|
|
|
|
Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
|
|
|
|
- Switch to file based Requires.
|
|
|
|
Also address several other problems related to missing runtime
|
|
|
|
components in different agents.
|
|
|
|
With the current Requires: set, we guarantee all basic functionalities
|
|
|
|
out of the box for lvm/fs/clusterfs/netfs/networking.
|
|
|
|
Resolves: rhbz#570008
|
|
|
|
|
2010-04-17 08:27:22 +00:00
|
|
|
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
|
|
|
|
- New pacemaker agents upstream release
|
|
|
|
+ High: RA: vmware: fix set_environment() invocation (LF 2342)
|
|
|
|
+ High: RA: vmware: update to version 0.2
|
|
|
|
+ Medium: Filesystem: prefer /proc/mounts to /etc/mtab for non-bind mounts (lf#2388)
|
|
|
|
+ Medium: IPaddr2: don't bring the interface down on stop (thanks to Lars Ellenberg)
|
|
|
|
+ Medium: IPsrcaddr: modify the interface route (lf#2367)
|
|
|
|
+ Medium: ldirectord: Allow multiple email addresses (LF 2168)
|
|
|
|
+ Medium: ldirectord: fix setting defaults for configfile and ldirectord (lf#2328)
|
|
|
|
+ Medium: meta-data: improve timeouts in most resource agents
|
|
|
|
+ Medium: nfsserver: use default values (lf#2321)
|
|
|
|
+ Medium: ocf-shellfuncs: don't log but print to stderr if connected to a terminal
|
|
|
|
+ Medium: ocf-shellfuncs: don't output to stderr if using syslog
|
|
|
|
+ Medium: oracle/oralsnr: improve exit codes if the environment isn't valid
|
|
|
|
+ Medium: RA: iSCSILogicalUnit: fix monitor for STGT
|
|
|
|
+ Medium: RA: make sure that OCF_RESKEY_CRM_meta_interval is always defined (LF 2284)
|
|
|
|
+ Medium: RA: ManageRAID: require bash
|
|
|
|
+ Medium: RA: ManageRAID: require bash
|
|
|
|
+ Medium: RA: VirtualDomain: bail out early if config file can't be read during probe (Novell 593988)
|
|
|
|
+ Medium: RA: VirtualDomain: fix incorrect use of __OCF_ACTION
|
|
|
|
+ Medium: RA: VirtualDomain: improve error messages
|
|
|
|
+ Medium: RA: VirtualDomain: spin on define until we definitely have a domain name
|
|
|
|
+ Medium: Route: add route table parameter (lf#2335)
|
|
|
|
+ Medium: sfex: don't use pid file (lf#2363,bnc#585416)
|
|
|
|
+ Medium: sfex: exit with success on stop if sfex has never been started (bnc#585416)
|
|
|
|
|
2010-04-10 04:14:16 +00:00
|
|
|
* Fri Apr 9 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.10-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
Resolves: rhbz#519491, rhbz#570525, rhbz#571806, rhbz#574027
|
|
|
|
Resolves: rhbz#574215, rhbz#574886, rhbz#576322, rhbz#576335
|
|
|
|
Resolves: rhbz#575103, rhbz#577856, rhbz#577874, rhbz#578249
|
|
|
|
Resolves: rhbz#578625, rhbz#578626, rhbz#578628, rhbz#578626
|
|
|
|
Resolves: rhbz#579621, rhbz#579623, rhbz#579625, rhbz#579626
|
|
|
|
Resolves: rhbz#579059
|
|
|
|
|
2010-03-24 20:38:34 +00:00
|
|
|
* Wed Mar 24 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.9-2
|
|
|
|
- Resolves: rhbz#572993 - Patched build process to correctly generate ldirectord man page
|
|
|
|
- Resolves: rhbz#574732 - Add libnet-devel as a dependancy to ensure IPaddrv6 is built
|
|
|
|
|
2010-03-02 09:57:48 +00:00
|
|
|
* Mon Mar 1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
|
|
|
|
Resolves: rhbz#512171, rhbz#519491
|
|
|
|
|
2010-02-23 09:12:07 +00:00
|
|
|
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
|
|
|
|
Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
|
|
|
|
Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
|
|
|
|
Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
|
|
|
|
Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
|
|
|
|
Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
|
|
|
|
Resolves: rhbz#554968, rhbz#555047
|
|
|
|
- spec file update:
|
|
|
|
* update spec file copyright date
|
|
|
|
* use bz2 tarball
|
|
|
|
|
2010-01-15 09:52:20 +00:00
|
|
|
* Fri Jan 15 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-2
|
|
|
|
- Add python as BuildRequires
|
|
|
|
|
2010-01-12 13:04:22 +00:00
|
|
|
* Mon Jan 11 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
Resolves: rhbz#526286, rhbz#533461
|
|
|
|
|
2010-01-12 10:15:08 +00:00
|
|
|
* Mon Jan 11 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.6-2
|
|
|
|
- Update Pacameker agents to upstream version: c76b4a6eb576
|
|
|
|
+ High: RA: VirtualDomain: fix forceful stop (LF 2283)
|
|
|
|
+ High: apache: monitor operation of depth 10 for web applications (LF 2234)
|
|
|
|
+ Medium: IPaddr2: CLUSTERIP/iptables rule not always inserted on failed monitor (LF 2281)
|
|
|
|
+ Medium: RA: Route: improve validate (LF 2232)
|
|
|
|
+ Medium: mark obsolete RAs as deprecated (LF 2244)
|
|
|
|
+ Medium: mysql: escalate stop to KILL if regular shutdown doesn't work
|
|
|
|
|
2009-12-08 01:11:58 +00:00
|
|
|
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
- spec file update:
|
|
|
|
* use global instead of define
|
|
|
|
* use new Source0 url
|
|
|
|
* use %name macro more aggressively
|
|
|
|
|
2009-12-07 08:32:54 +00:00
|
|
|
* Mon Dec 7 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.5-2
|
|
|
|
- Update Pacameker agents to upstream version: bc00c0b065d9
|
|
|
|
+ High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)
|
|
|
|
+ High: doc: add man pages for all RAs (LF2237)
|
|
|
|
+ High: syslog-ng: new RA
|
|
|
|
+ High: vmware: make meta-data work and several cleanups (LF 2212)
|
|
|
|
+ Medium: .ocf-shellfuncs: add ocf_is_probe function
|
|
|
|
+ Medium: Dev: make RAs executable (LF2239)
|
|
|
|
+ Medium: IPv6addr: ifdef out the ip offset hack for libnet v1.1.4 (LF 2034)
|
|
|
|
+ Medium: add mercurial repository version information to .ocf-shellfuncs
|
|
|
|
+ Medium: build: add perl-MailTools runtime dependency to ldirectord package (LF 1469)
|
|
|
|
+ Medium: iSCSITarget, iSCSILogicalUnit: support LIO
|
|
|
|
+ Medium: nfsserver: use check_binary properly in validate (LF 2211)
|
|
|
|
+ Medium: nfsserver: validate should not check if nfs_shared_infodir exists (thanks to eelco@procolix.com) (LF 2219)
|
|
|
|
+ Medium: oracle/oralsnr: export variables properly
|
|
|
|
+ Medium: pgsql: remove the previous backup_label if it exists
|
|
|
|
+ Medium: postfix: fix double stop (thanks to Dinh N. Quoc)
|
|
|
|
+ RA: LVM: Make monitor operation quiet in logs (bnc#546353)
|
|
|
|
+ RA: Xen: Remove instance_attribute "allow_migrate" (bnc#539968)
|
|
|
|
+ ldirectord: OCF agent: overhaul
|
|
|
|
|
2009-11-20 12:14:07 +00:00
|
|
|
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
- Allow pacemaker to use rgmanager resource agents
|
|
|
|
|
2009-10-28 13:06:29 +00:00
|
|
|
* Wed Oct 28 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.4-2
|
|
|
|
- Update Pacameker agents to upstream version: e2338892f59f
|
|
|
|
+ High: send_arp - turn on unsolicited mode for compatibilty with the libnet version's exit codes
|
|
|
|
+ High: Trap sigterm for compatibility with the libnet version of send_arp
|
|
|
|
+ Medium: Bug - lf#2147: IPaddr2: behave if the interface is down
|
|
|
|
+ Medium: IPv6addr: recognize network masks properly
|
|
|
|
+ Medium: RA: VirtualDomain: avoid needlessly invoking "virsh define"
|
|
|
|
|
2009-10-21 11:58:50 +00:00
|
|
|
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
|
2009-10-21 07:14:04 +00:00
|
|
|
* Mon Oct 12 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.3-3
|
|
|
|
- Update Pacameker agents to upstream version: 099c0e5d80db
|
|
|
|
+ Add the ha_parameter function back into .ocf-shellfuncs.
|
|
|
|
+ Bug bnc#534803 - Provide a default for MAILCMD
|
|
|
|
+ Fix use of undefined macro @HA_NOARCHDATAHBDIR@
|
|
|
|
+ High (LF 2138): IPsrcaddr: replace 0/0 with proper ip prefix (thanks to Michael Ricordeau and Michael Schwartzkopff)
|
|
|
|
+ Import shellfuncs from heartbeat as badly written RAs use it
|
|
|
|
+ Medium (LF 2173): nfsserver: exit properly in nfsserver_validate
|
|
|
|
+ Medium: RA: Filesystem: implement monitor operation
|
|
|
|
+ Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable
|
|
|
|
+ Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable (addendum)
|
|
|
|
+ Medium: RA: iSCSILogicalUnit: use a 16-byte default SCSI ID
|
|
|
|
+ Medium: RA: iSCSITarget: be more persistent deleting targets on stop
|
|
|
|
+ Medium: RA: portblock: add per-IP filtering capability
|
|
|
|
+ Medium: mysql-proxy: log_level and keepalive parameters
|
|
|
|
+ Medium: oracle: drop spurious output from sqlplus
|
|
|
|
+ RA: Filesystem: allow configuring smbfs mounts as clones
|
|
|
|
|
2009-09-25 10:37:43 +00:00
|
|
|
* Wed Sep 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.3-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
|
2009-08-20 11:09:29 +00:00
|
|
|
* Thu Aug 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.1-1
|
|
|
|
- New rgmanager resource agents upstream release
|
|
|
|
|
2009-08-18 08:24:40 +00:00
|
|
|
* Tue Aug 18 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.0-16
|
|
|
|
- Create an ldirectord package
|
|
|
|
- Update Pacameker agents to upstream version: 2198dc90bec4
|
|
|
|
+ Build: Import ldirectord.
|
|
|
|
+ Ensure HA_VARRUNDIR has a value to substitute
|
|
|
|
+ High: Add findif tool (mandatory for IPaddr/IPaddr2)
|
|
|
|
+ High: IPv6addr: new nic and cidr_netmask parameters
|
|
|
|
+ High: postfix: new resource agent
|
|
|
|
+ Include license information
|
|
|
|
+ Low (LF 2159): Squid: make the regexp match more precisely output of netstat
|
|
|
|
+ Low: configure: Fix package name.
|
|
|
|
+ Low: ldirectord: add dependency on $remote_fs.
|
|
|
|
+ Low: ldirectord: add mandatory required header to init script.
|
|
|
|
+ Medium (LF 2165): IPaddr2: remove all colons from the mac address before passing it to send_arp
|
|
|
|
+ Medium: VirtualDomain: destroy domain shortly before timeout expiry
|
|
|
|
+ Medium: shellfuncs: Make the mktemp wrappers work.
|
|
|
|
+ Remove references to Echo function
|
|
|
|
+ Remove references to heartbeat shellfuncs.
|
|
|
|
+ Remove useless path lookups
|
|
|
|
+ findif: actually include the right header. Simplify configure.
|
|
|
|
+ ldirectord: Remove superfluous configure artifact.
|
|
|
|
+ ocf-tester: Fix package reference and path to DTD.
|
|
|
|
|
2009-08-12 19:34:00 +00:00
|
|
|
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-15
|
|
|
|
- Use bzipped upstream hg tarball.
|
|
|
|
|
2009-07-29 11:37:06 +00:00
|
|
|
* Wed Jul 29 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
|
|
|
|
- Merge Pacemaker cluster resource agents:
|
|
|
|
* Add Source1.
|
|
|
|
* Drop noarch. We have real binaries now.
|
|
|
|
* Update BuildRequires.
|
|
|
|
* Update all relevant prep/build/install/files/description sections.
|
|
|
|
|
2009-07-27 02:59:27 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-08 20:40:51 +00:00
|
|
|
* Wed Jul 8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12
|
2009-07-29 11:37:06 +00:00
|
|
|
- spec file updates:
|
2009-07-08 20:40:51 +00:00
|
|
|
* Update copyright header
|
|
|
|
* final release.. undefine alphatag
|
|
|
|
|
2009-07-01 22:36:39 +00:00
|
|
|
* Thu Jul 2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc4
|
|
|
|
- New upstream release.
|
|
|
|
|
2009-06-20 11:06:45 +00:00
|
|
|
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc3
|
|
|
|
- New upstream release.
|
|
|
|
|
2009-06-10 09:18:12 +00:00
|
|
|
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
|
|
|
|
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
|
|
|
|
|
2009-03-24 09:23:14 +00:00
|
|
|
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
|
|
|
|
- New upstream release.
|
|
|
|
- Update BuildRoot usage to preferred versions/names
|
|
|
|
|
2009-03-09 10:40:11 +00:00
|
|
|
* Mon Mar 9 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-7.beta1
|
|
|
|
- New upstream release.
|
|
|
|
|
2009-03-06 10:59:09 +00:00
|
|
|
* Fri Mar 6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha7
|
|
|
|
- New upstream release.
|
|
|
|
|
2009-03-03 06:54:30 +00:00
|
|
|
* Tue Mar 3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-5.alpha6
|
|
|
|
- New upstream release.
|
|
|
|
|
2009-02-24 12:39:24 +00:00
|
|
|
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-4.alpha5
|
|
|
|
- Drop Conflicts with rgmanager.
|
|
|
|
|
2009-02-24 12:37:00 +00:00
|
|
|
* Mon Feb 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-3.alpha5
|
|
|
|
- New upstream release.
|
|
|
|
|
|
|
|
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-2.alpha4
|
|
|
|
- Add comments on how to build this package.
|
|
|
|
|
|
|
|
* Thu Feb 5 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha4
|
|
|
|
- New upstream release.
|
|
|
|
- Fix datadir/cluster directory ownership.
|
|
|
|
|
|
|
|
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha3
|
|
|
|
- Initial packaging
|