You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Amruta Borkar (JIRA)" <ji...@apache.org> on 2017/05/10 18:43:04 UTC

[jira] [Resolved] (AMBARI-20192) HostCleaup.py throws exception and exits when hostcheck_custom_actions.result not present

     [ https://issues.apache.org/jira/browse/AMBARI-20192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amruta Borkar resolved AMBARI-20192.
------------------------------------
    Resolution: Invalid

> HostCleaup.py throws exception and exits 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
>             Fix For: trunk
>
>         Attachments: AMBARI-20192.patch
>
>
> HostCleanup script throws following exception and exits 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)