소스 검색

Merge pull request #180 from aznashwan/replica-deployments-notes

Make Replica 'notes' atuomatically inherited by Migrations-from-Replicas.
Nashwan Azhari 5 년 전
부모
커밋
fcfc6e5309
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      coriolis/conductor/rpc/server.py

+ 1 - 0
coriolis/conductor/rpc/server.py

@@ -1300,6 +1300,7 @@ class ConductorServerEndpoint(object):
         migration.instances = instances
         migration.replica = replica
         migration.info = replica.info
+        migration.notes = replica.notes
         migration.user_scripts = user_scripts
         # NOTE: Migrations-from-Replica have no use for the source/target
         # pools of the parent Replica so these can be omitted: