-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from angelabriel/main
version 1.2.2 changelog
- Loading branch information
Showing
1 changed file
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,42 @@ | ||
Tue Aug 8 13:33:00 UTC 2023 - [email protected] | ||
------------------------------------------------------------------- | ||
Fri Nov 3 15:21:16 UTC 2023 - [email protected] | ||
|
||
- Version bump to 1.2.2 | ||
* package is still in status 'technical preview' | ||
* SAPHanaFilesystem RA has still POC status | ||
* add parameter 'ON_FAIL_ACTION' to SAPHanaFilesystem RA (POC) | ||
* improve the usage of SAP virtual hostnames | ||
* if the susHanaSR.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. | ||
This allows a mapping of the SAP related command invocations | ||
from the RA and the HANA executions which might have a delay | ||
in between. | ||
(bsc#1214613) | ||
* avoid explicid and implicid usage of /tmp filesystem to keep | ||
the SAPHanaSR resource agents working even in situations with | ||
/tmp filesystem full. | ||
(bsc#1210728) | ||
* update man pages: | ||
SAPHanaSR.7 | ||
SAPHanaSR-ScaleOut.7 | ||
SAPHanaSR_basic_cluster.7 | ||
SAPHanaSR-ScaleOut_basic_cluster.7 | ||
SAPHanaSR_maintenance_examples.7 | ||
ocf_suse_SAPHana.7 | ||
ocf_suse_SAPHanaController.7 | ||
ocf_suse_SAPHanaTopology.7 | ||
ocf_suse_SAPHanaFilesystem.7 | ||
susChkSrv.py.7 | ||
SAPHanaSR-showAttr.8 | ||
|
||
------------------------------------------------------------------- | ||
Tue Aug 8 13:33:00 UTC 2023 - [email protected] | ||
|
||
- Version bump to 1.2.0 | ||
* SAPHanaFilesystem RA added (poc status) | ||
|