fix:rollback

This commit is contained in:
wangmm0220 2023-09-19 18:43:29 +08:00
parent 2881a2504c
commit 75f98762bf
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class ConfigureyCluster:
# configure dnoe of independent mnodes # configure dnoe of independent mnodes
if num <= self.mnodeNums and self.mnodeNums != 0 and independentMnode == True : if num <= self.mnodeNums and self.mnodeNums != 0 and independentMnode == True :
tdLog.info(f"set mnode:{num} supportVnodes 0") tdLog.info(f"set mnode:{num} supportVnodes 0")
# dnode.addExtraCfg("supportVnodes", 0) dnode.addExtraCfg("supportVnodes", 0)
# print(dnode) # print(dnode)
self.dnodes.append(dnode) self.dnodes.append(dnode)
return self.dnodes return self.dnodes