Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 25, 2024
1 parent 820f710 commit 3e35aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def non_standby_slaves_upgrade_subflow(
)
sub_pipeline.add_sub_pipeline(sub_flow=uninstall_svr_sub_pipeline)

return sub_pipeline.build_sub_process(sub_name=_("{}:slave迁移升级").format(new_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 3e35aeb

Please sign in to comment.