mirror of https://gitee.com/openkylin/libvirt.git
parallels: recommend to connect to vz:///system when connection fails
Though parallels:///system is still accepted we will encourage users to use vz:///system instead. Signed-off-by: Maxim Nestratov <mnestratov@parallels.com>
This commit is contained in:
parent
560bbd4f9a
commit
4f20b241bb
|
@ -316,7 +316,7 @@ parallelsConnectOpen(virConnectPtr conn,
|
||||||
/* From this point on, the connection is for us. */
|
/* From this point on, the connection is for us. */
|
||||||
if (!STREQ_NULLABLE(conn->uri->path, "/system")) {
|
if (!STREQ_NULLABLE(conn->uri->path, "/system")) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||||
_("Unexpected Parallels URI path '%s', try parallels:///system"),
|
_("Unexpected Virtuozzo URI path '%s', try vz:///system"),
|
||||||
conn->uri->path);
|
conn->uri->path);
|
||||||
return VIR_DRV_OPEN_ERROR;
|
return VIR_DRV_OPEN_ERROR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue