Report cache and core errors separately
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@huawei.com> Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
parent
b3f5ca1c2f
commit
2761540326
@ -192,6 +192,12 @@ struct ocf_request {
|
|||||||
int error;
|
int error;
|
||||||
/*!< This filed indicates an error for OCF request */
|
/*!< This filed indicates an error for OCF request */
|
||||||
|
|
||||||
|
int cache_error;
|
||||||
|
/*!< Indicator of forward IO cache device error */
|
||||||
|
|
||||||
|
int core_error;
|
||||||
|
/*!< Indicator of forward IO core device error */
|
||||||
|
|
||||||
ocf_part_id_t part_id;
|
ocf_part_id_t part_id;
|
||||||
/*!< Targeted partition of requests */
|
/*!< Targeted partition of requests */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user