Skip to content

Commit

Permalink
fix 123e
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 25, 2024
1 parent 321349c commit a5e8726
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()
return sub_pipeline.build_sub_process(sub_name=_("{}:Slave迁移升级".format(new_slave_ip)))


def build_install_sub_pipeline(
Expand Down

0 comments on commit a5e8726

Please sign in to comment.