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


Ignore:
Timestamp:
2024-10-28T21:46:47Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
cf28ffd3
Parents:
6124ee1
Message:

hr: RAID 1 state handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/include/hr.h

    r6124ee1 rd84773a  
    5656typedef enum hr_vol_status {
    5757        HR_VOL_ONLINE,  /* OK, OPTIMAL */
    58         HR_VOL_FAULTY
     58        HR_VOL_FAULTY,
     59        HR_VOL_WEAKENED /* used for partial, but usable mirror */
    5960} hr_vol_status_t;
    6061
Note: See TracChangeset for help on using the changeset viewer.