cloudera / cloudera-playbook

Cloudera deployment automation with Ansible
Apache License 2.0
198 stars 187 forks source link

MariaDB fails to start after restarting the server #11

Closed rafaelarana closed 5 years ago

rafaelarana commented 6 years ago

Although on first installation it starts OK, after restarting the server it assumes that mysql_pid_file dir will be at /var/run/mariadb instead of the one declared in the template.

lhoss commented 5 years ago

Fix PR #12 by @rafaelarana

Edit: For me restarting mariadb (v5.5.60 on centos7) also works without the proposed fix. Not sure why @rafaelarana needed the change