[Kimchi-devel] [PATCH] [Kimchi 1/5] CPU Hot plug/unplug: i18n changes

dhbarboza82 at gmail.com dhbarboza82 at gmail.com
Thu Nov 24 10:57:27 UTC 2016


From: Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>

This patch adds new i18n messages to be used by the new
CPU Hotplug backend.

Signed-off-by: Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>
---
 i18n.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/i18n.py b/i18n.py
index 453ede8..838cfcb 100644
--- a/i18n.py
+++ b/i18n.py
@@ -362,6 +362,9 @@ messages = {
     "KCHCPUINF0008E": _("Parameter 'cpu_info' expects an object with fields among: 'vcpus', 'maxvcpus', 'topology'."),
     "KCHCPUINF0009E": _("Parameter 'topology' expects an object with fields among: 'sockets', 'cores', 'threads'."),
 
+    "KCHCPUHOTP0001E": _("Unable to update Max CPU or CPU topology when guest is running."),
+    "KCHCPUHOTP0002E": _("Unable to hot plug/unplug CPUs. Details: %(err)s"),
+
     "KCHLVMS0001E": _("Invalid volume group name parameter: %(name)s."),
 
     "KCHCONN0001E": _("Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf"),
-- 
2.7.4




More information about the Kimchi-devel mailing list