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


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/src/hr.c

    r6124ee1 rd84773a  
    275275        case HR_VOL_FAULTY:
    276276                return "FAULTY";
     277        case HR_VOL_WEAKENED:
     278                return "WEAKENED";
    277279        default:
    278280                return "UNKNOWN";
Note: See TracChangeset for help on using the changeset viewer.