[Kimchi-devel] [PATCH][Kimchi 1/3] Add support to edit max memory in Templates
Lucio Correia
luciojhc at linux.vnet.ibm.com
Tue Feb 16 12:36:39 UTC 2016
On 16-02-2016 00:32, Rodrigo Trujillo wrote:
> @@ -127,9 +127,14 @@ messages = {
> "KCHVM0068E": _("Unable to setup password-less login at remote host %(host)s using user %(user)s. Error: %(error)s"),
> "KCHVM0069E": _("Password field must be a string."),
> "KCHVM0070E": _("Error creating local host ssh rsa key of user 'root'."),
> - "KCHVM0071E": _("Memory value %(mem)s must be aligned to %(alignment)sMiB."),
> + "KCHVM0071E": _("%(param)s value (%(mem)sMiB) must be aligned to %(alignment)sMiB."),
> "KCHVM0073E": _("Unable to update the following parameters while the VM is offline: %(params)s"),
> "KCHVM0074E": _("Unable to update the following parameters while the VM is online: %(params)s"),
> + "KCHVM0075E": _("Maximum memory requested is higher than amount supported by the host: %(memHost)sMiB."),
> + "KCHVM0076E": _("Maximum memory requested is higher than maximum amount recommended: 1TiB"),
> + "KCHVM0077E": _("Cannot update maximum memory when guest is running."),
> + "KCHVM0078E": _("Maximum memory requested is higher than amount supported by the host: %(memHost)sMiB."),
> + "KCHVM0079E": _("Memory requested is higher than maximum amount recommended: 1TiB"),
>
> "KCHVM0076E": _("VM %(name)s must have serial and console defined to open a web serial console"),
> "KCHVM0077E": _("Impossible to get the serial console of %(name)s"),
Just noticed there are some ids duplicated here.
--
Lucio Correia
Software Engineer
IBM LTC Brazil
More information about the Kimchi-devel
mailing list