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

feat: expose ability to skip vsphere guest conversion #1279

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arturshadnik
Copy link
Contributor

This PR adds a field to the Provider CR to toggle on/off Guest OS conversion using virt-v2v-in-place. In the event that a guest OS cannot be converted with virt-v2v, this will give users the ability to do a simpler transfer, with no conversion.

After this "simple" migration, the new KubeVirt VM will be bootable, but will require some manual work by the user to install drivers etc.

This should be added along side the changes in #1109

The convertDisk flag is optional. Leaving it blank will result in the same behaviour as now.

Copy link

sonarcloud bot commented Dec 17, 2024

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.44%. Comparing base (e183c34) to head (134a6cd).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1279   +/-   ##
=======================================
  Coverage   15.44%   15.44%           
=======================================
  Files         112      112           
  Lines       23399    23399           
=======================================
  Hits         3613     3613           
  Misses      19501    19501           
  Partials      285      285           
Flag Coverage Δ
unittests 15.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants