[Libguestfs] [PATCH 0/4] Add SUSE guest converter to virt-v2v

Mike Latimer mlatimer at suse.com
Tue Sep 24 00:32:20 UTC 2013


This is a new conversion module to convert SUSE Linux and openSUSE guests.
The converter is based on the RedHat module, and should offer the same
functionality on both SUSE and RedHat hosts.

There are a few additional messages in this module, such as reporting of
packages when installing through zypper or the local virt-v2v repo. These
messages don't necessarily flow unless verbose switches are used - included
in a patch I posted earlier, and a slightly newer version include here for
convenience.

It is also worth noting that this module does not require any changes on the
SUSE guest. (grubby is not used during SUSE conversions.)

Feedback is welcome (particularly on my virt-v2v.db and messaging changes).

-Mike

Mike Latimer (4):
  Add SUSE support documentation to virt-v2v
  Add SUSE capabilities
  Add SUSE converter
  Add verbose logging switches to virt-v2v

 MANIFEST                              |    1 +
 lib/Sys/VirtConvert/Converter/SUSE.pm | 2527 +++++++++++++++++++++++++++++++++
 v2v/virt-v2v.conf                     |    8 +
 v2v/virt-v2v.db                       |   61 +
 v2v/virt-v2v.pl                       |   61 +-
 5 files changed, 2655 insertions(+), 3 deletions(-)
 create mode 100644 lib/Sys/VirtConvert/Converter/SUSE.pm

-- 
1.8.1.4




More information about the Libguestfs mailing list