Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 25, 2024
1 parent 3e35aeb commit 5e06f14
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def upgrade(self):
"bk_cloud_id": 0,
"bk_host_id": 1,
"ip": "1.1.1.1",
"port": 20000
},
"new_slave": {
"bk_biz_id": 200005000,
Expand Down Expand Up @@ -200,8 +200,9 @@ def non_standby_slaves_upgrade_subflow(
root_id, parent_global_data, old_slave_ip, relation_cluster_ids, cluster, ports
)
sub_pipeline.add_sub_pipeline(sub_flow=uninstall_svr_sub_pipeline)

return sub_pipeline.build_sub_process(sub_name=_(("{}slave迁移升级到主机:{}").format(old_slave_ip, new_slave_ip)))
logger.info(new_slave_ip)
logger.info(old_slave_ip)
return sub_pipeline.build_sub_process(sub_name=_("{}slave迁移升级到主机:{}").format(old_slave_ip, new_slave_ip))


def build_install_sub_pipeline(
Expand Down

0 comments on commit 5e06f14

Please sign in to comment.