This is an automated email from the ASF dual-hosted git repository. jgolieb pushed a commit to branch branch-feature-AMBARI-14714-mpack-advisor in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 33816bca5dde9a69cbd3af1924006163651b50cd Author: Swapan Shridhar <[email protected]> AuthorDate: Wed May 30 13:35:38 2018 -0700 AMBARI-23987. Set 'skip.service.checks' = true during deploy. --- ambari-server/conf/unix/ambari.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-server/conf/unix/ambari.properties b/ambari-server/conf/unix/ambari.properties index 890cffe..89e1ebf 100644 --- a/ambari-server/conf/unix/ambari.properties +++ b/ambari-server/conf/unix/ambari.properties @@ -113,7 +113,7 @@ user.inactivity.timeout.default=0 user.inactivity.timeout.role.readonly.default=0 # to skip service checks during deploy -skip.service.checks=false +skip.service.checks=true rolling.upgrade.skip.packages.prefixes= -- To stop receiving notification emails like this one, please contact [email protected].
