Sync from SUSE:SLFO:Main SAPHanaSR-angi revision dd40a661fb248b11a9b689511445b7c2

This commit is contained in:
2025-03-23 18:28:54 +01:00
parent 93e65fb8ec
commit cfaed8d079
4 changed files with 54 additions and 16 deletions

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Mar 7 17:39:25 UTC 2025 - abriel@suse.com
- Version bump to 1.2.10
* enhance virtual hostname detection.
If the saphostagent fails to answer the ListInstances query
additional use the <sid>adm user environment to get the virtual
hostname.
(bsc#1237473)
* support hostnames containing dashes
(bsc#1233972)
* remove use of deprecated command crm_master, use crm_attribute
with option '--promotion' instead
With that change use '-INFINITY' instead of the short '-inf'
for the score
* try to recover lost transient cluster attributes
* decline promote/takeover, if remote node is still member of the
cluster but lost his score value.
Membership check against pacemaker and not against corosync.
* SAPHanaSR-hookHelper - on action fence, kill hana first to
avoid call of the srConnectionStatusChanged event which would
result on SFAIL in some cases
* remove legacy tools added accidentally
These tools were designed to work with our classic resource
agents implementation and will fail on the new implementation
using different attributes and logic.
* new man page:
SAPHanaSR-showAttr_properties.5
* update man pages:
SAPHanaSR-angi.7
SAPHanaSR.7
SAPHanaSR_basic_cluster.7
SAPHanaSR-ScaleOut.7
SAPHanaSR-ScaleOut_basic_cluster.7
SAPHanaSR_maintenance_examples.7
SAPHanaSR-angi-scenarios.7
SAPHanaSR_upgrade_to_angi.7
ocf_suse_SAPHana.7
ocf_suse_SAPHanaController.7
ocf_suse_SAPHanaTopology.7
SAPHanaSR-alert-fencing.8
SAPHanaSR-hookHelper.8
susHanaSR.py.7
susHanaSrMultiTarget.py.7
susTkOver.py.7
susChkSrv.py.7
SAPHanaSR-showAttr.8
-------------------------------------------------------------------
Wed Nov 6 09:50:15 UTC 2024 - abriel@suse.com