Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
migration: Enable switchover ack capability
Now that switchover ack logic has been implemented, enable the
capability.

Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Tested-by: YangHang Liu <yanghliu@redhat.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
  • Loading branch information
avihai1122 authored and legoater committed Jun 30, 2023
1 parent 1b4adb1 commit 538ef4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions migration/options.c
Expand Up @@ -562,10 +562,6 @@ bool migrate_caps_check(bool *old_caps, bool *new_caps, Error **errp)
"'return-path'");
return false;
}

/* Disable this capability until it's implemented */
error_setg(errp, "'switchover-ack' is not implemented yet");
return false;
}

return true;
Expand Down

0 comments on commit 538ef4f

Please sign in to comment.