From oalbrigt at redhat.com Thu Jun 4 03:29:38 2020 From: oalbrigt at redhat.com (Oyvind Albrigtsen) Date: Thu, 4 Jun 2020 09:29:38 +0200 Subject: [ClusterLabs Developers] announcement: schedule for resource-agents release 4.6.0 Message-ID: <20200604072938.uslaccazln5c3mri@redhat.com> Hi, This is a tentative schedule for resource-agents v4.6.0: 4.6.0-rc1: June 11. 4.6.0: June 18. New agents: - crypt - mdraid - docker-compose Full list of changes: https://github.com/ClusterLabs/resource-agents/compare/v4.5.0...master I've modified the corresponding milestones at https://github.com/ClusterLabs/resource-agents/milestones If there's anything you think should be part of the release please open an issue, a pull request, or a bugzilla, as you see fit. If there's anything that hasn't received due attention, please let us know. Finally, if you can help with resolving issues consider yourself invited to do so. There are currently 117 issues and 55 pull requests still open. Cheers, Oyvind Albrigtsen From oalbrigt at redhat.com Thu Jun 11 03:57:25 2020 From: oalbrigt at redhat.com (Oyvind Albrigtsen) Date: Thu, 11 Jun 2020 09:57:25 +0200 Subject: [ClusterLabs Developers] resource-agents v4.6.0 rc1 Message-ID: <20200611075725.juy5ksymfpb7f2nc@redhat.com> ClusterLabs is happy to announce resource-agents v4.6.0 rc1. Source code is available at: https://github.com/ClusterLabs/resource-agents/releases/tag/v4.6.0rc1 The most significant enhancements in this release are: - new resource agents: - crypt - mdraid - docker-compose - dummypy - bugfixes and enhancements: - Filesystem: add lustre as networked filesystem - Multiple RA: use secure tmp file location - Squid: added squid_opts parameter to metadata - ZFS: importforce should not be a unique parameter. - aliyun-vpc-move-ip: log output when failing and add debug logging - aws-vpc-move-ip/aws-vpc-route53: add awscli parameter for consistency with other AWS agents - aws-vpc-move-ip: delete remaining route entries - aws-vpc-route53: cleanup and improvements - aws-vpc-route53: add support for public and secondary private IPs - azure-events: handle exceptions in urlopen() - clvm: fix _default variables for daemon_options and activate_vgs - db2: HADR add STANDBY/REMOTE_CATCHUP_PENDING/DISCONNECTED to correctly promote standby node when master node disappears (e.g. via fencing) - exportfs: add symlink support - galera: fix value used for connecting with empty password. - gcp-pd-move: fixes and improvements - gcp-vpc-move-route/gcp-vpc-move-vip: disable google api cache discovery - nfsserver: fix NFSv4-only support - nfsserver: prevent error messages when /etc/sysconfig/nfs does not exist - ocf-shellfuncs: fix ocf_is_clone() (clone_max can be 0 with cloned resources) - ocf.py: eliminated logging.basicConfig(), which made all log data appear in stderr as well - oracle: increase security of monitor user in oracle - pgsql: support to crm_mon output for Pacemaker-2.0.3. - podman: make sure to remove containers with lingering exec sessions - rabbitmq-cluster: increase the rabbitmqctl wait timeout during start() - redis: run validate-action during start - tomcat: only create directory during start action The full list of changes for resource-agents is available at: https://github.com/ClusterLabs/resource-agents/blob/v4.6.0rc1/ChangeLog Everyone is encouraged to download and test the new release candidate. We do many regression tests and simulations, but we can't cover all possible use cases, so your feedback is important and appreciated. Many thanks to all the contributors to this release. Best, The resource-agents maintainers From kwenning at redhat.com Tue Jun 16 12:49:33 2020 From: kwenning at redhat.com (Klaus Wenninger) Date: Tue, 16 Jun 2020 18:49:33 +0200 Subject: [ClusterLabs Developers] All Pacemaker pull requests to master again after release of 2.0.4 In-Reply-To: References: Message-ID: <0d4c667b-1086-28c3-b19b-cb3c5aec2480@redhat.com> Hi all, Now that 2.0.4 is released we're back to our standard pull request policy: Pull requests both with new features as well as bug fixes should be submitted against the master branch. -- Klaus Wenninger From oalbrigt at redhat.com Thu Jun 18 03:47:09 2020 From: oalbrigt at redhat.com (Oyvind Albrigtsen) Date: Thu, 18 Jun 2020 09:47:09 +0200 Subject: [ClusterLabs Developers] resource-agents v4.6.0 Message-ID: <20200618074709.sdp7hvk3t6n5hgb7@redhat.com> ClusterLabs is happy to announce resource-agents v4.6.0. Source code is available at: https://github.com/ClusterLabs/resource-agents/releases/tag/v4.6.0 The most significant enhancements in this release are: - new resource agents: - crypt - mdraid - docker-compose - dummypy - bugfixes and enhancements: - ocf_is_ms(): also check OCF_RESKEY_CRM_meta_promotable to make it work w/Pacemaker 2.x - pgsql: use XML output for better backward and forward compatibility, and "Promoted" keyword to be ready for Pacemaker 2.1 - ldirectord: add support for ldaps - Filesystem: set "fast_stop" default to "no" for GFS2 filesystems as they are likely to use more than 6 seconds to stop - exportfs: fix ocft script failure - build: fix failing to run "ln -s" if link already exists - Multiple RA: fix bashisms - Filesystem: add lustre as networked filesystem - Multiple RA: use secure tmp file location - Squid: added squid_opts parameter to metadata - ZFS: importforce should not be a unique parameter. - aliyun-vpc-move-ip: log output when failing and add debug logging - aws-vpc-move-ip/aws-vpc-route53: add awscli parameter for consistency with other AWS agents - aws-vpc-move-ip: delete remaining route entries - aws-vpc-route53: cleanup and improvements - aws-vpc-route53: add support for public and secondary private IPs - azure-events: handle exceptions in urlopen() - clvm: fix _default variables for daemon_options and activate_vgs - db2: HADR add STANDBY/REMOTE_CATCHUP_PENDING/DISCONNECTED to correctly promote standby node when master node disappears (e.g. via fencing) - exportfs: add symlink support - galera: fix value used for connecting with empty password. - gcp-pd-move: fixes and improvements - gcp-vpc-move-route/gcp-vpc-move-vip: disable google api cache discovery - nfsserver: fix NFSv4-only support - nfsserver: prevent error messages when /etc/sysconfig/nfs does not exist - ocf-shellfuncs: fix ocf_is_clone() (clone_max can be 0 with cloned resources) - ocf.py: eliminated logging.basicConfig(), which made all log data appear in stderr as well - oracle: increase security of monitor user in oracle - pgsql: support to crm_mon output for Pacemaker-2.0.3. - podman: make sure to remove containers with lingering exec sessions - rabbitmq-cluster: increase the rabbitmqctl wait timeout during start() - redis: run validate-action during start - tomcat: only create directory during start action The full list of changes for resource-agents is available at: https://github.com/ClusterLabs/resource-agents/blob/v4.6.0/ChangeLog Everyone is encouraged to download and test the new release candidate. We do many regression tests and simulations, but we can't cover all possible use cases, so your feedback is important and appreciated. Many thanks to all the contributors to this release. Best, The resource-agents maintainers From oalbrigt at redhat.com Thu Jun 18 09:16:16 2020 From: oalbrigt at redhat.com (Oyvind Albrigtsen) Date: Thu, 18 Jun 2020 15:16:16 +0200 Subject: [ClusterLabs Developers] resource-agents v4.6.1 Message-ID: <20200618131616.wayg43oinx7oqosr@redhat.com> ClusterLabs is happy to announce resource-agents v4.6.1, which is a bugfix release for v4.6.0. Source code is available at: https://github.com/ClusterLabs/resource-agents/releases/tag/v4.6.1 The most significant enhancements in this release are: - bugfixes and enhancements: - dummypy: add agent to Makefiles/configure and change from f-strings to make it compatible with Python < 3.6 Everyone is encouraged to download and test the new release. We do many regression tests and simulations, but we can't cover all possible use cases, so your feedback is important and appreciated. Many thanks to all the contributors to this release. Best, The resource-agents maintainers