From 111fc66ba95a8b03a842255f54d85b32711ad35d Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 27 Jul 2009 16:15:39 +0000 Subject: [PATCH] Add additional messages regarding kinds of boot failures due to notinstalled filesystem corrupted mount failed missing kernel Each of these events occurs with enough frequency that differentiating them is helpful both for operators and for the user. --- db-config.d/09-messages | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/db-config.d/09-messages b/db-config.d/09-messages index eae17ff..acfb45e 100644 --- a/db-config.d/09-messages +++ b/db-config.d/09-messages @@ -176,6 +176,53 @@ Change the 'Boot State' to 'Reinstall', and then reboot the node. If you have already performed this step and are still receiving this message, please reply so that we may investigate the problem. +""" + }, + + {'message_id': "missingkernel", + 'subject': "%(hostname)s is missing its production kernel", + 'template': +""" +%(hostname)s failed to boot because the filesystem is missing its production +kernel. + +No action is needed from you at this time; this message is merely +informational. + +https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/nodes/?id=%(node_id)d + +We will investigate the problem shortly. +""" + }, + + {'message_id': "filesystemcorrupted", + 'subject': "%(hostname)s may have corrupt filesystem", + 'template': +""" +%(hostname)s failed to boot because the filesystem appears to be corrupted. + +No action is needed from you at this time; this message is merely +informational. + +https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/nodes/?id=%(node_id)d + +We will investigate the problem shortly. +""" + }, + + {'message_id': "mountfailed", + 'subject': "could not mount filesystem on %(hostname)s", + 'template': +""" +%(hostname)s failed to boot because the boot scripts could not mount the +filesystem. + +This could be for a number of reasons. No action is needed from you at this +time; this message is merely informational. + +https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/nodes/?id=%(node_id)d + +We will investigate the problem shortly. """ }, -- 2.43.0