Skip to content

Commit

Permalink
Fix running deployment message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany9966 committed Oct 16, 2024
1 parent 4d95f16 commit d845c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coriolis/conductor/rpc/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ def _check_running_replica_migrations(ctxt, replica_id):
if [m.id for m in migrations if m.executions[0].status in (
constants.ACTIVE_EXECUTION_STATUSES)]:
raise exception.InvalidReplicaState(
"Replica '%s' is currently being migrated" % replica_id)
"Transfer '%s' is currently being deployed" % replica_id)

@staticmethod
def _check_running_executions(action):
Expand Down

0 comments on commit d845c05

Please sign in to comment.