Skip to content

Commit

Permalink
fix 123
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 25, 2024
1 parent a7bf6bd commit 2a3fccd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ 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)
sn = _(f"{old_slave_ip}:slave迁移升级到主机:{new_slave_ip}")
logger.info(sn)
return sub_pipeline.build_sub_process(sub_name=sn)

return sub_pipeline.build_sub_process(sub_name=_("slave迁移升级"))


def build_install_sub_pipeline(
Expand Down

0 comments on commit 2a3fccd

Please sign in to comment.