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

fix #437: Post VMs with desired 'Running' state #633

Merged
merged 1 commit into from
Oct 29, 2023

Commits on Oct 29, 2023

  1. fix kubev2v#437: Post VMs with desired 'Running' state

    Long time ago, we posted VMs at the beginning of the migration and then
    started and stopped them during the migration and therefore in order to
    restore their original power state, we had to initiate another call to
    patch the VM with its desired power state.
    
    However, now that we post the VMs at the very last steps of the
    migration, we can set their desired power state in their specification
    and avoid another call to the target environment.
    
    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    9ea0e41 View commit details
    Browse the repository at this point in the history