Allow verify w/norandommap and bsrange
[fio.git] / init.c
diff --git a/init.c b/init.c
index bb53a1e2bc097a256172db7e46075bd5658704da..c210ad257ce3125a1ecb62152fe26648a5d320bc 100644 (file)
--- a/init.c
+++ b/init.c
@@ -596,8 +596,7 @@ static int fixup_options(struct thread_data *td)
        if (o->norandommap && o->verify != VERIFY_NONE
            && !fixed_block_size(o))  {
                log_err("fio: norandommap given for variable block sizes, "
-                       "verify disabled\n");
-               o->verify = VERIFY_NONE;
+                       "verify limited\n");
                ret = warnings_fatal;
        }
        if (o->bs_unaligned && (o->odirect || td->io_ops->flags & FIO_RAWIO))