Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_hana_preconfigure: Enable TSX also for RHEL 9 #797

Merged

Conversation

berndfinger
Copy link
Member

Solves issue #793.

@berndfinger berndfinger requested a review from ja9fuchs July 8, 2024 15:30
- ansible_distribution_major_version == '8'
- (ansible_distribution_major_version >= '9') or
(ansible_distribution_major_version == '8' and
__sap_hana_preconfigure_fact_ansible_distribution_minor_version | int >= 3)
- __sap_hana_preconfigure_fact_ansible_distribution_minor_version | int >= 3
Copy link
Contributor

@ja9fuchs ja9fuchs Jul 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This last conditional is a leftover and conflicts with the logic of the new line 8.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks for catching this! Will fix it soon.

Copy link
Contributor

@ja9fuchs ja9fuchs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm now :)

@berndfinger berndfinger merged commit c0c6a82 into sap-linuxlab:dev Jul 9, 2024
3 of 4 checks passed
@berndfinger berndfinger deleted the issue-793-enable-tsx-on-rhel-9 branch July 9, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants