# # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # # Below is the script used to generate a new source file # from the resource-agent upstream git repo. # # TAG=$(git log --pretty="format:%h" -n 1) # distdir="ClusterLabs-resource-agents-${TAG}" # TARFILE="${distdir}.tar.gz" # rm -rf $TARFILE $distdir # git archive --prefix=$distdir/ HEAD | gzip > $TARFILE # %global upstream_prefix ClusterLabs-resource-agents %global upstream_version fd0720f7 # Whether this platform defaults to using systemd as an init system # (needs to be evaluated prior to BuildRequires being enumerated and # installed as it's intended to conditionally select some of these, and # for that there are only few indicators with varying reliability: # - presence of systemd-defined macros (when building in a full-fledged # environment, which is not the case with ordinary mock-based builds) # - systemd-aware rpm as manifested with the presence of particular # macro (rpm itself will trivially always be present when building) # - existence of /usr/lib/os-release file, which is something heavily # propagated by systemd project # - when not good enough, there's always a possibility to check # particular distro-specific macros (incl. version comparison) %define systemd_native (%{?_unitdir:1}%{!?_unitdir:0}%{nil \ } || %{?__transaction_systemd_inhibit:1}%{!?__transaction_systemd_inhibit:0}%{nil \ } || %(test -f /usr/lib/os-release; test $? -ne 0; echo $?)) # determine the ras-set to process based on configure invokation %bcond_with rgmanager %bcond_without linuxha Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts Version: 4.10.0 Release: 18%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents Source0: %{upstream_prefix}-%{upstream_version}.tar.gz Patch0: nova-compute-wait-NovaEvacuate.patch Patch1: bz1952005-pgsqlms-new-ra.patch Patch2: bz2021125-gcp-ilb-1-fix-log_enable.patch Patch3: bz2021125-gcp-ilb-2-only-check-log_cmd-if-log-enabled.patch Patch4: bz2029796-Route-return-OCF_NOT_RUNNING-missing-route.patch Patch5: bz2029704-1-db2-crm_attribute-use-forever.patch Patch6: bz2029704-2-db2-fixes.patch Patch7: bz2029753-podman-remove-anonymous-volumes.patch Patch8: bz2055016-1-IPsrcaddr-dhcp-warning.patch Patch9: bz2055016-2-IPsrcaddr-error-message-route-not-found.patch Patch10: bz2055016-3-IPsrcaddr-fix-indentation.patch Patch11: bz2055016-4-IPsrcaddr-fixes.patch Patch12: bz2069270-corosync-qnetd-new-ra.patch Patch13: bz2065125-LVM-activate-fix-fence-issue.patch Patch14: bz2065138-IPaddr2-enable-more-control-for-IPv6-addresses.patch Patch15: bz2072371-Filesystem-1-fix-uuid-label-device-whitespace.patch Patch16: bz2072371-Filesystem-2-improve-uuid-label-device-logic.patch Patch17: bz2083081-bz2083086-bz2083090-bz2083092-update-openstack-agents.patch Patch18: bz2081585-NovaEvacuate-add-user_domain-project_domain.patch Patch19: bz2094828-lvmlockd-fail-when-use_lvmlockd-not-set.patch Patch20: bz2093213-aws-vpc-move-ip-add-interface-label-support.patch Patch21: bz2063877-all-agents-use-promotable-terms.patch # bundled ha-cloud-support libs Patch500: ha-cloud-support-aws.patch Patch501: ha-cloud-support-aliyun.patch Patch502: ha-cloud-support-gcloud.patch Obsoletes: heartbeat-resources <= %{version} Provides: heartbeat-resources = %{version} # Build dependencies BuildRequires: make BuildRequires: automake autoconf pkgconfig gcc BuildRequires: libxslt glib2-devel BuildRequires: systemd BuildRequires: which %if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 || 0%{?suse_version} BuildRequires: python3-devel %else BuildRequires: python-devel %endif # for pgsqlms BuildRequires: perl-devel perl-English perl-FindBin %ifarch x86_64 BuildRequires: ha-cloud-support %endif %if 0%{?fedora} || 0%{?centos} || 0%{?rhel} BuildRequires: docbook-style-xsl docbook-dtds %if 0%{?rhel} == 0 BuildRequires: libnet-devel %endif %endif %if 0%{?suse_version} BuildRequires: libnet-devel BuildRequires: libglue-devel BuildRequires: libxslt docbook_4 docbook-xsl-stylesheets %endif ## Runtime deps # system tools shared by several agents Requires: /bin/bash /usr/bin/grep /bin/sed /bin/gawk Requires: /bin/ps /usr/bin/pkill /usr/bin/hostname /usr/bin/netstat Requires: /usr/sbin/fuser /bin/mount Requires: which # Filesystem / fs.sh / netfs.sh Requires: /sbin/fsck Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4 Requires: /usr/sbin/fsck.xfs Requires: /sbin/mount.nfs /sbin/mount.nfs4 %if (0%{?fedora} && 0%{?fedora} < 33) || (0%{?rhel} && 0%{?rhel} < 9) || (0%{?centos} && 0%{?centos} < 9) || 0%{?suse_version} %if (0%{?rhel} && 0%{?rhel} < 8) || (0%{?centos} && 0%{?centos} < 8) Requires: /usr/sbin/mount.cifs %else Recommends: /usr/sbin/mount.cifs %endif %endif # IPaddr2 Requires: /sbin/ip # LVM / lvm.sh Requires: /usr/sbin/lvm # nfsserver / netfs.sh Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd # ocf.py Requires: python3 # rgmanager %if %{with rgmanager} # ip.sh Requires: /usr/sbin/ethtool Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6 # nfsexport.sh Requires: /sbin/findfs Requires: /sbin/quotaon /sbin/quotacheck %endif %description A set of scripts to interface with several services to operate in a High Availability environment for both Pacemaker and rgmanager service managers. %ifarch x86_64 %package cloud License: GPLv2+ and LGPLv2+ Summary: Cloud resource agents Requires: %{name} = %{version}-%{release} Requires: ha-cloud-support Requires: socat Provides: resource-agents-aliyun Obsoletes: resource-agents-aliyun <= %{version} Provides: resource-agents-gcp Obsoletes: resource-agents-gcp <= %{version} %description cloud Cloud resource agents allows Cloud instances to be managed in a cluster environment. %endif %package paf License: PostgreSQL Summary: PostgreSQL Automatic Failover (PAF) resource agent Requires: %{name} = %{version}-%{release} Requires: perl-interpreter perl-English perl-FindBin %description paf PostgreSQL Automatic Failover (PAF) resource agents allows PostgreSQL databases to be managed in a cluster environment. %prep %if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos} == 0 && 0%{?rhel} == 0 %{error:Unable to determine the distribution/version. This is generally caused by missing /etc/rpm/macros.dist. Please install the correct build packages or define the required macros manually.} exit 1 %endif %setup -q -n %{upstream_prefix}-%{upstream_version} %patch0 -p1 -F1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 %patch18 -p1 %patch19 -p1 %patch20 -p1 %patch21 -p1 # bundled ha-cloud-support libs %patch500 -p1 %patch501 -p1 %patch502 -p1 chmod 755 heartbeat/nova-compute-wait chmod 755 heartbeat/NovaEvacuate chmod 755 heartbeat/pgsqlms %build if [ ! -f configure ]; then ./autogen.sh fi %if 0%{?fedora} >= 11 || 0%{?centos} > 5 || 0%{?rhel} > 5 CFLAGS="$(echo '%{optflags}')" %global conf_opt_fatal "--enable-fatal-warnings=no" %else CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}" %global conf_opt_fatal "--enable-fatal-warnings=yes" %endif %if %{with rgmanager} %global rasset rgmanager %endif %if %{with linuxha} %global rasset linux-ha %endif %if %{with rgmanager} && %{with linuxha} %global rasset all %endif export CFLAGS %configure \ %if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 || 0%{?suse_version} PYTHON="%{__python3}" \ %endif %ifarch x86_64 PYTHONPATH="%{_usr}/lib/fence-agents/support/google" \ %endif %{conf_opt_fatal} \ %if %{defined _unitdir} SYSTEMD_UNIT_DIR=%{_unitdir} \ %endif %if %{defined _tmpfilesdir} SYSTEMD_TMPFILES_DIR=%{_tmpfilesdir} \ --with-rsctmpdir=/run/resource-agents \ %endif --with-pkg-name=%{name} \ --with-ras-set=%{rasset} %if %{defined jobs} JFLAGS="$(echo '-j%{jobs}')" %else JFLAGS="$(echo '%{_smp_mflags}')" %endif make $JFLAGS %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} ## tree fixup # remove docs (there is only one and they should come from doc sections in files) rm -rf %{buildroot}/usr/share/doc/resource-agents %files %doc AUTHORS COPYING COPYING.GPLv3 COPYING.LGPL ChangeLog %if %{with linuxha} %doc heartbeat/README.galera %doc doc/README.webapps %doc %{_datadir}/%{name}/ra-api-1.dtd %doc %{_datadir}/%{name}/metadata.rng %endif %if %{with rgmanager} %{_datadir}/cluster %{_sbindir}/rhev-check.sh %endif %if %{with linuxha} %dir %{_usr}/lib/ocf %dir %{_usr}/lib/ocf/resource.d %dir %{_usr}/lib/ocf/lib %{_usr}/lib/ocf/lib/heartbeat %{_usr}/lib/ocf/resource.d/heartbeat %{_usr}/lib/ocf/resource.d/openstack %{_datadir}/pkgconfig/%{name}.pc %if %{defined _unitdir} %{_unitdir}/resource-agents-deps.target %endif %if %{defined _tmpfilesdir} %{_tmpfilesdir}/%{name}.conf %endif %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/ocft %{_datadir}/%{name}/ocft/configs %{_datadir}/%{name}/ocft/caselib %{_datadir}/%{name}/ocft/README %{_datadir}/%{name}/ocft/README.zh_CN %{_datadir}/%{name}/ocft/helpers.sh %exclude %{_datadir}/%{name}/ocft/runocft %exclude %{_datadir}/%{name}/ocft/runocft.prereq %{_sbindir}/ocft %{_includedir}/heartbeat %if %{defined _tmpfilesdir} %dir %attr (1755, root, root) /run/resource-agents %else %dir %attr (1755, root, root) %{_var}/run/resource-agents %endif %{_mandir}/man7/*.7* ### # Supported, but in another sub package ### %exclude /usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip* %exclude /usr/lib/ocf/resource.d/heartbeat/aws* %exclude /usr/lib/ocf/resource.d/heartbeat/azure-* %exclude %{_mandir}/man7/*aliyun-vpc-move-ip* %exclude /usr/lib/ocf/resource.d/heartbeat/gcp* %exclude %{_mandir}/man7/*gcp* %exclude /usr/lib/ocf/resource.d/heartbeat/pgsqlms %exclude %{_mandir}/man7/*pgsqlms* %exclude %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm ### # Moved to separate packages ### %exclude /usr/lib/ocf/resource.d/heartbeat/SAP* %exclude /usr/lib/ocf/lib/heartbeat/sap* %exclude %{_mandir}/man7/*SAP* ### # Unsupported ### %exclude %{_usr}/lib/ocf/resource.d/heartbeat/AoEtarget %exclude %{_usr}/lib/ocf/resource.d/heartbeat/AudibleAlarm %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ClusterMon %exclude %{_usr}/lib/ocf/resource.d/heartbeat/EvmsSCC %exclude %{_usr}/lib/ocf/resource.d/heartbeat/Evmsd %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ICP %exclude %{_usr}/lib/ocf/resource.d/heartbeat/IPaddr %exclude %{_usr}/lib/ocf/resource.d/heartbeat/LVM %exclude %{_usr}/lib/ocf/resource.d/heartbeat/LinuxSCSI %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ManageRAID %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ManageVE %exclude %{_usr}/lib/ocf/resource.d/heartbeat/Pure-FTPd %exclude %{_usr}/lib/ocf/resource.d/heartbeat/Raid1 %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ServeRAID %exclude %{_usr}/lib/ocf/resource.d/heartbeat/SphinxSearchDaemon %exclude %{_usr}/lib/ocf/resource.d/heartbeat/Stateful %exclude %{_usr}/lib/ocf/resource.d/heartbeat/SysInfo %exclude %{_usr}/lib/ocf/resource.d/heartbeat/VIPArip %exclude %{_usr}/lib/ocf/resource.d/heartbeat/WAS %exclude %{_usr}/lib/ocf/resource.d/heartbeat/WAS6 %exclude %{_usr}/lib/ocf/resource.d/heartbeat/WinPopup %exclude %{_usr}/lib/ocf/resource.d/heartbeat/Xen %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ZFS %exclude %{_usr}/lib/ocf/resource.d/heartbeat/anything %exclude %{_usr}/lib/ocf/resource.d/heartbeat/asterisk %exclude %{_usr}/lib/ocf/resource.d/heartbeat/clvm %exclude %{_usr}/lib/ocf/resource.d/heartbeat/dnsupdate %exclude %{_usr}/lib/ocf/resource.d/heartbeat/docker* %exclude %{_usr}/lib/ocf/resource.d/heartbeat/dovecot %exclude %{_usr}/lib/ocf/resource.d/heartbeat/dummypy %exclude %{_usr}/lib/ocf/resource.d/heartbeat/eDir88 %exclude %{_usr}/lib/ocf/resource.d/heartbeat/fio %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ids %exclude %{_usr}/lib/ocf/resource.d/heartbeat/iface-bridge %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ipsec %exclude %{_usr}/lib/ocf/resource.d/heartbeat/iscsi %exclude %{_usr}/lib/ocf/resource.d/heartbeat/jboss %exclude %{_usr}/lib/ocf/resource.d/heartbeat/jira %exclude %{_usr}/lib/ocf/resource.d/heartbeat/kamailio %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ldirectord %exclude %{_usr}/lib/ocf/resource.d/heartbeat/lxc %exclude %{_usr}/lib/ocf/resource.d/heartbeat/lxd-info %exclude %{_usr}/lib/ocf/resource.d/heartbeat/machine-info %exclude %{_usr}/lib/ocf/resource.d/heartbeat/mariadb %exclude %{_usr}/lib/ocf/resource.d/heartbeat/mdraid %exclude %{_usr}/lib/ocf/resource.d/heartbeat/minio %exclude %{_usr}/lib/ocf/resource.d/heartbeat/mpathpersist %exclude %{_usr}/lib/ocf/resource.d/heartbeat/mysql-proxy %exclude %{_usr}/lib/ocf/resource.d/heartbeat/nvmet-* %exclude %{_usr}/lib/ocf/resource.d/heartbeat/ovsmonitor %exclude %{_usr}/lib/ocf/resource.d/heartbeat/pgagent %exclude %{_usr}/lib/ocf/resource.d/heartbeat/pingd %exclude %{_usr}/lib/ocf/resource.d/heartbeat/pound %exclude %{_usr}/lib/ocf/resource.d/heartbeat/proftpd %exclude %{_usr}/lib/ocf/resource.d/heartbeat/rkt %exclude %{_usr}/lib/ocf/resource.d/heartbeat/rsyslog %exclude %{_usr}/lib/ocf/resource.d/heartbeat/scsi2reservation %exclude %{_usr}/lib/ocf/resource.d/heartbeat/sfex %exclude %{_usr}/lib/ocf/resource.d/heartbeat/sg_persist %exclude %{_usr}/lib/ocf/resource.d/heartbeat/smb-share %exclude %{_usr}/lib/ocf/resource.d/heartbeat/syslog-ng %exclude %{_usr}/lib/ocf/resource.d/heartbeat/varnish %exclude %{_usr}/lib/ocf/resource.d/heartbeat/vmware %exclude %{_usr}/lib/ocf/resource.d/heartbeat/vsftpd %exclude %{_usr}/lib/ocf/resource.d/heartbeat/zabbixserver %exclude %{_mandir}/man7/ocf_heartbeat_AoEtarget.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_AudibleAlarm.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ClusterMon.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_EvmsSCC.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_Evmsd.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ICP.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_IPaddr.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_LVM.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_LinuxSCSI.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ManageRAID.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ManageVE.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_Pure-FTPd.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_Raid1.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ServeRAID.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_SphinxSearchDaemon.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_Stateful.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_SysInfo.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_VIPArip.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_WAS.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_WAS6.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_WinPopup.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_Xen.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ZFS.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_anything.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_asterisk.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_clvm.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_dnsupdate.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_docker*.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_dovecot.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_dummypy.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_eDir88.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_fio.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ids.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_iface-bridge.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ipsec.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_iscsi.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_jboss.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_jira.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_kamailio.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_lxc.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_lxd-info.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_machine-info.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_mariadb.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_mdraid.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_minio.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_mpathpersist.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_mysql-proxy.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_nvmet-*.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_ovsmonitor.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_pgagent.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_pingd.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_pound.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_proftpd.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_rkt.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_rsyslog.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_scsi2reservation.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_sfex.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_sg_persist.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_smb-share.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_syslog-ng.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_varnish.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_vmware.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_vsftpd.7.gz %exclude %{_mandir}/man7/ocf_heartbeat_zabbixserver.7.gz ### # Other excluded files. ### # This tool has to be updated for the new pacemaker lrmd. %exclude %{_sbindir}/ocf-tester %exclude %{_mandir}/man8/ocf-tester.8* # ldirectord is not supported %exclude /etc/ha.d/resource.d/ldirectord %exclude %{_sysconfdir}/init.d/ldirectord %exclude %{_sysconfdir}/rc.d/init.d/ldirectord %exclude %{_unitdir}/ldirectord.service %exclude /etc/logrotate.d/ldirectord %exclude /usr/sbin/ldirectord %exclude %{_mandir}/man8/ldirectord.8.gz # For compatability with pre-existing agents %dir %{_sysconfdir}/ha.d %{_sysconfdir}/ha.d/shellfuncs %{_libexecdir}/heartbeat %endif %ifarch x86_64 %files cloud /usr/lib/ocf/resource.d/heartbeat/aliyun-* %{_mandir}/man7/*aliyun-* /usr/lib/ocf/resource.d/heartbeat/aws* %{_mandir}/man7/*aws* /usr/lib/ocf/resource.d/heartbeat/azure-* %{_mandir}/man7/*azure-* /usr/lib/ocf/resource.d/heartbeat/gcp-* %{_mandir}/man7/*gcp-* %exclude /usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-ip %exclude %{_mandir}/man7/*gcp-vpc-move-ip* %endif %files paf %doc paf_README.md %license paf_LICENSE %defattr(-,root,root) %{_usr}/lib/ocf/resource.d/heartbeat/pgsqlms %{_mandir}/man7/*pgsqlms* %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm %changelog * Mon Jun 20 2022 Oyvind Albrigtsen - 4.10.0-18 - all agents: use promotable terms Resolves: rhbz#2063877 * Thu Jun 9 2022 Oyvind Albrigtsen - 4.10.0-17 - lvmlockd: fail when use_lvmlockd has not been set - aws-vpc-move-ip: add interface label support Resolves: rhbz#2094828 Resolves: rhbz#2093213 * Tue May 17 2022 Oyvind Albrigtsen - 4.10.0-15 - NovaEvacuate: add user_domain and project_domain parameters Resolves: rhbz#2081585 * Mon May 9 2022 Oyvind Albrigtsen - 4.10.0-14 - openstack-cinder-volume/openstack-floating-ip/openstack-info/ openstack-virtual-ip: new resource agents Resolves: rhbz#2083081, rhbz#2083086, rhbz#2083090, rhbz#2083092 * Thu Apr 21 2022 Oyvind Albrigtsen - 4.10.0-12 - Filesystem: fix UUID/label device support when there's whitespace between parameter and UUID/label Resolves: rhbz#2072371 * Tue Apr 5 2022 Oyvind Albrigtsen - 4.10.0-11 - LVM-activate: use correct return code to fence failed node - IPaddr2: enable more control for IPv6 addresses Resolves: rhbz#2065125 Resolves: rhbz#2065138 * Tue Mar 29 2022 Oyvind Albrigtsen - 4.10.0-10 - corosync-qnetd: new resource agent - spec: remove Samba/CIFS dependency Resolves: rhbz#2069270 Resolves: rhbz#1826455 * Thu Mar 3 2022 Oyvind Albrigtsen - 4.10.0-8 - IPsrcaddr: add warning about possible issues when used with DHCP, and add error message when matching route not found Resolves: rhbz#2055016 * Wed Feb 23 2022 Oyvind Albrigtsen - 4.10.0-7 - db2: use -l forever to fix crm_attribute issue Resolves: rhbz#2029704 * Wed Jan 5 2022 Oyvind Albrigtsen - 4.10.0-5 - podman: remove anonymous volumes Resolves: rhbz#2029753 * Tue Dec 7 2021 Oyvind Albrigtsen - 4.10.0-4 - Route: return OCF_NOT_RUNNING for probe action when interface or route doesnt exist Resolves: rhbz#2029796 * Tue Nov 9 2021 Oyvind Albrigtsen - 4.10.0-3 - gcp-ilb: new resource agent Resolves: rhbz#2021125 * Wed Nov 3 2021 Oyvind Albrigtsen - 4.10.0-1 - Rebase to resource-agents 4.10.0 upstream release. - nfsserver: add nfs_server_scope parameter Resolves: rhbz#1995918 Resolves: rhbz#2015171 * Thu Oct 7 2021 Oyvind Albrigtsen - 4.9.0-2 - Rebase to resource-agents 4.9.0 upstream release. - Add "which" dependency - All agents: set correct agent and OCF version in metadata Resolves: rhbz#1995918 Resolves: rhbz#2011142 Resolves: rhbz#2003118 * Thu Aug 26 2021 Oyvind Albrigtsen - 4.8.0-13 - nfsnotify: fix default value for "notify_args" Resolves: rhbz#1998039 * Wed Aug 25 2021 Oyvind Albrigtsen - 4.8.0-12 - Create cloud subpackage - Add nova-compute-wait/NovaEvacuate - nfsserver: fix nfs-convert issue Resolves: rhbz#1997548, rhbz#1997576, rhbz#1991855 * Mon Aug 16 2021 Oyvind Albrigtsen - 4.8.0-11 - Filesystem: force_unmount: remove "Default value" text from metadata Resolves: rhbz#1993900 * Tue Aug 10 2021 Oyvind Albrigtsen - 4.8.0-10 - pgsqlms: new resource agent Resolves: rhbz#1952005 * Tue Aug 10 2021 Mohan Boddu - 4.8.0-8.1 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Tue Jun 29 2021 Oyvind Albrigtsen - 4.8.0-8 - Exclude SAP agents that are in separate -sap subpackage Resolves: rhbz#1977208 * Mon May 17 2021 Oyvind Albrigtsen - 4.8.0-3 - Remove redhat-lsb-core dependency (lsb_release) Resolves: rhbz#1961539 * Wed Apr 21 2021 Oyvind Albrigtsen - 4.8.0-2 - Solve build issues Resolves: rhbz#1951253 * Fri Apr 16 2021 Mohan Boddu - 4.8.0-1.1 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Mar 16 2021 Oyvind Albrigtsen - 4.7.0-7 - Filesystem: change force_unmount default to safe for RHEL9+ (1843578) * Wed Mar 3 2021 Oyvind Albrigtsen - 4.7.0-5 - Exclude unsupported agents * Wed Feb 24 2021 Oyvind Albrigtsen - 4.7.0-4 - remove ldirectord subpackage Resolves: rhbz#1932218 * Tue Feb 16 2021 Oyvind Albrigtsen - 4.7.0-3 - add BuildRequires for google lib - use HA cloud support supplied awscli * Wed Jan 27 2021 Fedora Release Engineering - 4.7.0-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Dec 9 2020 Oyvind Albrigtsen - 4.7.0-1 - Rebase to resource-agents 4.7.0 upstream release. * Mon Aug 24 2020 Oyvind Albrigtsen - 4.6.1-4 - spec: improvements from upstream project * Mon Aug 24 2020 Oyvind Albrigtsen - 4.6.1-3 - ldirectord: add dependency for perl-IO-Socket-INET6 Resolves: rhbz#1868063 * Wed Jul 29 2020 Fedora Release Engineering - 4.6.1-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 24 2020 Oyvind Albrigtsen - 4.6.1-2 - Make Samba/CIFS dependency weak for Fedora 32 and remove the dependency from 33+ * Thu Jun 18 2020 Oyvind Albrigtsen - 4.6.1-1 - Rebase to resource-agents 4.6.1 upstream release. * Thu Jun 18 2020 Oyvind Albrigtsen - 4.6.0-1 - Rebase to resource-agents 4.6.0 upstream release. * Mon Mar 9 2020 Oyvind Albrigtsen - 4.5.0-1 - Rebase to resource-agents 4.5.0 upstream release. * Thu Jan 30 2020 Fedora Release Engineering - 4.4.0-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Oct 23 2019 Oyvind Albrigtsen - 4.4.0-1 - Rebase to resource-agents 4.4.0 upstream release. * Fri Jul 26 2019 Fedora Release Engineering - 4.3.0-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 21 2019 Oyvind Albrigtsen - 4.3.0-1 - Rebase to resource-agents 4.3.0 upstream release. * Fri May 24 2019 Oyvind Albrigtsen - 4.2.0-4 - Fix build issues * Fri Mar 15 2019 Oyvind Albrigtsen - 4.2.0-3 - systemd-tmpfiles: change path to /run/resource-agents Resolves: rhbz#1688865 * Sat Feb 02 2019 Fedora Release Engineering - 4.2.0-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 24 2018 Oyvind Albrigtsen - 4.2.0-1 - Rebase to resource-agents 4.2.0 upstream release. - spec: fix missing systemd config files * Sat Jul 14 2018 Fedora Release Engineering - 4.1.1-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Mar 18 2018 Iryna Shcherbina - 4.1.1-1.1 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Tue Mar 13 2018 Oyvind Albrigtsen - 4.1.1-1 - Rebase to resource-agents 4.1.1 upstream release. * Mon Feb 19 2018 Oyvind Albrigtsen - 4.1.0-2 - Add gcc to BuildRequires * Fri Feb 09 2018 Igor Gnatenko - 4.1.0-1.1 - Escape macros in %%changelog * Wed Jan 10 2018 Oyvind Albrigtsen - 4.1.0-1 - Rebase to resource-agents 4.1.0 upstream release. * Thu Aug 03 2017 Fedora Release Engineering - 4.0.1-1.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 4.0.1-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 4.0.1-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 2 2017 Oyvind Albrigtsen - 4.0.1-1 - Rebase to resource-agents 4.0.1 upstream release. * Wed Feb 1 2017 Oyvind Albrigtsen - 4.0.0-2 - galera: remove "long SST monitoring" support due to corner-case issues * Tue Jan 31 2017 Oyvind Albrigtsen - 4.0.0-1 - Rebase to resource-agents 4.0.0 upstream release. * Thu Dec 15 2016 Oyvind Albrigtsen - 3.9.7-6 - Add netstat dependency * Tue Feb 9 2016 Oyvind Albrigtsen - 3.9.7-4 - Rebase to resource-agents 3.9.7 upstream release. * Thu Feb 04 2016 Fedora Release Engineering - 3.9.6-2.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 3.9.6-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Apr 20 2015 David Vossel - 3.9.6-2 - Rebase to latest upstream code in order to pull in rabbitmq-cluster agent * Fri Feb 13 2015 David Vossel - 3.9.6-1 - Rebase to resource-agents 3.9.6 upstream release. * Sun Aug 17 2014 Fedora Release Engineering - 3.9.5-12.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 3.9.5-12.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Apr 30 2014 David Vossel - 3.9.5-12 - Sync with latest upstream. * Thu Jan 2 2014 David Vossel - 3.9.5-11 - Sync with latest upstream. * Sun Oct 20 2013 David Vossel - 3.9.5-10 - Fix build system for rawhide. * Wed Oct 16 2013 David Vossel - 3.9.5-9 - Remove rgmanager agents from build. * Sun Aug 04 2013 Fedora Release Engineering - 3.9.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 3.9.5-7 - Perl 5.18 rebuild * Tue Jun 18 2013 David Vossel - 3.9.5-6 - Restores rsctmp directory to upstream default. * Tue Jun 18 2013 David Vossel - 3.9.5-5 - Merges redhat provider into heartbeat provider. Remove rgmanager's redhat provider. Resolves: rhbz#917681 Resolves: rhbz#928890 Resolves: rhbz#952716 Resolves: rhbz#960555 * Tue Mar 12 2013 David Vossel - 3.9.5-3 - Fixes build system error with conditional logic involving IPv6addr and updates spec file to build against rhel 7 as well as fedora 19. * Mon Mar 11 2013 David Vossel - 3.9.5-2 - Resolves rhbz#915050 * Mon Mar 11 2013 David Vossel - 3.9.5-1 - New upstream release. * Fri Jan 25 2013 Kevin Fenzi - 3.9.2-5 - Fix cifs mount requires * Mon Nov 12 2012 Chris Feist - 3.9.2-4 - Removed version number after dist * Mon Oct 29 2012 Chris Feist - 3.9.2-3.8 - Remove cluster-glue-libs-devel - Disable IPv6addr & sfex to fix deps on libplumgpl & libplum (due to disappearance of cluster-glue in F18) * Sat Jul 21 2012 Fedora Release Engineering - 3.9.2-3.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jul 05 2012 Chris Feist - 3.9.2-3.4 - Fix location of lvm (change from /sbin to /usr/sbin) * Wed Apr 04 2012 Jon Ciesla - 3.9.2-3.3 - Rebuilt to fix rawhide dependency issues (caused by move of fsck from /sbin to /usr/sbin). * Fri Mar 30 2012 Jon Ciesla - 3.9.2-3.1 - libnet rebuild. * Sat Jan 14 2012 Fedora Release Engineering - 3.9.2-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jul 8 2011 Fabio M. Di Nitto - 3.9.2-2 - add post call to resource-agents to integrate with cluster 3.1.4 * Thu Jun 30 2011 Fabio M. Di Nitto - 3.9.2-1 - new upstream release - fix 2 regressions from 3.9.1 * Mon Jun 20 2011 Fabio M. Di Nitto - 3.9.1-1 - new upstream release - import spec file from upstream * Tue Mar 1 2011 Fabio M. Di Nitto - 3.1.1-1 - new upstream release 3.1.1 and 1.0.4 * Wed Feb 09 2011 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 2 2010 Fabio M. Di Nitto - 3.1.0-1 - new upstream release - spec file update: Update upstream URL Update source URL use standard configure macro use standard make invokation * Thu Oct 7 2010 Fabio M. Di Nitto - 3.0.17-1 - new upstream release Resolves: rhbz#632595, rhbz#633856, rhbz#632385, rhbz#628013 Resolves: rhbz#621313, rhbz#595383, rhbz#580492, rhbz#605733 Resolves: rhbz#636243, rhbz#591003, rhbz#637913, rhbz#634718 Resolves: rhbz#617247, rhbz#617247, rhbz#617234, rhbz#631943 Resolves: rhbz#639018 * Thu Oct 7 2010 Andrew Beekhof - 3.0.16-2 - new upstream release of the Pacemaker agents: 71b1377f907c * Thu Sep 2 2010 Fabio M. Di Nitto - 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 * Thu Jul 29 2010 Fabio M. Di Nitto - 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 * Mon Jun 7 2010 Fabio M. Di Nitto - 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 * Tue May 18 2010 Andrew Beekhof - 3.0.12-2 - libnet is not available on RHEL - Do not package ldirectord on RHEL Resolves: rhbz#577264 * Mon May 10 2010 Fabio M. Di Nitto - 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 - 3.0.12-1 - 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 * Wed Apr 21 2010 Fabio M. Di Nitto - 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 * Sat Apr 17 2010 Andrew Beekhof - 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) * Fri Apr 9 2010 Fabio M. Di Nitto - 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 * Wed Mar 24 2010 Andrew Beekhof - 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 * Mon Mar 1 2010 Fabio M. Di Nitto - 3.0.9-1 - New rgmanager resource agents upstream release Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902 Resolves: rhbz#512171, rhbz#519491 * Mon Feb 22 2010 Fabio M. Di Nitto - 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 * Fri Jan 15 2010 Fabio M. Di Nitto - 3.0.7-2 - Add python as BuildRequires * Mon Jan 11 2010 Fabio M. Di Nitto - 3.0.7-1 - New rgmanager resource agents upstream release Resolves: rhbz#526286, rhbz#533461 * Mon Jan 11 2010 Andrew Beekhof - 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 * Mon Dec 7 2009 Fabio M. Di Nitto - 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 * Mon Dec 7 2009 Andrew Beekhof - 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 * Fri Nov 20 2009 Fabio M. Di Nitto - 3.0.5-1 - New rgmanager resource agents upstream release - Allow pacemaker to use rgmanager resource agents * Wed Oct 28 2009 Andrew Beekhof - 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" * Wed Oct 21 2009 Fabio M. Di Nitto - 3.0.4-1 - New rgmanager resource agents upstream release * Mon Oct 12 2009 Andrew Beekhof - 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 * Wed Sep 23 2009 Fabio M. Di Nitto - 3.0.3-1 - New rgmanager resource agents upstream release * Thu Aug 20 2009 Fabio M. Di Nitto - 3.0.1-1 - New rgmanager resource agents upstream release * Tue Aug 18 2009 Andrew Beekhof - 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. * Tue Aug 11 2009 Ville Skyttä - 3.0.0-15 - Use bzipped upstream hg tarball. * Wed Jul 29 2009 Fabio M. Di Nitto - 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. * Sun Jul 26 2009 Fedora Release Engineering - 3.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 8 2009 Fabio M. Di Nitto - 3.0.0-12 - spec file updates: * Update copyright header * final release.. undefine alphatag * Thu Jul 2 2009 Fabio M. Di Nitto - 3.0.0-11.rc4 - New upstream release. * Sat Jun 20 2009 Fabio M. Di Nitto - 3.0.0-10.rc3 - New upstream release. * Wed Jun 10 2009 Fabio M. Di Nitto - 3.0.0-9.rc2 - New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970 * Tue Mar 24 2009 Fabio M. Di Nitto - 3.0.0-8.rc1 - New upstream release. - Update BuildRoot usage to preferred versions/names * Mon Mar 9 2009 Fabio M. Di Nitto - 3.0.0-7.beta1 - New upstream release. * Fri Mar 6 2009 Fabio M. Di Nitto - 3.0.0-6.alpha7 - New upstream release. * Tue Mar 3 2009 Fabio M. Di Nitto - 3.0.0-5.alpha6 - New upstream release. * Tue Feb 24 2009 Fabio M. Di Nitto - 3.0.0-4.alpha5 - Drop Conflicts with rgmanager. * Mon Feb 23 2009 Fabio M. Di Nitto - 3.0.0-3.alpha5 - New upstream release. * Thu Feb 19 2009 Fabio M. Di Nitto - 3.0.0-2.alpha4 - Add comments on how to build this package. * Thu Feb 5 2009 Fabio M. Di Nitto - 3.0.0-1.alpha4 - New upstream release. - Fix datadir/cluster directory ownership. * Tue Jan 27 2009 Fabio M. Di Nitto - 3.0.0-1.alpha3 - Initial packaging