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-26280 cas: removal of redundant log (#2112)
Problem: While doing IO's, the mini provisioner log is getting flooded with error messages. 2022-09-02 15:52:54,235 - motr[00041]: e8a0 ERROR [cas/service.c:1350:cas_fom_tick] <! rc=-2 2022-09-02 15:52:59,422 - motr[00041]: c8a0 ERROR [cas/service.c:1350:cas_fom_tick] <! rc=-2 2022-09-02 15:53:04,377 - motr[00041]: 98a0 ERROR [cas/service.c:1350:cas_fom_tick] <! rc=-2 2022-09-02 15:53:05,571 - motr[00041]: b8a0 ERROR [cas/service.c:1350:cas_fom_tick] <! rc=-2 2022-09-02 15:53:10,452 - motr[00041]: d8a0 ERROR [cas/service.c:1350:cas_fom_tick] <! rc=-2 2022-09-02 15:53:16,172 - motr[00041]: b8a0 ERROR [cas/service.c:1350:cas_fom_tick] <! rc=-2 2022-09-02 15:53:17,076 - motr[00041]: 98a0 ERROR [cas/service.c:1350:cas_fom_tick] <! rc=-2 This message can be ignored as S3 just checks if meta-data is present or not. Solution: Instead of M0_ERR, used M0_RC to reduce the flooding of log message. Signed-off-by: Swapnil Chaudhary <swapnil.chaudhary@seagate.com>
- Loading branch information