sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
53 stars 56 forks source link

sap_hana_preconfigure/RHEL: tsx kernel parameters not set for RHEL9 #793

Closed GutiPerez closed 4 months ago

GutiPerez commented 4 months ago

Hello

In SAP Note 3108302, Recommended OS Settings for RHEL 9, it is stated under section "Enable TSX (Intel Platform only)", that from RHEL 8.3 onwards, we need to add "tsx=on" kernel parameter to the grub command line.

Nevertheless, here, you are adding it ONLY for RHEL 8.

As a suggestion, you could change the line above for this one: ansible_distribution_major_version|int >= 8

Thanks in advance

glavoix commented 4 months ago

Very useful ! Thanks :)

berndfinger commented 4 months ago

Your're welcome! PR is now merged.