diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-07-22 01:19:04 +0200 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-07-24 21:22:54 +0200 |
commit | d3864c3782d0ab6d79fdd7a1fe4bfa4c7b0ddd9f (patch) | |
tree | 5798c75e2c75d1fc8c84e216591ec4d3363915d6 /docs/drvesx.html.in | |
parent | esx: Add vpx:// scheme to allow direct connection to a vCenter (diff) | |
download | libvirt-d3864c3782d0ab6d79fdd7a1fe4bfa4c7b0ddd9f.tar.gz libvirt-d3864c3782d0ab6d79fdd7a1fe4bfa4c7b0ddd9f.tar.bz2 libvirt-d3864c3782d0ab6d79fdd7a1fe4bfa4c7b0ddd9f.zip |
esx: Support vSphere 4.1
Also accept version > 4.1, but output a warning.
Diffstat (limited to 'docs/drvesx.html.in')
-rw-r--r-- | docs/drvesx.html.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index 10f122506..4ae7a5180 100644 --- a/docs/drvesx.html.in +++ b/docs/drvesx.html.in @@ -2,10 +2,10 @@ <h1>VMware ESX hypervisor driver</h1> <ul id="toc"></ul> <p> - The libvirt VMware ESX driver can manage VMware ESX/ESXi 3.5/4.0 and + The libvirt VMware ESX driver can manage VMware ESX/ESXi 3.5/4.x and VMware GSX 2.0, also called VMware Server 2.0, and possibly later versions. <span class="since">Since 0.8.3</span> the driver can also - connect to a VMware vCenter 2.5/4.0 (VPX). + connect to a VMware vCenter 2.5/4.x (VPX). </p> |