资源池化模式下不修改synchronous_standby_names

This commit is contained in:
chenzhikai
2024-01-30 09:14:28 +08:00
parent d8d8694f94
commit 51cc8f40e9
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