瀏覽代碼

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: