Support direct I/O

This commit is contained in:
Vitaliy Filippov
2024-11-06 13:30:12 +03:00
parent ef8c21ad6f
commit 625c74294f
5 changed files with 10 additions and 9 deletions
+1
View File
@@ -200,6 +200,7 @@ static const char *help_text =
" --device_size 0 Set device size\n"
" --format text Result format: json, options, env, or text\n"
"\n"
"Default I/O mode for commands involving disk I/O is O_DIRECT. If you don't want it, add --io cached.\n"
"Use vitastor-disk --help <command> for command details or vitastor-disk --help --all for all details.\n"
;