Add VDDK support in VMware to KVM migration#640
Conversation
There was a problem hiding this comment.
Pull request overview
Adds administrator documentation for an optimized VMware-to-KVM migration path using virt-v2v “vpx” mode with VMware VDDK, explaining prerequisites and host/agent configuration needed to enable block-streaming conversions (avoiding OVF export).
Changes:
- Document VDDK-based streaming workflow vs. the existing OVF-based conversion flow.
- Add KVM host preparation steps (packages, libguestfs backend, VDDK install, EL9 symlink).
- Document relevant CloudStack agent properties for VDDK-based conversion and operational recommendations.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | Property | Description | Default / Example | | ||
| +========================+======================================================================+=======================================================+ | ||
| | ``libguestfs.backend`` | The libguestfs backend for VDDK-based conversion. | ``direct`` | | ||
| | | Must be set to ``direct`` for VDDK to work correctly. | | |
There was a problem hiding this comment.
if "direct" is must for VDDK to work, should we avoid this config?
There was a problem hiding this comment.
remove this property as per the updated code.
|
|
||
| :: | ||
|
|
||
| mkdir -p /opt/vmware-vddk |
There was a problem hiding this comment.
is this default path for vddk (expected by nbdkit)?
|
@blueorangutan docbuild |
|
@kiranchavala a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
|
QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/640. (QA-JID 515) |
kiranchavala
left a comment
There was a problem hiding this comment.
Add installation steps for Ubuntu 24
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
e63e45b to
53ddd64
Compare
CloudStack supports an optimized VMware-to-KVM migration path using virt-v2v in vpx input mode combined with
VMware's Virtual Disk Development Kit (VDDK). This method eliminates the OVF export phase entirely and streams
disk blocks directly from the source hypervisor into the conversion pipeline, resulting in significantly faster
migration times.
Related PR apache/cloudstack#12970
📚 Documentation preview 📚: https://cloudstack-documentation--640.org.readthedocs.build/en/640/