virt-v2v -ic qemu+ssh://root@kvmhost.example.com/system -o rhev -os storage.example.com:/exportdomain --network rhevm vm-name
kvmhost.example.com
is the host running the virtual machine, storage.example.com:/exportdomain
is the export storage domain, rhevm
is the locally managed network to connect the converted virtual machine's network to, and vm-name
is the domain of the KVM virtual machine. You may also use the --bridge
parameter to connect to a local network bridge, or specify multiple mappings in /etc/virt-v2v.conf
.