[libvirt] [PATCH 7/8] parallels: recommend to connect to vz:///system when connection fails

Maxim Nestratov mnestratov at parallels.com
Tue May 26 17:12:31 UTC 2015


Though parallels:///system is still accepted we will encourage users
to use vz:///system instead.

Signed-off-by: Maxim Nestratov <mnestratov at parallels.com>
---
 src/parallels/parallels_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parallels/parallels_driver.c b/src/parallels/parallels_driver.c
index e150448..44b4de8 100644
--- a/src/parallels/parallels_driver.c
+++ b/src/parallels/parallels_driver.c
@@ -316,7 +316,7 @@ parallelsConnectOpen(virConnectPtr conn,
     /* From this point on, the connection is for us. */
     if (!STREQ_NULLABLE(conn->uri->path, "/system")) {
         virReportError(VIR_ERR_INTERNAL_ERROR,
-                       _("Unexpected Parallels URI path '%s', try parallels:///system"),
+                       _("Unexpected Virtuozzo URI path '%s', try vz:///system"),
                        conn->uri->path);
         return VIR_DRV_OPEN_ERROR;
     }
-- 
2.1.0




More information about the libvir-list mailing list