Skip to content

Commit 54b122c

Browse files
zfrendoiSecloud
authored andcommitted
fix: tendbCluster容量变更的新节点安装流程中加入bk_host_ids #10112
1 parent 009f8fe commit 54b122c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbm-ui/backend/flow/engine/bamboo/scene/spider/spider_remotedb_rebalance_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def tendb_migrate(self):
191191
cluster=cluster_class,
192192
new_mysql_list=[node["master"]["ip"], node["slave"]["ip"]],
193193
install_ports=cluster_info["ports"],
194+
bk_host_ids=[node["master"]["bk_host_id"], node["slave"]["bk_host_id"]],
194195
db_config=node.get("db_config", {}),
195196
)
196197
)

0 commit comments

Comments
 (0)