修复gs_initdb的重试机制

This commit is contained in:
chentingting
2023-03-02 15:06:54 +08:00
parent a955c753eb
commit 08edb9fe49
6 changed files with 101 additions and 118 deletions

View File

@ -491,6 +491,18 @@ class InstallImpl:
"""
pass
def reset_lun_device(self, is_dss_mode=False):
'''
Low-level user disk with dd
'''
pass
def create_dss_vg(self, is_dss_mode=False):
'''
Create a VG on the first node.
'''
pass
# for ap
def prepareConfigCluster(self):
"""