Browse Source

AMBARI-3845. Incorrect warning message when trying to delete host with running components. (yusaku)

Yusaku Sako 11 years ago
parent
commit
2599fa997d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ambari-web/app/messages.js

+ 2 - 1
ambari-web/app/messages.js

@@ -1375,7 +1375,8 @@ Em.I18n.translations = {
   'hosts.cant.do.popup.masterList.body.end':'<strong>Note:</strong> To delete this host, you must first move all the master components listed above to another host.',
   'hosts.cant.do.popup.nonDeletableList.body':'Deletion of the following {0} components is not supported. ',
   'hosts.cant.do.popup.runningList.body':'This host cannot be deleted since the following components are still running:',
-  'hosts.cant.do.popup.runningList.body.end':'<strong>Note:</strong> To delete this host, you must first stop all the running components listed above.',
+  'hosts.cant.do.popup.runningList.body.end':'<strong>Note:</strong> To delete this host, you must first stop all the running components listed above. ' +
+    'If this host has a DataNode, it should be decommissioned first to prevent data loss.',
   'hosts.add.header':'Add Host Wizard',
   'hosts.assignRack':'Assign Rack',