Skip to content

Add support for live migration asynchronization #7039

@ljrcore

Description

@ljrcore

Synchronous migration blocks the VMM thread, causing clh to be unable to respond to other API requests. Refactoring the migration process to run asynchronously in a separate thread can solve this problem.

To improve live migration stability, we should explicitly define a set of api requests that are allowed during live migration. Right now there are the following api requests that are required during live migration:

  • info
  • counters
  • cancel migration (being implemented)
  • migration info queries (being implemented)

Any feedback and suggestions are welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions