Re: [libvirt] [PATCH] esx: Report an error for acceptable URI schemes with a transport

2011-09-29 Thread Matthias Bolte
2011/9/27 Eric Blake ebl...@redhat.com: On 09/27/2011 05:12 AM, Matthias Bolte wrote: Before, URIs such as esx+ssh:// have been declined by the ESX driver resulting in the remote driver trying to connect to an non-existing libvirtd. Now such URIs trigger and error in the ESX driver

[libvirt] [PATCH] esx: Report an error for acceptable URI schemes with a transport

2011-09-27 Thread Matthias Bolte
Before, URIs such as esx+ssh:// have been declined by the ESX driver resulting in the remote driver trying to connect to an non-existing libvirtd. Now such URIs trigger and error in the ESX driver suggesting to try again without the transport part in the scheme. --- src/esx/esx_driver.c | 31

Re: [libvirt] [PATCH] esx: Report an error for acceptable URI schemes with a transport

2011-09-27 Thread Eric Blake
On 09/27/2011 05:12 AM, Matthias Bolte wrote: Before, URIs such as esx+ssh:// have been declined by the ESX driver resulting in the remote driver trying to connect to an non-existing libvirtd. Now such URIs trigger and error in the ESX driver suggesting to try again without the transport part