瀏覽代碼

AMBARI-14293. While doing express upgrade multiple Clients and Services Failed to start (dlysnichenko)

Lisnichenko Dmitro 9 年之前
父節點
當前提交
c17f410a18
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      ambari-server/src/main/resources/custom_actions/scripts/install_packages.py

+ 0 - 5
ambari-server/src/main/resources/custom_actions/scripts/install_packages.py

@@ -189,11 +189,6 @@ class InstallPackages(Script):
       Logger.info("Configuration symlinks are not needed for {0}, only HDP-2.3+".format(stack_version))
       return
 
-    # if already on HDP 2.3, then there's nothing to do in terms of linking configs
-    if self.current_hdp_stack_version and compare_versions(self.current_hdp_stack_version, '2.3') >= 0:
-      Logger.info("The current cluster stack of {0} does not require linking configurations".format(stack_version))
-      return
-
     # link configs for all known packages
     for package_name, directories in conf_select.PACKAGE_DIRS.iteritems():
       conf_select.convert_conf_directories_to_symlinks(package_name, stack_version, directories,