Changeset 8b0fbb7 in mainline
- Timestamp:
- 2025-06-22T16:32:15Z (7 months ago)
- Children:
- 13f4c85
- Parents:
- c2d737d
- File:
-
- 1 edited
-
uspace/app/hrctl/hrctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
rc2d737d r8b0fbb7 108 108 "\n" 109 109 "Notes:\n" 110 " Volume service names are automatically prepended with \"devices/\" prefix.\n"111 110 " Simulating an extent failure with -m volume -f index is dangerous. It marks\n" 112 " metadata as dirty in other healthy extents, and therefore invalidates\n"113 " the specified extent.\n"114 " Nested levels have to be created manually, or from config file, butneed to\n"111 " metadata as dirty in other healthy extents, and zeroes out the superblock\n" 112 " on the specified extent.\n" 113 " Nested levels have to be created manually, or from a config file, and need to\n" 115 114 " be specified as separate volumes.\n" 116 115 "\n" 117 116 "Limitations:\n" 118 117 "\t- volume name must be shorter than 32 characters\n" 119 "\t- automatic assembly and disassembly on nested volumes is UNDEFINED!\n"; 118 "\t- no explicit nested levels volume support\n" 119 "\t- automatic assembly and disassembly on nested volumes is undefine!\n"; 120 120 121 121 int main(int argc, char **argv)
Note:
See TracChangeset
for help on using the changeset viewer.
