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

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to