Changeset 217d0fb in mainline for uspace/app/hrctl/hrctl.c


Ignore:
Timestamp:
2025-05-06T21:56:36Z (5 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
13c2365
Parents:
c2f0160
Message:

hrctl: add notes about failing an extent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hrctl/hrctl.c

    rc2f0160 r217d0fb  
    7171    "\n"
    7272    "  -m, --modify volume                       Modify a volume, options:\n"
    73     "          -f, --fail index                  fail an extent, or\n"
     73    "          -f, --fail index                  fail an extent (DANGEROUS), or\n"
    7474    "          -h, --hotspare device             add hotspare.\n"
    7575    "\n"
     
    8888    "\t\thrctl -s\n"
    8989    "\n"
    90     "Volume service names are automatically prepended with \"devices/\" prefix.\n"
     90    "Notes:\n"
     91    "  Volume service names are automatically prepended with \"devices/\" prefix.\n"
     92    "  Simulating an extent failure with -m volume -f index is dangerous. It marks\n"
     93    "  metadata as dirty in other healthy extents, and therefore invalidates\n"
     94    "  the specified extent.\n"
    9195    "\n"
    9296    "Limitations:\n"
Note: See TracChangeset for help on using the changeset viewer.