X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=3d32c8e05fbd68504a80721b685283f13a47bd08;hp=9718dc56cb0d42871be7c3cc1a52b4b73ff0af27;hb=d1c46c049cfba2028abc45246e2609bcee52d0f3;hpb=684de9c46d82b72280fbe9b3e77bbb86ba36878c diff --git a/options.c b/options.c index 9718dc56..3d32c8e0 100644 --- a/options.c +++ b/options.c @@ -1489,6 +1489,13 @@ static struct fio_option options[FIO_MAX_OPTS] = { .parent = "read_iolog", .help = "Playback IO pattern file as fast as possible without stalls", }, + { + .name = "replay_redirect", + .type = FIO_OPT_STR_STORE, + .off1 = td_var_offset(replay_redirect), + .parent = "read_iolog", + .help = "Replay all I/O onto this device, regardless of trace device", + }, { .name = "exec_prerun", .type = FIO_OPT_STR_STORE,