!690 资源池化模式下不修改synchronous_standby_names

Merge pull request !690 from Carl/master
This commit is contained in:
opengauss_bot
2024-01-30 01:34:02 +00:00
committed by Gitee
4 changed files with 15 additions and 3 deletions

View File

@ -315,6 +315,10 @@ class DN_OLAP(Kernel):
tmp_dn_dict["ssd_cache_dir"] = "'%s'" % (self.instInfo.ssdDir)
tmp_dn_dict["enable_adio_function"] = "on"
tmp_dn_dict["enable_cstore_ssd_cache"] = "on"
if self.dss_mode:
del tmp_dn_dict["synchronous_standby_names"]
self.logger.debug("DN parameter value is : {0}".format(tmp_dn_dict))
return tmp_dn_dict