diff mbox series

[2/2] doc/user-guide: Document block device variables

Message ID 20200929105824.28793-2-pvorel@suse.cz
State Accepted
Headers show
Series [1/2] doc/user-guide: Shorten the description | expand

Commit Message

Petr Vorel Sept. 29, 2020, 10:58 a.m. UTC
NOTE: LTP_BIG_DEV{,FS_TYPE} omitted, because used only
in dma_thread_diotest.c which is using legacy API.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/user-guide.txt | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/doc/user-guide.txt b/doc/user-guide.txt
index 5cb8322cf..8df29e688 100644
--- a/doc/user-guide.txt
+++ b/doc/user-guide.txt
@@ -13,6 +13,9 @@  For running LTP network tests see `testcases/network/README.md`.
 | 'LTPROOT'             | Prefix for installed LTP, the default is '/opt/ltp'.
 | 'LTP_COLORIZE_OUTPUT' | Force colorized output behaviour. 'y' or '1': always colorize
                           'n' or '0': never colorize.
+| 'LTP_DEV'             | Path to the block device to be used
+                          (C: '.needs_device = 1', shell: 'TST_NEEDS_DEVICE=1').
+| 'LTP_DEV_FS_TYPE'     | Filesystem used for testing (default: 'ext2').
 | 'LTP_TIMEOUT_MUL'     | Multiply timeout, must be number >= 1 (> 1 is useful for
                           slow machines to avoid unexpected timeout).
                           Variable is also used in shell tests, but ceiled to int.