diff --git a/qapi/migration.json b/qapi/migration.json index 6bd7fd3f1a..5684733754 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1393,7 +1393,7 @@ # Example: # # -> { "execute": "query-colo-status" } -# <- { "return": { "mode": "primary", "active": true, "reason": "request" } } +# <- { "return": { "mode": "primary", "reason": "request" } } # # Since: 3.1 ##