sap-linuxlab / community.sap_install

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

sap_hana_install: Use polling for hdblcm #804

Closed berndfinger closed 2 months ago

berndfinger commented 2 months ago

In certain cases, Ansible does not finish the Install SAP HANA task although hdblcm has already finished successfully. The run time of this task might contribute to this behavior, but maybe more. This topic is also discussed here.

So we better switch to async processing as we already do in the sap_swpm role, see this task.

berndfinger commented 2 months ago

Fixed in #805.