From 77be374dc96e9155b6c039a776a364798432549e Mon Sep 17 00:00:00 2001 From: Adam Kupczyk Date: Fri, 3 Aug 2018 12:41:59 +0200 Subject: [PATCH] iolog: Added new option description to HOWTO Signed-off-by: Adam Kupczyk --- HOWTO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HOWTO b/HOWTO index 70eed280..4d905d16 100644 --- a/HOWTO +++ b/HOWTO @@ -2324,6 +2324,12 @@ I/O replay replay, the file needs to be turned into a blkparse binary data file first (``blkparse -o /dev/null -d file_for_fio.bin``). +.. option:: read_iolog_chunked=bool + + Determines how iolog is read. If false(default) entire :option:`read_iolog` + will be read at once. If selected true, input from iolog will be read + gradually. Useful when iolog is very large, or it is generated. + .. option:: replay_no_stall=bool When replaying I/O with :option:`read_iolog` the default behavior is to -- 2.25.1