X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=cec7bb79d2422b19f79df258b784c0ab033fbc4b;hp=fe890df026e733c64025e432910a93194a79d6b8;hb=a086c25771b195d04651d293f299f0a63f7d2a23;hpb=8347239af0a361e160293100bfc053f88bbbf737 diff --git a/options.c b/options.c index fe890df0..cec7bb79 100644 --- a/options.c +++ b/options.c @@ -871,6 +871,10 @@ static struct fio_option options[] = { .oval = FIO_FSERVICE_RR, .help = "Round robin select files", }, + { .ival = "sequential", + .oval = FIO_FSERVICE_SEQ, + .help = "Finish one file before moving to the next", + }, }, .parent = "nrfiles", },