
1 Jun
2024
1 Jun
'24
4:43 p.m.
Hi, Migrating VMs from Vmware works nice in the UI but it's slow. With https://blogs.oracle.com/scoter/post/how-to-migrate-vmware-vsphere-to-oracle... i'm trying to import exported VM virt-v2v \ –o rhv-upload \ –oc https://<OLVM-ENGINE-PORTAL>/ovirt-engine/api \ -op /root/olvm-admin-password-file \ -oo rhv-cacert=/root/ovirt-cacert.pem \ -oo rhv-cluster=<OLVM-CLUSTER> \ -os <OLVM_STORAGE_DOMAIN> \ -of qcow2 \ -oo rhv-direct \ --network <OLVM-NETWORK> \ -i libvirtxml <LOCAL-XML-FILE> I tried everything possible but still there is an error virt-v2v: error: no -oo (output options) are allowed here If reporting bugs, run virt-v2v with debugging enabled and include the complete output: virt-v2v -v -x [...] Any idea?