Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

CORTX-33774: Observed multiple core dumps and m0_panic with small load #2050

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

Vinoth2101
Copy link
Contributor

- with cortx-k8s 0.9 version, data nodes string is changed
  due to which update of config parameters in mini provisioner
  failed.
- Updated the data nodes array append condition

Signed-off-by: Vinoth.V vinoth.v@seagate.com

Problem Statement

  • Problem statement

Design

  • For Bug, Describe the fix here.
  • For Feature, Post the link for design

Coding

Checklist for Author

  • Coding conventions are followed and code is consistent

Testing

Checklist for Author

  • Unit and System Tests are added
  • Test Cases cover Happy Path, Non-Happy Path and Scalability
  • Testing was performed with RPM

Impact Analysis

Checklist for Author/Reviewer/GateKeeper

  • Interface change (if any) are documented
  • Side effects on other features (deployment/upgrade)
  • Dependencies on other component(s)

Review Checklist

Checklist for Author

  • JIRA number/GitHub Issue added to PR
  • PR is self reviewed
  • Jira and state/status is updated and JIRA is updated with PR link
  • Check if the description is clear and explained

Documentation

Checklist for Author

  • Changes done to WIKI / Confluence page / Quick Start Guide

	- with cortx-k8s 0.9 version, data nodes string is changed
	  due to which update of config parameters in mini provisioner
	  failed.
	- Updated the data nodes array append condition

Signed-off-by: Vinoth.V <vinoth.v@seagate.com>
@cla-bot
Copy link

cla-bot bot commented Aug 4, 2022

Thanks for your contribution!
The CLA bot has flagged your contribution as not having a Contributor License Agreement
in place. Note that this is not needed in the overwhelming majority of instances and this warning will usually be ignored.
The code reviewers will make a determination and may ask you to sign a CLA or may choose to ignore this warning.
More information about this can be found here.

@@ -627,7 +627,7 @@ def get_data_nodes(self):
machine_id_list = get_machine_id_list(self)
for machine_id in machine_id_list:
t = get_value(self, f'node>{machine_id}>type', str)
if t == 'data_node':
if re.search('data_node*', t):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a todo here to support any name with storage devices or CVG's under it.

@madhavemuri madhavemuri merged commit 3f098b1 into Seagate:main Aug 4, 2022
@rkothiya
Copy link
Contributor

rkothiya commented Aug 4, 2022

Madhave gave an exception and merged this

@rkothiya rkothiya added the Exception Allowed to merge without runing ut and st label Aug 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Exception Allowed to merge without runing ut and st
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants