[libvirt] [PATCH] vz: correct error message

Mikhail Feoktistov mfeoktistov at virtuozzo.com
Mon Feb 20 11:40:56 UTC 2017


---
 src/vz/vz_sdk.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/vz/vz_sdk.c b/src/vz/vz_sdk.c
index e16bb0c..84e89a5 100644
--- a/src/vz/vz_sdk.c
+++ b/src/vz/vz_sdk.c
@@ -2601,8 +2601,10 @@ prlsdkCheckUnsupportedParams(PRL_HANDLE sdkdom, virDomainDefPtr def)
         def->onCrash != VIR_DOMAIN_LIFECYCLE_CRASH_DESTROY) {
 
         virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                       _("on_reboot, on_poweroff and on_crash parameters "
-                         "are not supported by vz driver"));
+                       _("The following parameters must be "
+                         "on_reboot = restart, on_poweroff = destroy, "
+                         "on_crash = destroy. "
+                         "Different actions are not supported by vz driver"));
         return -1;
     }
 
-- 
1.8.3.1




More information about the libvir-list mailing list