Fix detection of guest minor version.
[import-to-ovirt.git] / README
1 This script lets you import a virtual machine disk image to RHEV or
2 oVirt.
3
4 IMPORTANT NOTES:
5
6 (1) In the latest oVirt/RHEV/RHV there is a GUI option to import
7 disks.  You DO NOT NEED TO USE THIS SCRIPT if you are using a
8 sufficiently new version of oVirt.
9
10 (2) This script *requires* a 64 bit host.  Perl will cause silent
11 overflows on 32 bit hosts.
12
13
14 Requirements:
15
16     perl
17   * perl-Pod-Usage
18   * perl-Getopt-Long
19   * perl-File-Temp
20   * perl-POSIX
21     perl-XML-Writer
22     perl-Sys-Guestfs
23
24 * = usually provided as part of base Perl package
25
26 For instructions, read the script or do:
27
28   ./import-to-ovirt.pl --help
29   ./import-to-ovirt.pl --man
30
31 Copyright (C) 2015 Richard W.M. Jones <rjones@redhat.com>
32 Copyright (C) 2015 Red Hat Inc.
33
34 See the file 'COPYING' for licensing information.
35
36 Send patches to the virt-tools mailing list:
37 https://www.redhat.com/mailman/listinfo/virt-tools-list