-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37580/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-12810
https://issues.apache.org/jira/browse/AMBARI-12810
Repository: ambari
Description
-------
Setup ambari-agents running under non root user. (ambari-server is also
non-root, not sure if this is required to reproduce)
Register agents manually.
Deploy cluster.
Stop all services.
ambari-server reset -s.
ambari-server setup -s;
Perform manual hosts registration 'Perform manual registration on hosts and do
not use SSH'
Look at the hosts checks results. No warnings shown except THP.
Check /var/lib/ambari-agent/data/hostcheck.result
It contains warnings for users and folders, but not for installed packages.
This failure affects HostCleanup.py which uses hostcheck.result files to remove
packages, but file does not list any packages.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/functions/packages_analyzer.py
3693886
Diff: https://reviews.apache.org/r/37580/diff/
Testing
-------
----------------------------------------------------------------------
Ran 413 tests in 7.987s
OK
Thanks,
Dmitro Lisnichenko