资源池化模式下不修改synchronous_standby_names
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user