]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
esx: Improve documentation about remote URIs
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 12 Mar 2010 21:09:11 +0000 (22:09 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 13 Mar 2010 14:23:13 +0000 (15:23 +0100)
docs/drvesx.html.in

index 44a144f12ac4f86f73b47f821729390cca90ca21..d5c192d5112daffe4d046fbd3b2ee5e030ad44b5 100644 (file)
@@ -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>