Changeset 28769117 in mainline
- Timestamp:
- 2024-12-16T20:13:31Z (5 months ago)
- Children:
- f725787
- Parents:
- 37ffa4d
- git-author:
- Miroslav Cimerman <mc@…> (2024-12-16 20:11:47)
- git-committer:
- Miroslav Cimerman <mc@…> (2024-12-16 20:13:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
r37ffa4d r28769117 58 58 " -A, --assemble-file=PATH create an array from file\n" 59 59 " -s, --status display status of active arrays\n" 60 " -H, --hotspare=DEV add hotspare extent\n" 60 61 " -D, --destroy destroy/disassemble an active array\n" 61 " -F, --fail-extent fail an extent, use with - Tand set it before\n"62 " -F, --fail-extent fail an extent, use with -D and set it before\n" 62 63 " -c, --create=NAME create new array\n" 63 64 " -a, --assemble=NAME assemble an existing array\n" … … 69 70 " -4 parity on one extent\n" 70 71 " -5 distributed parity\n" 71 " -H, --hotspare=DEV add hotspare extent\n"72 72 "\n" 73 73 "When specifying name for creation or assembly, the device name\n" … … 83 83 " hrctl devices/hr0 --hotspare=devices/disk10\n" 84 84 " - adds \"devices/disk10\" as hotspare extent\n" 85 " hrctl -F 0 -D devices/hr0\n" 86 " - marks first extent as FAILED\n" 85 87 "Limitations:\n" 86 88 " - device name must be less than 32 characters in size\n";
Note:
See TracChangeset
for help on using the changeset viewer.