Changeset 217d0fb in mainline
- Timestamp:
- 2025-05-06T21:56:36Z (5 weeks ago)
- Children:
- 13c2365
- Parents:
- c2f0160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
rc2f0160 r217d0fb 71 71 "\n" 72 72 " -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" 74 74 " -h, --hotspare device add hotspare.\n" 75 75 "\n" … … 88 88 "\t\thrctl -s\n" 89 89 "\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" 91 95 "\n" 92 96 "Limitations:\n"
Note:
See TracChangeset
for help on using the changeset viewer.