From 5582793b4a2c4b53f5a14c6e28ce7eb79b8423bf5cac7456b81501ba1d30cad7 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Thu, 16 Mar 2023 14:14:58 +0000 Subject: [PATCH] - Update to version 4.12.1+git.1677142927.bf55c675: * Include IBM Cloud VPC fence agent (jsc#PED-3626) * fence_scsi: fix registration handling if ISID conflicts ISID (Initiator Session ID) belonging to I_T Nexus changes for RHEL based on the session ID. This means that the connection to the device can be set up with different ISID on reconnects. * fence_amt/fence_ipmilan/fence_ironic: use shlex instead of pipes when available, as pipes is deprecated and will be removed in Python 3.13 * fence_vmware_soap: set login_timeout lower than default pcmk_monitor_timeout (20s) to remove tmp dirs on fail * fencing: add plug_separator to default DEPENDENCY_OPT * fence_virt: fix man page spelling (#522) * fence_scsi: skip key generation during validate-all action * [virt] fix clang build * [virt] fix cpg plugin build * [virt] update man page to cover all serial listener configs * [virt] update man page for serial listener in serial mode * [virt] fix serial debug output * [virt] add debug print for static map check * [virt] Clarify usage of ip= for vsock listener * [virt] fix tcp plugin to properly pass info to acl check * [virt] drop last qmf bits (rhel6 era) * [virt] allow groups to only specify vm_name without UUID * [virtd] add support for named groups * fence_virtd: add info about using multiple uuid/ip entries for groups * fence_wti: increase login timeout to avoid random timeouts * fence_virtd: set secure file permissions for fence_virtd.conf and key file if they are not mode 600 * fencing: add plug_separator parameter to be able to specify one that isnt part of the plug name(s) * build: dont rm PKG_CHECK_VAR.m4 when running maintainer-clean * fence_vmware_soap: set default login timeout less than Pacemakers default timeout to remove tmp dirs * fence_virtd: add link and non-user socket example to man page * fence_ibm_powervs: improve defaults based on testing OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=151 --- _servicedata | 2 +- ...ents-4.11.0+git.1665557656.1381bf21.tar.xz | 3 -- ...ents-4.12.1+git.1677142927.bf55c675.tar.xz | 3 ++ fence-agents.changes | 31 +++++++++++++++++++ fence-agents.spec | 6 ++-- 5 files changed, 38 insertions(+), 7 deletions(-) delete mode 100644 fence-agents-4.11.0+git.1665557656.1381bf21.tar.xz create mode 100644 fence-agents-4.12.1+git.1677142927.bf55c675.tar.xz diff --git a/_servicedata b/_servicedata index fcb9888..8369dd7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/ClusterLabs/fence-agents.git - 46f94d4dbad868afc70b96bd612323221991d06e \ No newline at end of file + 9d0d0d013c7edae43a4ebc5f46bf2e7a4f127654 \ No newline at end of file diff --git a/fence-agents-4.11.0+git.1665557656.1381bf21.tar.xz b/fence-agents-4.11.0+git.1665557656.1381bf21.tar.xz deleted file mode 100644 index 95b8fc6..0000000 --- a/fence-agents-4.11.0+git.1665557656.1381bf21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52a98ca3fd15a868bdc15c8aa0667dc8e427dae5cdeaad96fc6172bc5b1ee1a7 -size 330588 diff --git a/fence-agents-4.12.1+git.1677142927.bf55c675.tar.xz b/fence-agents-4.12.1+git.1677142927.bf55c675.tar.xz new file mode 100644 index 0000000..6f3e929 --- /dev/null +++ b/fence-agents-4.12.1+git.1677142927.bf55c675.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d441b0dded399a7da12654e70d31890e795ce7e9baaf38de1a203bc55daf45 +size 331640 diff --git a/fence-agents.changes b/fence-agents.changes index 8152872..6ddde9f 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Mar 16 14:13:52 UTC 2023 - Peter Varkoly + +- Update to version 4.12.1+git.1677142927.bf55c675: + * Include IBM Cloud VPC fence agent (jsc#PED-3626) + * fence_scsi: fix registration handling if ISID conflicts ISID (Initiator Session ID) belonging to I_T Nexus changes for RHEL based on the session ID. This means that the connection to the device can be set up with different ISID on reconnects. + * fence_amt/fence_ipmilan/fence_ironic: use shlex instead of pipes when available, as pipes is deprecated and will be removed in Python 3.13 + * fence_vmware_soap: set login_timeout lower than default pcmk_monitor_timeout (20s) to remove tmp dirs on fail + * fencing: add plug_separator to default DEPENDENCY_OPT + * fence_virt: fix man page spelling (#522) + * fence_scsi: skip key generation during validate-all action + * [virt] fix clang build + * [virt] fix cpg plugin build + * [virt] update man page to cover all serial listener configs + * [virt] update man page for serial listener in serial mode + * [virt] fix serial debug output + * [virt] add debug print for static map check + * [virt] Clarify usage of ip= for vsock listener + * [virt] fix tcp plugin to properly pass info to acl check + * [virt] drop last qmf bits (rhel6 era) + * [virt] allow groups to only specify vm_name without UUID + * [virtd] add support for named groups + * fence_virtd: add info about using multiple uuid/ip entries for groups + * fence_wti: increase login timeout to avoid random timeouts + * fence_virtd: set secure file permissions for fence_virtd.conf and key file if they are not mode 600 + * fencing: add plug_separator parameter to be able to specify one that isnt part of the plug name(s) + * build: dont rm PKG_CHECK_VAR.m4 when running maintainer-clean + * fence_vmware_soap: set default login timeout less than Pacemakers default timeout to remove tmp dirs + * fence_virtd: add link and non-user socket example to man page + * fence_ibm_powervs: improve defaults based on testing + ------------------------------------------------------------------- Thu Oct 13 16:05:44 UTC 2022 - varkoly@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index c6e29ac..9e88513 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -1,7 +1,7 @@ # # spec file for package fence-agents # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,13 +23,13 @@ %endif %global plugin_dir %{_libdir}/stonith/plugins/rhcs -%define agent_list aliyun alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps evacuate gce hds_cb hpblade ibmblade ibmz ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio openstack powerman pve raritan rcd_serial redfish rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware vmware_rest wti xenapi zvm cdu +%define agent_list aliyun alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps evacuate gce hds_cb hpblade ibmblade ibmz ibm_vpc ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio openstack powerman pve raritan rcd_serial redfish rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware vmware_rest wti xenapi zvm cdu Name: fence-agents Summary: Fence Agents for High Availability License: GPL-2.0-only AND LGPL-2.1-only Group: Productivity/Clustering/HA -Version: 4.11.0+git.1665557656.1381bf21 +Version: 4.12.1+git.1677142927.bf55c675 Release: 0 URL: https://github.com/ClusterLabs/fence-agents Source0: %{name}-%{version}.tar.xz