Changeset c6d2af8 in mainline


Ignore:
Timestamp:
2025-04-21T14:04:48Z (4 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
a056759
Parents:
fb06476f
Message:

hr: hr.c: more specific message for unsupported hotspare

File:
1 edited

Legend:

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

    rfb06476f rc6d2af8  
    328328
    329329        if (vol->hr_ops.add_hotspare == NULL) {
    330                 HR_DEBUG("hr_add_hotspare(): not supported on RAID level %d\n",
    331                     vol->level);
     330                HR_NOTE("hotspare not supported on RAID level = %d, "
     331                    "metadata type = %s\n", vol->level,
     332                    hr_get_metadata_type_str(vol->meta_ops->get_type()));
    332333                async_answer_0(icall, ENOTSUP);
    333334                return;
Note: See TracChangeset for help on using the changeset viewer.