Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libpdbg: Replace POWER10 with POWER #102

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Conversation

SwethaParasa
Copy link
Contributor

Currently we see POWER10 prefix for all targets in Nag Dump for power11
systems, changing it to POWER to make it consistent.

Test Results:

Before:
root@p10bmc:/tmp/test# faultlog -f
<6> faultlog app to collect deconfig/guard records details <6> Latest chassis poweron time read is :02/09/2025 08:08:25 [
{
"SYSTEM": {
"SYSTEM_SN": "139F210",
"SYSTEM_TYPE": "9105-22B"
}
},
{
"POLICY": {
"FCO_VALUE": 4,
"MASTER": true,
"PREDICTIVE": true
}
},
{
"MANUAL_ISOLATION": {
"CURRENT_STATE": "DECONFIGURED",
"LOCATION_CODE": "Ufcs-P0-C27",
"PHYS_PATH": "physical:sys-0/node-0/dimm-4",
"REASON_DESCRIPTION": "MANUAL",
"TYPE": "POWER10 DIMM" ---> POWER10 prefix
}
},

After:
root@p10bmc:/tmp/test# faultlog -f
<6> faultlog app to collect deconfig/guard records details <6> Latest chassis poweron time read is :02/09/2025 08:08:25 [
{
"SYSTEM": {
"SYSTEM_SN": "139F210",
"SYSTEM_TYPE": "9105-22B"
}
},
{
"POLICY": {
"FCO_VALUE": 4,
"MASTER": true,
"PREDICTIVE": true
}
},
{
"MANUAL_ISOLATION": {
"CURRENT_STATE": "DECONFIGURED",
"LOCATION_CODE": "Ufcs-P0-C27",
"PHYS_PATH": "physical:sys-0/node-0/dimm-4",
"REASON_DESCRIPTION": "MANUAL",
"TYPE": "POWER DIMM" ---> changed to POWER
}
},

Change-Id: I33822ffffdc942755d1c7cb5b8c480800e89842e

Currently we see POWER10 prefix for all targets in Nag Dump for power11
 systems, changing it to POWER to make it consistent.

Test Results:

Before:
root@p10bmc:/tmp/test# faultlog -f
<6> faultlog app to collect deconfig/guard records details
<6> Latest chassis poweron time read is :02/09/2025 08:08:25
[
  {
    "SYSTEM": {
      "SYSTEM_SN": "139F210",
      "SYSTEM_TYPE": "9105-22B"
    }
  },
  {
    "POLICY": {
      "FCO_VALUE": 4,
      "MASTER": true,
      "PREDICTIVE": true
    }
  },
  {
    "MANUAL_ISOLATION": {
      "CURRENT_STATE": "DECONFIGURED",
      "LOCATION_CODE": "Ufcs-P0-C27",
      "PHYS_PATH": "physical:sys-0/node-0/dimm-4",
      "REASON_DESCRIPTION": "MANUAL",
      "TYPE": "POWER10 DIMM"     ---> POWER10 prefix
    }
  },

After:
root@p10bmc:/tmp/test# faultlog -f
<6> faultlog app to collect deconfig/guard records details
<6> Latest chassis poweron time read is :02/09/2025 08:08:25
[
  {
    "SYSTEM": {
      "SYSTEM_SN": "139F210",
      "SYSTEM_TYPE": "9105-22B"
    }
  },
  {
    "POLICY": {
      "FCO_VALUE": 4,
      "MASTER": true,
      "PREDICTIVE": true
    }
  },
  {
    "MANUAL_ISOLATION": {
      "CURRENT_STATE": "DECONFIGURED",
      "LOCATION_CODE": "Ufcs-P0-C27",
      "PHYS_PATH": "physical:sys-0/node-0/dimm-4",
      "REASON_DESCRIPTION": "MANUAL",
      "TYPE": "POWER DIMM"  ---> changed to POWER
    }
  },

Change-Id: I33822ffffdc942755d1c7cb5b8c480800e89842e
Signed-off-by: SwethaParasa <parasa.swetha1@ibm.com>
@dhruvibm dhruvibm merged commit 90f6e8c into open-power:master Feb 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants