You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2015/05/30 22:23:26 UTC

ambari git commit: AMBARI-11560 HostCleanup script does not address all issues (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk 858a52d18 -> bd155e937


AMBARI-11560 HostCleanup script does not address all issues (dsen)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bd155e93
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bd155e93
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bd155e93

Branch: refs/heads/trunk
Commit: bd155e9379af8b5abe821b858f44f6be638d7e0a
Parents: 858a52d
Author: Dmytro Sen <ds...@apache.org>
Authored: Sat May 30 23:22:48 2015 +0300
Committer: Dmytro Sen <ds...@apache.org>
Committed: Sat May 30 23:23:02 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/messages.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/bd155e93/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 8548dca..fba9fa2 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -591,6 +591,7 @@ Em.I18n.translations = {
   'installer.step3.hostWarningsPopup.notice':'After manually resolving the issues, click <b>Rerun Checks</b>.'+
     '<br>To manually resolve issues on <b>each host</b> run the HostCleanup script (Python 2.6 or greater is required):'+
     '<br><div class="code-snippet">python /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py --silent --skip=users</div>' +
+    '<div class="alert alert-warn"><b>Note</b>: Clean up of Firewall and Transparent Huge Page issues are not supported by the HostCleanup script.</div>' +
     '<div class="alert alert-warn"><b>Note</b>: To clean up in interactive mode, remove <b>--silent</b> option. To clean up all resources, including <i>users</i>, remove <b>--skip=users</b> option. Use <b>--help</b> for a list of available options.</div>',
   'installer.step3.hostWarningsPopup.summary':'{0} on {1}',
   'installer.step3.hostWarningsPopup.jdk':'JDK Issues',