Thanks Guido,
Your comment is addressed:
https://www.redhat.com/archives/libvir-list/2014-September/msg00284.html.
Best regards,
Hongbin
On Thu, Sep 4, 2014 at 1:42 AM, Guido Günther <agx(a)sigxcpu.org> wrote:
Hi,
On Wed, Sep 03, 2014 at 11:07:20PM -0400, Hongbin Lu wrote:
[..snip..]
> +
> + if (virAsprintf(uri_out, "tcp://%s", hostname) < 0)
> + goto error;
Since OpenVZ tunnels over ssh shouldn't this be something like ssh://
?
Cheers,
-- Guido