Skip to content

Commit

Permalink
Merge pull request #212 from angelabriel/maintenance-classic
Browse files Browse the repository at this point in the history
changelog update for next version 0.162.2
  • Loading branch information
angelabriel authored Nov 3, 2023
2 parents 4f5c4f5 + 1c88daa commit 684fe70
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
16 changes: 14 additions & 2 deletions SAPHanaSR.changes_12
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Mon Aug 25 16:24:32 UTC 2023 - [email protected]
Thu Nov 2 17:50:47 UTC 2023 - [email protected]

- Version bump to 0.162.2
* inside SAPHanaSR-hookHelper use the full path for the cibadmin
command to support non root users in special user environments
(bsc#1216484)
* if the SAPHanaSR.py hook has successfully reported a SR event
to the cluster a still existing fall-back state file will be
removed to prevent an override of an already reported
SR state.
(bsc#1215693)
* improve supportability by providing the current process ID of
the RA, which is logged in the RA outputs, to HANA tracefiles
too.
Expand All @@ -14,10 +22,14 @@ Mon Aug 25 16:24:32 UTC 2023 - [email protected]
/tmp filesystem full.
(bsc#1210728)
* update man pages:
SAPHanaSR.7
SAPHanaSR_basic_cluster.7
susCostOpt.py.7
SAPHanaSR_maintenance_examples.7
ocf_suse_SAPHana.7
ocf_suse_SAPHanaTopology.7
susCostOpt.py.7
SAPHanaSR-monitor.8
SAPHanaSR-showAttr.8
* add improvements from SAP to the RA scripts, part II
(jsc#PED-1739, jsc#PED-2608)

Expand Down
16 changes: 14 additions & 2 deletions SAPHanaSR.changes_15
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Mon Aug 25 16:24:32 UTC 2023 - [email protected]
Thu Nov 2 17:49:47 UTC 2023 - [email protected]

- Version bump to 0.162.2
* inside SAPHanaSR-hookHelper use the full path for the cibadmin
command to support non root users in special user environments
(bsc#1216484)
* if the SAPHanaSR.py hook has successfully reported a SR event
to the cluster a still existing fall-back state file will be
removed to prevent an override of an already reported
SR state.
(bsc#1215693)
* improve supportability by providing the current process ID of
the RA, which is logged in the RA outputs, to HANA tracefiles
too.
Expand All @@ -14,10 +22,14 @@ Mon Aug 25 16:24:32 UTC 2023 - [email protected]
/tmp filesystem full.
(bsc#1210728)
* update man pages:
SAPHanaSR.7
SAPHanaSR_basic_cluster.7
susCostOpt.py.7
SAPHanaSR_maintenance_examples.7
ocf_suse_SAPHana.7
ocf_suse_SAPHanaTopology.7
susCostOpt.py.7
SAPHanaSR-monitor.8
SAPHanaSR-showAttr.8
* add improvements from SAP to the RA scripts, part II
(jsc#PED-1739, jsc#PED-2608)

Expand Down
2 changes: 2 additions & 0 deletions ra/SAPHana
Original file line number Diff line number Diff line change
Expand Up @@ -1454,9 +1454,11 @@ function get_hana_landscape_status()
if [ $rc -eq 124 ]; then
# TODO: PRIO 1: Check, if we should loop here like 'for i in 1 2 3 ...' ?
# landscape timeout
super_ocf_log warn "RA: landscapeHostConfiguration.py TIMEOUT after $HANA_CALL_TIMEOUT seconds"
sleep 20
HANA_CALL --timeout "$HANA_CALL_TIMEOUT" --cmd "python landscapeHostConfiguration.py" 1>/dev/null 2>/dev/null; rc=$?
if [ $rc -eq 124 ]; then
super_ocf_log warn "RA: landscapeHostConfiguration.py second TIMEOUT after $HANA_CALL_TIMEOUT seconds"
# TODO PRIO2: How to handle still hanging lss - current solution is to say "FATAL"
rc=0
fi
Expand Down

0 comments on commit 684fe70

Please sign in to comment.