Changeset dbd91da in mainline for uspace/srv/bd/hr/var.h


Ignore:
Timestamp:
2024-10-05T10:32:59Z (8 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
6b8e89b0
Parents:
34abe6c5
git-author:
Miroslav Cimerman <mc@…> (2024-10-05 10:23:08)
git-committer:
Miroslav Cimerman <mc@…> (2024-10-05 10:32:59)
Message:

hr: remake structures to include extent status

Also rename .devs → .extents in hr_volume_t and when printing status,
display each extent status, and parity disk when array is of type RAID4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/var.h

    r34abe6c5 rdbd91da  
    5656        link_t lvolumes;
    5757        char devname[32];
    58         service_id_t devs[HR_MAXDEVS];
     58        hr_extent_t extents[HR_MAXDEVS];
    5959        uint64_t nblocks;
    6060        uint64_t data_blkno;
Note: See TracChangeset for help on using the changeset viewer.