Changeset 13ce552 in mainline for uspace/lib/device/include/hr.h


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/include/hr.h

    r182ffcc r13ce552  
    5757        HR_VOL_ONLINE,  /* OK, OPTIMAL */
    5858        HR_VOL_FAULTY,
    59         HR_VOL_WEAKENED /* used for partial, but usable mirror */
     59        HR_VOL_DEGRADED /* also used for partial, but usable mirror */
    6060} hr_vol_status_t;
    6161
Note: See TracChangeset for help on using the changeset viewer.