This script is no longer needed for sufficiently new oVirt.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 17 Oct 2016 10:04:12 +0000 (11:04 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 17 Oct 2016 10:04:12 +0000 (11:04 +0100)
README
import-to-ovirt.pl

diff --git a/README b/README
index 1efd74f..7abb2b4 100644 (file)
--- 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
index dffc2ab..38bbde2 100755 (executable)
@@ -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<do not need to use this script> if you are using a sufficiently
+new version of oVirt.
 
 This tool should B<only> be used if the guest can already run on KVM.