From c4dc996ca7d21cba78f8279289f497980644018f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Oct 2016 11:04:12 +0100 Subject: [PATCH] This script is no longer needed for sufficiently new oVirt. --- README | 9 ++++++++- import-to-ovirt.pl | 6 +++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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. -- 1.8.3.1