-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39899/
-----------------------------------------------------------
Review request for Ambari, Andrew Onischuk, Dmitro Lisnichenko, and Myroslav
Papirkovskyy.
Bugs: AMBARI-13694
https://issues.apache.org/jira/browse/AMBARI-13694
Repository: ambari
Description
-------
It seems that after ambari agent upgrade spaces get added before and after = in
the .ini file.
pre-upgrade
keysdir=/var/lib/ambari-agent/keys
post upgrade
keysdir = /var/lib/ambari-agent/keys
This result in:
chown: cannot access ` /var/lib/ambari-agent/keys': No such file or directory
...
[root@c6401 vagrant]# ambari-agent start
Verifying Python version compatibility...
Using python /usr/bin/python2.6
Checking for previously running Ambari Agent...
chown: cannot access ` /var/lib/ambari-agent/keys': No such file or directory
Starting ambari-agent
Verifying ambari-agent process status...
Ambari Agent successfully started
Diffs
-----
ambari-agent/conf/unix/ambari-agent ea59216
ambari-agent/src/main/python/ambari_agent/AmbariConfig.py 03e14ad
ambari-agent/src/test/python/ambari_agent/TestActionQueue.py a583131
ambari-agent/src/test/python/ambari_agent/TestAmbariConfig.py PRE-CREATION
Diff: https://reviews.apache.org/r/39899/diff/
Testing
-------
All unit tests passed
----------------------------------------------------------------------
Ran 420 tests in 8.127s
OK
Thanks,
Dmytro Sen