Seagate / cortx-motr

CORTX Motr is a distributed object and key-value storage system targeting mass capacity storage configurations. It's the core component of CORTX storage system.
https://github.com/Seagate/cortx
Apache License 2.0
59 stars 142 forks source link

CORTX-30749: Fix pool fid parsing in SPIEL_FIDS_LIST #2156

Closed mehjoshi closed 2 years ago

mehjoshi commented 2 years ago

Problem: There are some errors seen in 71spiel-sns-motr-repair while executing sns wait for repair operation.

Solution: Remove the extra ',' at the end of SPIEL_FIDS_LIST which prevents the corrrect parsing of the pool fid.

Signed-off-by: Mehul Joshi mehul.joshi@seagate.com

Problem Statement

Design

Coding

Checklist for Author

Testing

Checklist for Author

Impact Analysis

Checklist for Author/Reviewer/GateKeeper

Review Checklist

Checklist for Author

Documentation

Checklist for Author