From: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
Adding the warning/status messages used by the workaround
Signed-off-by: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
---
src/kimchi/i18n.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/kimchi/i18n.py b/src/kimchi/i18n.py
index fea0184..ca72a80 100644
--- a/src/kimchi/i18n.py
+++ b/src/kimchi/i18n.py
@@ -135,6 +135,8 @@ messages = {
"KCHPOOL0029E": _("The parameter disks only can be updated for logical
storage pool."),
"KCHPOOL0030E": _("The SCSI host adapter name must be a
string."),
"KCHPOOL0031E": _("The storage pool kimchi_isos is reserved for
internal use"),
+ "KCHPOOL0032E": _("Unable to activate NFS storage pool %(name)s. NFS
server %(server)s is unreachable."),
+ "KCHPOOL0033E": _("Unable to deactivate NFS storage pool %(name)s. NFS
server %(server)s is unreachable."),
"KCHVOL0001E": _("Storage volume %(name)s already exists"),
"KCHVOL0002E": _("Storage volume %(name)s does not exist in storage
pool %(pool)s"),
--
1.8.3.1