test:modify default vnodes numbers in create clusters
This commit is contained in:
parent
ada5f6cd2a
commit
a1415183b5
|
@ -53,7 +53,7 @@ class ConfigureyCluster:
|
|||
|
||||
# configure dnoe of independent mnodes
|
||||
if num <= self.mnodeNums and self.mnodeNums != 0 and independentMnode == True :
|
||||
dnode.addExtraCfg("supportVnodes", 0)
|
||||
dnode.addExtraCfg("supportVnodes", 1024)
|
||||
# print(dnode)
|
||||
self.dnodes.append(dnode)
|
||||
return self.dnodes
|
||||
|
|
Loading…
Reference in New Issue