Displaying 4 results from an estimated 4 matches for "1,2527".
Did you mean:
1,252
2013 Sep 25
0
Re: [PATCH 3/4] Add SUSE converter
...t,
Thanks for the extensive comments. I'll go through them in detail, but it
won't be until next week. For the time being, here's a quick take on some of
the main issues:
> I do have a major concern, though, which is this is basically a fork of
> RedHat.pm. There are well over 1,000 identical lines of code between the
> 2 modules. Many of the differences are relatively minor, and could be
> handled with additional cases. I've also fixed a couple of bits in
> RedHat.pm since you forked it, and you've fixed at least 1 thing in
> SUSE.pm which is relevant...
2013 Sep 25
5
Re: [PATCH 3/4] Add SUSE converter
Mike,
This is great. I have a couple of minor comments inline, but this looks
good.
I do have a major concern, though, which is this is basically a fork of
RedHat.pm. There are well over 1,000 identical lines of code between the
2 modules. Many of the differences are relatively minor, and could be
handled with additional cases. I've also fixed a couple of bits in
RedHat.pm since you forked it, and you've fixed at least 1 thing in
SUSE.pm which is relevant to RedHat.pm.
I don...
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
...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...
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
The SUSE converter itself, based on the RedHat converter. This supports
converting SLES 10/11 and openSUSE 10/11/12/13.
---
MANIFEST | 1 +
lib/Sys/VirtConvert/Converter/SUSE.pm | 2527 +++++++++++++++++++++++++++++++++
2 files changed, 2528 insertions(+)
diff --git a/MANIFEST b/MANIFEST
index 3724fde..615ec32 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1...