om 适配主备切换

This commit is contained in:
chentingting
2023-01-20 11:07:48 +08:00
parent 9d966e0fc4
commit 1e59e569a8
8 changed files with 91 additions and 33 deletions

View File

@ -54,6 +54,7 @@ class BaseComponent(object):
self.clusterType = DefaultValue.CLUSTER_TYPE_SINGLE_INST
self.paxos_mode = ''
self.dss_mode = ''
self.dss_config = ''
def install(self):
pass