Amruta Borkar created AMBARI-20192:
--------------------------------------
Summary: HostCleaup.py throws exceptionand exists when
hostcheck_custom_actions.result not present
Key: AMBARI-20192
URL: https://issues.apache.org/jira/browse/AMBARI-20192
Project: Ambari
Issue Type: Bug
Reporter: Amruta Borkar
Assignee: Amruta Borkar
Priority: Minor
HostCleanup script throws following exception and exists when
hostcheck_custom_actions.result not present
[root@tsar1 ~]# /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py
You have elected to remove all users as well. If it is not intended then use
option --skip "users". Do you want to continue [y/n] (y)y
Host Check results not found. There is no
/var/lib/ambari-agent/data/hostcheck_custom_actions.result. Do you want to run
host checks [y/n] (y)n
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line
705, in <module>
main()
File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line
689, in main
with open(hostcheckfileca, "rb") as f2:
IOError: [Errno 2] No such file or directory:
'/var/lib/ambari-agent/data/hostcheck_custom_actions.result'
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)