fix:rollback
This commit is contained in:
parent
2881a2504c
commit
75f98762bf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue