From: Vincent Fu Date: Wed, 2 Nov 2022 14:26:36 +0000 (-0400) Subject: HOWTO: clean up exit_what description X-Git-Tag: fio-3.33~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7fc3a553beadd15cac09b1514547c4d382d292d9;p=fio.git HOWTO: clean up exit_what description Signed-off-by: Vincent Fu --- diff --git a/HOWTO.rst b/HOWTO.rst index 53ae8c17..0fb5593e 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -3356,10 +3356,10 @@ Threads, processes and job synchronization make fio terminate all jobs in the same group, as soon as one job of that group finishes. -.. option:: exit_what +.. option:: exit_what=str By default, fio will continue running all other jobs when one job finishes. - Sometimes this is not the desired action. Setting ``exit_all`` will + Sometimes this is not the desired action. Setting ``exitall`` will instead make fio terminate all jobs in the same group. The option ``exit_what`` allows to control which jobs get terminated when ``exitall`` is enabled. The default is ``group`` and does not change the behaviour of