The following changes since commit 9c1c1a8d6a4f30eba9595da951d18db1685c03d8: engines/http: silence openssl 3.0 deprecation warnings (2022-07-19 13:21:19 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 02a36caa69f5675f7144fbeddb7a32e1d35ce0c7: docs: clarify write_iolog description (2022-07-21 15:18:18 -0400) ---------------------------------------------------------------- Vincent Fu (1): docs: clarify write_iolog description HOWTO.rst | 3 ++- fio.1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/HOWTO.rst b/HOWTO.rst index 470777e2..104cce2d 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -3049,7 +3049,8 @@ I/O replay Write the issued I/O patterns to the specified file. See :option:`read_iolog`. Specify a separate file for each job, otherwise the - iologs will be interspersed and the file may be corrupt. + iologs will be interspersed and the file may be corrupt. This file will + be opened in append mode. .. option:: read_iolog=str diff --git a/fio.1 b/fio.1 index 948c01f9..ce9bf3ef 100644 --- a/fio.1 +++ b/fio.1 @@ -2793,7 +2793,8 @@ of milliseconds. Defaults to 1000. .BI write_iolog \fR=\fPstr Write the issued I/O patterns to the specified file. See \fBread_iolog\fR. Specify a separate file for each job, otherwise the -iologs will be interspersed and the file may be corrupt. +iologs will be interspersed and the file may be corrupt. This file will be +opened in append mode. .TP .BI read_iolog \fR=\fPstr Open an iolog with the specified filename and replay the I/O patterns it