Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/software/migration_from_vmware/oneswap.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ The missing VirtIO ISO warning is informational and does not stop the conversion

The prechecks can be skipped with `--skip-prechecks`.

If OpenNebula fails to allocate an Image or VM Template during the import phase, OneSwap reports the full error returned by the OpenNebula API and stops the current conversion. It does not continue with an invalid object ID or wait for an Image that was not created. Converted local disks are preserved according to the existing failed-conversion cleanup behavior.

#### Network mapping

For each NIC of the source VM, OneSwap looks for an OpenNebula Virtual Network whose `VCENTER_NETWORK_MATCH` attribute matches the name of the vCenter network the NIC is attached to. If no network matches, the OpenNebula Virtual Network ID passed with `--network` is used as a fallback (a comma-separated list of IDs, one per NIC, can also be passed). The NIC addresses copied from vCenter can be controlled with:
Expand Down
Loading