Host compute service failure alarm removal
Removal of stale alarm 270.001(Host compute service failure) is raised by the vim. This might be an old reference to nova. It’s likely not in use since stx. Test Plan: PASS: Verify with a load without the changes (removal of alarm) and the event log in platform.log shows an entry for 270.001 alarm. PASS: Verify with a load with changes of alarm removal and the event log in platform.log does not show an entry for 270.001 alarm. Closes-Bug: 2004744 Change-Id: I47a9f5cede2cfade4a16c63a2dc1bcfd563e88cf Signed-off-by: Vanathi.Selvaraju <vanathi.selvaraju@windriver.com>
This commit is contained in:
parent
ca8be6b866
commit
447ed111ae
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2013-2022 Wind River Systems, Inc.
|
# Copyright (c) 2013-2023 Wind River Systems, Inc.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
@ -111,9 +111,6 @@ FM_ALARM_ID_STORAGE_BACKEND_FAILED = ALARM_GROUP_STORAGE + ".104"
|
|||||||
# Kubernetes Resource Alarms
|
# Kubernetes Resource Alarms
|
||||||
FM_ALARM_ID_K8S_RESOURCE_PV = ALARM_GROUP_K8S + ".001"
|
FM_ALARM_ID_K8S_RESOURCE_PV = ALARM_GROUP_K8S + ".001"
|
||||||
|
|
||||||
# Host-Services alarm id
|
|
||||||
FM_ALARM_ID_HOST_SERVICES_FAILED = ALARM_GROUP_HOST_SERVICES + ".001"
|
|
||||||
|
|
||||||
# Host-Services log id
|
# Host-Services log id
|
||||||
FM_LOG_ID_HOST_SERVICES_FAILED = ALARM_GROUP_HOST_SERVICES + ".101"
|
FM_LOG_ID_HOST_SERVICES_FAILED = ALARM_GROUP_HOST_SERVICES + ".101"
|
||||||
FM_LOG_ID_HOST_SERVICES_ENABLED = ALARM_GROUP_HOST_SERVICES + ".102"
|
FM_LOG_ID_HOST_SERVICES_ENABLED = ALARM_GROUP_HOST_SERVICES + ".102"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013-2022 Wind River Systems, Inc.
|
# Copyright (c) 2013-2023 Wind River Systems, Inc.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
@ -967,22 +967,6 @@
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# VM Compute Services
|
# VM Compute Services
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
270.001:
|
|
||||||
Type: Alarm
|
|
||||||
Description: "Host <host_name> compute services failure[, reason = <reason_text>]"
|
|
||||||
Entity_Instance_ID: host=<host_name>.services=compute
|
|
||||||
Severity: critical
|
|
||||||
Proposed_Repair_Action: Wait for host services recovery to complete; if problem persists contact next level of support
|
|
||||||
Maintenance_Action:
|
|
||||||
Inhibit_Alarms:
|
|
||||||
Alarm_Type: processing-error
|
|
||||||
Probable_Cause: unspecified-reason
|
|
||||||
Service_Affecting: True
|
|
||||||
Suppression: True
|
|
||||||
Management_Affecting_Severity: warning
|
|
||||||
Degrade_Affecting_Severity: none
|
|
||||||
Context: starlingx
|
|
||||||
|
|
||||||
270.101:
|
270.101:
|
||||||
Type: Log
|
Type: Log
|
||||||
Description: "Host <host_name> compute services failure[, reason = <reason_text>]"
|
Description: "Host <host_name> compute services failure[, reason = <reason_text>]"
|
||||||
|
Loading…
Reference in New Issue
Block a user