Skip to content

Commit

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


def build_install_sub_pipeline(
Expand Down

0 comments on commit 002e3b5

Please sign in to comment.