-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42242/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-14643
https://issues.apache.org/jira/browse/AMBARI-14643
Repository: ambari
Description
-------
On VM reboot, /var/run is re-created. But Ambari can't start w/o performing
these commands manually first to re-create the directories.
mkdir /var/run/ambari-agent
chown ambari_qa:root /var/run/ambari-agent
chmod 755 /var/run/ambari-agent
service ambari-agent start
Diffs
-----
ambari-agent/conf/unix/ambari-agent c54af21
ambari-agent/src/main/python/ambari_agent/main.py 307424e
Diff: https://reviews.apache.org/r/42242/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk