!691 修复安装过程中synchronous_standby_names校验

Merge pull request !691 from Carl/master
This commit is contained in:
opengauss_bot 2024-01-31 06:21:08 +00:00 committed by Gitee
commit 8d7428d0c9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -317,8 +317,8 @@ class DN_OLAP(Kernel):
tmp_dn_dict["enable_cstore_ssd_cache"] = "on"
if self.dss_mode:
del tmp_dn_dict["synchronous_standby_names"]
tmp_dn_dict["synchronous_standby_names"] = "'*'"
self.logger.debug("DN parameter value is : {0}".format(tmp_dn_dict))
return tmp_dn_dict