Expand choices for exitall
authorHannes Weisbach <hannes.weisbach@gmail.com>
Wed, 27 Nov 2019 09:57:49 +0000 (10:57 +0100)
committerHannes Weisbach <hannes.weisbach@gmail.com>
Thu, 19 Dec 2019 09:43:51 +0000 (10:43 +0100)
commit64402a8a7b158c1b7a778b5f2508e625a6fc6317
treef278f038e51682b04e60af737829bea3221c60b3
parent5e52534d963c2770be7f4d345e4db2a4ecac7730
Expand choices for exitall

Add exit_what thread_option with the following choices:

- "group" (default) exit all jobs of the same group (equal to "exitall=1")
- "stonewall", quit all jobs until the next stonewall
- "all", quit *all* jobs

Signed-off-by: Hannes Weisbach <hannes.weisbach@gmail.com>
HOWTO
backend.c
cconv.c
fio.1
fio.h
libfio.c
options.c
server.c
thread_options.h