提交 9c294e6f 编写于 作者: M Martin Kletzander

esx: Yet another connection fix for 5.1

After the connection to ESX 5.1 being broken since g1e7cd395, the fix
in bab7752c helped a bit, but still missed a spot, so the connection
is now successful, but some APIs (for example defineXML) don't work.
Two cases missing are added in this patch to avoid that.
上级 a95c9406
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* esx_vi.c: client for the VMware VI API 2.5 to manage ESX hosts * esx_vi.c: client for the VMware VI API 2.5 to manage ESX hosts
* *
* Copyright (C) 2010-2011 Red Hat, Inc. * Copyright (C) 2010-2012 Red Hat, Inc.
* Copyright (C) 2009-2012 Matthias Bolte <matthias.bolte@googlemail.com> * Copyright (C) 2009-2012 Matthias Bolte <matthias.bolte@googlemail.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
...@@ -4657,7 +4657,9 @@ esxVI_ProductVersionToDefaultVirtualHWVersion(esxVI_ProductVersion productVersio ...@@ -4657,7 +4657,9 @@ esxVI_ProductVersionToDefaultVirtualHWVersion(esxVI_ProductVersion productVersio
case esxVI_ProductVersion_VPX50: case esxVI_ProductVersion_VPX50:
return 8; return 8;
case esxVI_ProductVersion_ESX51:
case esxVI_ProductVersion_ESX5x: case esxVI_ProductVersion_ESX5x:
case esxVI_ProductVersion_VPX51:
case esxVI_ProductVersion_VPX5x: case esxVI_ProductVersion_VPX5x:
return 8; return 8;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册