This repository has been archived by the owner on May 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORTX-33577: fix panic in degraded mode read (#1970)
Problem: It might be possible that in degraded mode we may land up in a situation where there are more than K failure and read_verify_is not true. In this case ideally, we should return proper error code (-EIO) instead of assert. Solution: Fixed panic in degraded read, replaced assert with error code. Signed-off-by: Yatin Mahajan <yatin.mahajan@seagate.com>
- Loading branch information