diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-03-12 22:09:11 +0100 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-03-13 15:23:13 +0100 |
commit | 102d25a8222cabb129146bd335893cf1c57b7730 (patch) | |
tree | f0310c010aec0f40c1a60670a35b8f5747e08e92 /docs/drvesx.html.in | |
parent | macvtap: Only export symbols if support is enabled (diff) | |
download | libvirt-102d25a8222cabb129146bd335893cf1c57b7730.tar.gz libvirt-102d25a8222cabb129146bd335893cf1c57b7730.tar.bz2 libvirt-102d25a8222cabb129146bd335893cf1c57b7730.zip |
esx: Improve documentation about remote URIs
Diffstat (limited to 'docs/drvesx.html.in')
-rw-r--r-- | docs/drvesx.html.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index 44a144f12..d5c192d51 100644 --- a/docs/drvesx.html.in +++ b/docs/drvesx.html.in @@ -32,6 +32,13 @@ gsx://example.com (GSX over HTTPS) esx://example.com/?transport=http (ESX over HTTP) esx://example.com/?no_verify=1 (ESX over HTTPS, but doesn't verify the server's SSL certificate) </pre> + <p> + <strong>Note</strong>: In contrast to other drivers, the ESX driver is + a client-side-only driver. It connects to the ESX server using HTTP(S). + Therefore, the <a href="remote.html">remote transport mechanism</a> + provided by the remote driver and libvirtd will not work, and you + cannot use URIs like <code>esx+ssh://example.com</code>. + </p> <h3><a name="uriformat">URI Format</a></h3> |