Virt-v2v

From UVOO Tech Wiki
Revision as of 01:30, 25 January 2019 by imported>Jeremy-busk
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Examples

Import OVA File

# virsh pool-list
Name                 State Autostart
-------------------------------------------
My-Appliances           active yes
default              active yes
virt-v2v \
     -i ova /root/third_party_appliance.ova \ 
     -o libvirt -of qcow2 \
     -os My-Appliances -n default

References