Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add storage live migration support to direct DirectVolumeMigration #1383

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 5, 2024

  1. Add storage live migration support to direct DirectVolumeMigration

    Add prometheus progress reporting to VM Live Migration
    
    Validate the plan if the live migration checkbox is
    set, ensure that the source and destination cluster
    have a valid kubevirt version and configuration.
    
    Allow canceling of migration.
    
    This includes aborting live migrations and
    cleaning up rsync pods if they are still running.
    Added a finalizer to the DirectVolumeMigration
    which is only removed once everything is cleaned
    up properly.
    
    Properly handle rollback of direct volume migrations
    that include VMs. For both running and stopped VMs
    as well as live migration of running VMs, or quiesce
    and starting them after migration.
    
    Signed-off-by: Alexander Wels <[email protected]>
    awels committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a0035c3 View commit details
    Browse the repository at this point in the history