From 7fc3a553beadd15cac09b1514547c4d382d292d9 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 2 Nov 2022 10:26:36 -0400 Subject: [PATCH] HOWTO: clean up exit_what description Signed-off-by: Vincent Fu --- HOWTO.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1