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

vsphere: perform CBT operations on hosts when needed #937

Merged
merged 3 commits into from
Jun 19, 2024

Conversation

ahadas
Copy link
Member

@ahadas ahadas commented Jun 19, 2024

backport of #931

ahadas added 3 commits June 19, 2024 11:52
Signed-off-by: Arik Hadas <[email protected]>
Previously, when running warm migrations from a vSphere provider with
vCenter as its SDK endpoint, we ran create-snapshot, set-checkpoints and
remove-snapshots on vCenter, even when there was a network defined for
an ESXi host. That cause CDI to fail: the identifier of a snapshot that
was recievd from vCenter was different than the identifier of the same
snapshot in ESXi and therefore CDI, that interacts with ESXi hosts in
this scenario, failed to find the snapshot.

Now, when running CBT operations we check whether the disk(s) will be
transferred from vCenter or ESXi, and perform the aforementioned CBT
operations on the corresponding component.

Signed-off-by: Arik Hadas <[email protected]>
@ahadas ahadas merged commit 43ccf87 into kubev2v:release-v2.6.3 Jun 19, 2024
6 checks passed
@ahadas ahadas deleted the release-v2.6.3 branch June 19, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant