You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2013/10/02 21:37:51 UTC

git commit: AMBARI-3431. NameNode HA Wizard: Enable Auto Rollback for trunk branch. (alexantonenko)

Updated Branches:
  refs/heads/trunk f7ab06dfa -> a270e7335


AMBARI-3431. NameNode HA Wizard: Enable Auto Rollback for trunk branch. (alexantonenko)


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

Branch: refs/heads/trunk
Commit: a270e733593dd72903583d7ed6230796b0a03257
Parents: f7ab06d
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Oct 2 20:24:16 2013 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Oct 2 22:35:41 2013 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/a270e733/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index c21e265..60ac91c 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -60,7 +60,7 @@ App.supports = {
   localRepositories: false,
   highAvailability: true,
   deleteHost: false,
-  autoRollbackHA: false
+  autoRollbackHA: true
 };
 
 if (App.enableExperimental) {