Revisions of resource-agents

Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 24)
Remove old file.
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 23)
add missed file
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 22)
- Fixes for %_libexecdir changing to /usr/libexec
  * Changed all references of %{_libexecdir} to {_prefix}/lib
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 21)
- Update to version 4.6.1+git85.1467ac6b:
  * sybaseASE: add logfile parameter
  * galera: recover after network split in a 2-node cluster
  * man: use OCF_CHECK_LEVEL for depth parameters in pcs examples
  * crypt: fix missing && to set exit_reason
  * galera: fix check user configuration with clustercheck
  * man: use promotable keyword in manpage examples
  * galera/redis: support RHEL 8.1 pacemaker
  * galera/redis: use --output-as for crm_mon w/newer Pacemaker, and prepare for Promoted role
Diego Vinicius Akechi's avatar Diego Vinicius Akechi (dakechi) committed (revision 20)
- Update to version 4.6.1+git2.b2dcccf1:
  * mdraid: fix bashism
  * build: update ChangeLog for 4.6.1
  * dummypy: make Python 2 compatible
  * dummypy: build fixes to generate the agent from the .in and generate manpage
  * build: update ChangeLog for 4.6.0
  * pgsql: use XML output for better backward and forward compatibility, and "Promoted" keyword to be ready for Pacemaker 2.1
  * build: fix failing to link if link already exists
  * ocf_is_ms(): also check OCF_RESKEY_CRM_meta_promotable to make it work w/Pacemaker 2.x
  * ldirectord: add support for ldaps
  * exportfs: fix ocft script failure
  * exportfs: fix bashism
  * aws-vpc-move-ip: fix bashism
  * aliyun-vpc-move-ip: fix bashism
  * podman: fix bashism
  * docker-compose: fix bashism
  * mdraid: fix bashism
  * crypt: fix bashism
  * Filesystem: set "fast_stop" default to "no" for GFS2 filesystems as they are likely to use more than 6 seconds to stop
  * build: update ChangeLog for 4.6.0-rc1
  * Fix _default variables in clvm RA.
  * exportfs: fix monitor-action in symlink-logic for when directory doesnt exist
  * nfsserver: prevent error messages when /etc/sysconfig/nfs does not exist
  * aliyun-vpc-move-ip: Add error log output (#1504)
  * High: docker-compose: new resource agent (#1499)
  * podman: make sure to remove containers with lingering exec sessions
  * tomcat: only create directory during start action
  * gcp-pd-move: fixes and improvements
  * nfsserver: fix NFSv4-only support
  * Medium: Squid: made squid_opts parameter available.
Xabier Arbulu's avatar Xabier Arbulu (xarbulu) committed (revision 19)
Xabier Arbulu's avatar Xabier Arbulu (xarbulu) committed (revision 18)
Xabier Arbulu's avatar Xabier Arbulu (xarbulu) committed (revision 17)
Xabier Arbulu's avatar Xabier Arbulu (xarbulu) committed (revision 16)
Diego Vinicius Akechi's avatar Diego Vinicius Akechi (dakechi) committed (revision 15)
- Update to version 4.5.0+git2.32821fe4:
  * Filesystem: Add lustre as networked filesystem
  * build: update ChangeLog for 4.5.0
  * aws-vpc-move-ip: add routing_table_role parameter to metadata
  * iSCSILogicalUnit: fix default value for OCF_RESKEY_liot_bstype
  * build: update ChangeLog for 4.5.0-rc1
  * lvmlockd: remove locking_type parameter from lvm.conf for LVM > v2.03
  * Allow user to specify role with which to query/update route table
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 14)
Adapt patch.
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 13)
Fix patch
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 12)
  (bsc#1161898) Add patch: 
  0007-Request-to-add-gcp-vpc-move-route.patch
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 11)
Add BuildRequirements
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 10)
Adapt copyright.
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 9)
- Request to add "gcp-vpc-move-route" resource agent to SLE12 and SLE15 
  (bsc#1161898) Add missed build requirement
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 8)
- Update to version 4.4.0+git57.70549516:
  * [lvmlockd] support lvm2-2.03 removing lvmetad
  * oralsnr: allow using the tns_admin directory for different listeners
  * Change 'alredy' to 'already'
  * LVM-activate: add OCF_CHECK_LEVEL to control monitor action
  * redis: validate_all: fixes file status tests
  * rabbitmq-cluster: ensure we delete nodename if stop action fails
  * IPsrcaddr: remove hardcoded device when using destination parameter
  * Remove standby.signal when promote with restart
  * IPsrcaddr: fixes to avoid failing during probe
  * LVM-activate: verify vg or lv validity
  * [podman] Simplify the code for checking if an image exists
  * Filesystem: add trigger_udev_rules_if_need() for -U, -L, or /dev/xxx device
  * Filesystem: respect udevd need time to create UUID symlinks
  * ldirectord: Support sched-flags
  * IPaddr2: ipt_CLUSTERIP "iptables" extension not "nft" backend compatible
  * IPsrcaddr: fixes to replace local rule if using local table, and set src back to primary for device on stop
  * iSCSI logical unit fix (#1435)
  * Clear out the $DIR_EXECUTABLE variable so we catch the situation when we lose the directory with binaries after first sapinstance_init invokation. The second sapinstance_init invocation will not detect it as it will have already preset the $DIR_EXECUTABLE from previous run. This may allow us running actions after second sapinstance_init invocation that would be not run if we knew that we miss the needed binaries.
  * High: pgsql: Support for PostgreSQL 12
  * IPaddr2: add noprefixroute parameter
  * Filesystem: refresh UUID in the start phase
  * azure-lb Set socat to default on SUSE distributions.
  * exportfs: allow multiple exports of same directory
  * Low: MailTo: fix variable expansion
  * iSCSILogicalUnit.in fixes (#1427)
  * Low: exportfs: Fix spelling error
  * Low: mysql-common: fix startup check
  * aliyun-vpc-move-ip: add binary detection
  * Supports both 'go' and 'python' versions of Aliyun CLI
Diego Vinicius Akechi's avatar Diego Vinicius Akechi (dakechi) committed (revision 6)
- Update to version 4.3.0+git178.b102c209:
  * Adapt azure-lb Resource Agent to support socat usage too (bsc#1150046)
  * redis: consider redis-cli features to choose optimal password passing method and warning filtering workaround (#1403)
  * fix master_is_active() erroneously reporting there is master when there is no fixes #1399
  * nfsserver: use "--no-legend" for systemctl "list-unit-files" calls
  * nfsserver: performance improvements for systemd enabled systems
  * IPaddr2: IPv6 return empty string when sanitation fails
  * Low: IPaddr2: fix to work properly with unsanitized IPv6 addresses
  * Filesystem: improve "/" check for bind mounts
  * IPsrcaddr: add destination and table parameters
Displaying revisions 1 - 20 of 24
openSUSE Build Service is sponsored by