Changeset 13ce552 in mainline for uspace/lib/device/src/hr.c


Ignore:
Timestamp:
2024-11-10T19:22:23Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
11111e4
Parents:
182ffcc
git-author:
Miroslav Cimerman <mc@…> (2024-11-10 16:11:36)
git-committer:
Miroslav Cimerman <mc@…> (2024-11-10 19:22:23)
Message:

hr: add DEGRADED volume state

Use it for weakened mirror as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/src/hr.c

    r182ffcc r13ce552  
    275275        case HR_VOL_FAULTY:
    276276                return "FAULTY";
    277         case HR_VOL_WEAKENED:
    278                 return "WEAKENED";
     277        case HR_VOL_DEGRADED:
     278                return "DEGRADED";
    279279        default:
    280280                return "UNKNOWN";
Note: See TracChangeset for help on using the changeset viewer.