Revision e3ac8406 lib/build/rpc_definitions.py

b/lib/build/rpc_definitions.py
146 146
    ("success", None, "Whether the migration succeeded or not"),
147 147
    ("live", None, "Whether the user requested a live migration or not"),
148 148
    ], None, "Finalize the instance migration on the source node"),
149
  ("instance_get_migration_status", SINGLE, TMO_SLOW, [
150
    ("instance", INST_TO_DICT, "Instance object"),
151
    ], "self._MigrationStatusPostProc", "Report migration status"),
149 152
  ("instance_start", SINGLE, TMO_NORMAL, [
150 153
    ("instance_hvp_bep", "self._InstDictHvpBep(%s)", None),
151 154
    ("startup_paused", None, None),

Also available in: Unified diff