Changeset a438de5b in mainline for uspace/srv/bd/hr/raid0.c


Ignore:
Timestamp:
2024-10-28T21:00:19Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
6124ee1
Parents:
1903d77
Message:

hr: be consistent with extent terminology

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/raid0.c

    r1903d77 ra438de5b  
    9090                if (vol->extents[i].status != HR_EXT_ONLINE) {
    9191                        log_msg(LOG_DEFAULT, LVL_ERROR,
    92                             "RAID 0 needs all disks to be ONLINE, marking "
     92                            "RAID 0 needs all extents to be ONLINE, marking "
    9393                            "\"%s\" (%lu) as FAULTY",
    9494                            vol->devname, vol->svc_id);
Note: See TracChangeset for help on using the changeset viewer.