[Libguestfs] [PATCH] v2v: Map Windows Server 2012 R2 x86-64 to ovirt ID 25.

Richard W.M. Jones rjones at redhat.com
Tue May 1 10:34:07 UTC 2018


This was the apparent cause of a conversion failure:

  "Non Linux Operating systems must have the Single PCI option
  disabled"

Thanks to Michal Skrivanek for diagnosis.

Fixes commit 593a19cc86cfa8f24c66518c8ba21222550b066a.
---
 v2v/create_ovf.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml
index c29b8421c..190cf8bed 100644
--- a/v2v/create_ovf.ml
+++ b/v2v/create_ovf.ml
@@ -418,7 +418,7 @@ and get_ovirt_osid = function
 
   | { i_type = "windows"; i_major_version = 6; i_minor_version = 3;
       i_arch = "x86_64" } ->
-    23
+    25
 
   | { i_type = "windows"; i_major_version = 10; i_minor_version = 0;
       i_arch = "i386" } ->
-- 
2.16.2




More information about the Libguestfs mailing list