On 05/24/2010 10:25 AM, Juan Quintela wrote:
+MIGRATION_CANCELED +------------------ + +Emitted when migration is canceled. This is emitted in the source. +Target will emit MIGRATION_CANCELED (no way to differentiate a FAILED +and CANCELED migration).
Copy-paste error? (or if not, parse error on my side).
+Data: None + +Example: + +{ "event": "MIGRATION_CANCELED", + "timestamp": {"seconds": 1274687575, "microseconds": 592483} } + +MIGRATION_ENDED +--------------- + +Emitted when migration starts (both in source and target)
Likewise. Paolo