Skip to content

Version 0.184.1

Compare
Choose a tag to compare
@angelabriel angelabriel released this 30 Nov 11:20
· 145 commits to master since this release
3e77612
  • Version bump to 0.184.1
  • add new HA/DR provider hook susChkSrv supporting a fast-dying indexserver
    (jsc#PED-1241, jsc#PED-1240)
  • add new HA/DR provider hook susTkOver for blocking manual takeovers
    (jsc#SLE-16347)
  • add improvements from SAP to the RA scripts regarding the handling of the SAP tools 'HDB version', 'HDBSettings.sh' and 'pycd' and the SAPHana log filter handling
    (jsc#PED-1739)
  • fix SAPHanaSR-replay-archive to handle hb_report archives again
    (bsc#1198897)
  • fix for SAPHanaSR-monitor reporting "LPA status of one node is missing"
    (bsc#1192963, bsc#1203973)
  • add lost-nameserver-slave handling to SAPHanaTopology, to avoid toggeling SAPHanaController resource, if all nameserver-masters got lost.
    SAPHanaController keeps started, if WAITING4NODES event needs to be processed. This only keeps the resource "started".
    The SAP HANA instance will only be started, if enough nodes are available to fulfill the needs of the SAP HANA landscape.
  • add new tool SAPHanaSR-manageProvider to show, add and delete HA/DR provider sections in the global.ini of SAP HANA.
  • changes to the demote_clone function of the resource agent:
    if the role is ':shtdown:shtdown:shtdown' (topology agent run into timeouts) the function fail with rc=1, to get the managed resource stopped
    changes to the stop_clone function of the topology agent:
    call landscapeHostConfiguration.py and set the roles as they were reported. If the command timed out, set the role to '
    :shtdown:shtdown:shtdown' and return 1 to get the node fenced.
    The used timeout for the landscapeHostConfiguration.py call can be configured by the cluster action timeout, if needed. It will be 50% of the action timeout or the minimum of 300s.
    (bsc#1198127)
  • SAPHanaSRTools.pm: shows terminate node attribute too
  • change SAPHanaSR-manageAttr to support the different behaviour of 'crmadmin -qD' in different pacemaker versions
    (bsc#1200969)
  • fix HANA_CALL function to support MCOS environments again
    (bsc#1198780)
  • correct the order constraint in man page ocf_suse_SAPHanaTopology.7
    (bsc#1197239)