X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=ead31ace29c00fb88247ea82ec76502edafb582a;hp=5626da797a8eeafad17543d84cdd8985ee69581d;hb=2b386d2569c9078ca9790c4e6d318ec3835b8739;hpb=0a308f0fef1ec430ba844111f4dd4a9bcfd7bbfb diff --git a/options.c b/options.c index 5626da79..ead31ace 100644 --- a/options.c +++ b/options.c @@ -668,6 +668,14 @@ static struct fio_option options[] = { .help = "Accept potential duplicate random blocks", .parent = "rw", }, + { + .name = "softrandommap", + .type = FIO_OPT_BOOL, + .off1 = td_var_offset(softrandommap), + .help = "Allow randommap to fail and continue witout", + .parent = "norandommap", + .def = "0", + }, { .name = "nrfiles", .type = FIO_OPT_INT,