From: Richard W.M. Jones Date: Mon, 17 Oct 2016 10:04:12 +0000 (+0100) Subject: This script is no longer needed for sufficiently new oVirt. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c4dc996ca7d21cba78f8279289f497980644018f;p=import-to-ovirt.git This script is no longer needed for sufficiently new oVirt. --- diff --git a/README b/README index 1efd74f..7abb2b4 100644 --- a/README +++ b/README @@ -1,9 +1,16 @@ This script lets you import a virtual machine disk image to RHEV or oVirt. -NB. This script *requires* a 64 bit host. Perl will cause silent +IMPORTANT NOTES: + +(1) In the latest oVirt/RHEV/RHV there is a GUI option to import +disks. You DO NOT NEED TO USE THIS SCRIPT if you are using a +sufficiently new version of oVirt. + +(2) This script *requires* a 64 bit host. Perl will cause silent overflows on 32 bit hosts. + Requirements: perl diff --git a/import-to-ovirt.pl b/import-to-ovirt.pl index dffc2ab..38bbde2 100755 --- a/import-to-ovirt.pl +++ b/import-to-ovirt.pl @@ -38,7 +38,11 @@ import-to-ovirt.pl - Import virtual machine disk image to RHEV or oVirt sudo ./import-to-ovirt.pl disk.img /esd_mountpoint -=head1 IMPORTANT NOTE +=head1 IMPORTANT NOTES + +In the latest oVirt/RHEV/RHV there is a GUI option to import disks. +You B if you are using a sufficiently +new version of oVirt. This tool should B be used if the guest can already run on KVM.