sap-linuxlab / community.sap_install

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

sap_hana_preconfigure: Allow setting `THP` to any possible value #885

Closed berndfinger closed 1 week ago

berndfinger commented 3 weeks ago

This provides more flexibility for example when testing different THP settings.

For this purpose, we are introducing a new role variable, named sap_hana_preconfigure_thp. Possible values are those displayed when running the command cat /sys/kernel/mm/transparent_hugepage/enabled:

See also https://github.com/sap-linuxlab/community.sap_install/issues/879 .

berndfinger commented 1 week ago

Solved in https://github.com/sap-linuxlab/community.sap_install/pull/886.